Shades of Dark Red #A21304
Tints of Dark Red #A21304
RGB
CMYK
RGB Variations
Color information
#A21304 (or 0xA21304) is known color: Dark Red. HEX triplet: A2, 13 and 04. RGB value is (162,19,4). Sum of RGB (Red+Green+Blue) = 162+19+4=185 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.57% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 162 - color contains mainly: red. Hex color #A21304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21304 is #5DECFB. Grayscale: #3C3C3C. Windows color (decimal): -6155516 or 267170. OLE color: 267170.
HSL color Cylindrical-coordinate representation of color #A21304: hue angle of 5.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A21304 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.36 |
| HSL | 5.7º | 0.95% | 0.33% | - |
| HSV(B) | 5.7º | 0.98% | 0.64% | - |
| XYZ | 15.16 | 8.16 | 0.89 | - |
| YUV | 60.05 | 96.38 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 4 | 0 | 0.88 | 0.98 | 0.36 | 5.7 | 0.95 | 0.33 |
| Hex | A2 | 13 | 4 | 0 | 58 | 62 | 24 | 6 | 5F | 21 |
| Octal | 242 | 23 | 4 | 0 | 130 | 142 | 44 | 6 | 137 | 41 |
| Binary | 10100010 | 10011 | 100 | 0 | 1011000 | 1100010 | 100100 | 110 | 1011111 | 100001 |
Color Harmonies of #A21304
Complementary color
Monochromatic Colors of #A21304
Black with #A21304
Text Example
Text Example
White with #A21304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21304; }
p { color: rgb(162,19,4); }
H1.HeaderClassName
{
color: #A21304;
}
.AnyTagClassName
{
color: #A21304;
}
</style>
background-color css
<style>
a { background-color: #A21304; }
a { background-color: rgb(162,19,4); }
div.DivClassName
{
background-color: #A21304;
}
.BgClassName
{
background-color: #A21304;
}
</style>
border-color css
<style>
span { border-color: #A21304; }
span { border-color: rgb(162,19,4); }
td.TdClassName
{
border-color: #A21304;
}
.TagClassName
{
border-color: #A21304;
}
</style>