#A80700
A dark, vivid red closely aligning with Firebrick.
About #A80700
The precise color #A80700 is an excellent choice for modern design projects. Designers often compare it to the standard color Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 7, and 0.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 96% Magenta, 100% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A80700
RGB168, 7, 0
HSL2.5°, 100.0%, 32.9%
CMYK0%, 96%, 100%, 34%
HSV2.5°, 100.0%, 65.9%
LAB35.0, 57.7, 49.1
XYZ16.2, 8.5, 0.8
Decimal11011840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.79:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.45:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A80700;
}
.text-color {
color: #A80700;
}
.border-color {
border: 2px solid #A80700;
}