#A03324
A dark, moderate red closely aligning with Brown.
About #A03324
At its core, #A03324 is a dark and moderate hue. Its closest recognized web color is Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 51, and 36.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 68% M, 78% Y, and 37% K. The HSL representation is 7.3° hue, 63.3% saturation, and 38.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A03324
RGB160, 51, 36
HSL7.3°, 63.3%, 38.4%
CMYK0%, 68%, 78%, 37%
HSV7.3°, 77.5%, 62.7%
LAB37.8, 44.2, 34.1
XYZ16.0, 10.0, 2.7
Decimal10498852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.01:1
Text on #FFFFFF
AAA
2.99:1
Text on #000000
FAIL
6.70:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03324;
}
.text-color {
color: #A03324;
}
.border-color {
border: 2px solid #A03324;
}