#A03333
A medium, moderate red closely aligning with Brown.
About #A03333
At its core, #A03333 is a medium and moderate hue. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(160, 51, 51).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 68% magenta, 68% yellow, and 37% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A03333
RGB160, 51, 51
HSL0.0°, 51.7%, 41.4%
CMYK0%, 68%, 68%, 37%
HSV0.0°, 68.1%, 62.7%
LAB38.0, 45.0, 25.4
XYZ16.3, 10.1, 4.2
Decimal10498867
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.96:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.65:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03333;
}
.text-color {
color: #A03333;
}
.border-color {
border: 2px solid #A03333;
}