#B63A07
A dark, vivid orange closely aligning with Firebrick.
About #B63A07
The hex code #B63A07 represents a beautifully specific shade of orange. 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, 58, and 7.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 68% M, 96% Y, and 29% K. With a hue angle of 17.5 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B63A07
RGB182, 58, 7
HSL17.5°, 92.6%, 37.1%
CMYK0%, 68%, 96%, 29%
HSV17.5°, 96.2%, 71.4%
LAB42.7, 48.3, 52.2
XYZ20.8, 13.0, 1.6
Decimal11942407
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.84:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.58:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63A07;
}
.text-color {
color: #B63A07;
}
.border-color {
border: 2px solid #B63A07;
}