#B60007
A dark, vivid red closely aligning with Firebrick.
About #B60007
At its core, #B60007 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. Its digital footprint relies on 182 parts red, 0 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 96% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B60007
RGB182, 0, 7
HSL357.7°, 100.0%, 35.7%
CMYK0%, 100%, 96%, 29%
HSV357.7°, 100.0%, 71.4%
LAB37.8, 62.3, 49.4
XYZ19.3, 10.0, 1.1
Decimal11927559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.02:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.71:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60007;
}
.text-color {
color: #B60007;
}
.border-color {
border: 2px solid #B60007;
}