#A83A16
A dark, vivid red closely aligning with Firebrick.
About #A83A16
Visually, #A83A16 is defined as a vivid red. Designers often compare it to the standard color Firebrick. This translates to an RGB value of rgb(168, 58, 22).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 65% Magenta, 87% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A83A16
RGB168, 58, 22
HSL14.8°, 76.8%, 37.3%
CMYK0%, 65%, 87%, 34%
HSV14.8°, 86.9%, 65.9%
LAB40.3, 43.6, 44.0
XYZ17.8, 11.4, 2.0
Decimal11024918
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.40:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.12:1
Text on #F8FAFC
AA
2.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A83A16;
}
.text-color {
color: #A83A16;
}
.border-color {
border: 2px solid #A83A16;
}