#B60F00
A dark, vivid red closely aligning with Firebrick.
About #B60F00
Visually, #B60F00 is defined as a vivid red. It is closely associated with the named CSS color Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 15, and 0.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 92% Magenta, 100% 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B60F00
RGB182, 15, 0
HSL4.9°, 100.0%, 35.7%
CMYK0%, 92%, 100%, 29%
HSV4.9°, 100.0%, 71.4%
LAB38.4, 60.4, 52.4
XYZ19.5, 10.3, 1.0
Decimal11931392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.87: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: #B60F00;
}
.text-color {
color: #B60F00;
}
.border-color {
border: 2px solid #B60F00;
}