#B60F07
A dark, vivid red closely aligning with Firebrick.
About #B60F07
The precise color #B60F07 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 182 red, 15 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 92% M, 96% Y, and 29% K. With a hue angle of 2.7 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B60F07
RGB182, 15, 7
HSL2.7°, 92.6%, 37.1%
CMYK0%, 92%, 96%, 29%
HSV2.7°, 96.2%, 71.4%
LAB38.4, 60.5, 49.7
XYZ19.5, 10.3, 1.2
Decimal11931399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F07;
}
.text-color {
color: #B60F07;
}
.border-color {
border: 2px solid #B60F07;
}