Shades of Dark Red #A21802
Tints of Dark Red #A21802
RGB
CMYK
RGB Variations
Color information
#A21802 (or 0xA21802) is known color: Dark Red. HEX triplet: A2, 18 and 02. RGB value is (162,24,2). Sum of RGB (Red+Green+Blue) = 162+24+2=188 (24% of max value = 765). Red value is 162 (63.67% from 255 or 86.17% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 162 - color contains mainly: red. Hex color #A21802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21802 is #5DE7FD. Grayscale: #3E3E3E. Windows color (decimal): -6154238 or 137378. OLE color: 137378.
HSL color Cylindrical-coordinate representation of color #A21802: hue angle of 8.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A21802 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 24 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.36 |
| HSL | 8.25º | 0.98% | 0.32% | - |
| HSV(B) | 8.25º | 0.99% | 0.64% | - |
| XYZ | 15.24 | 8.34 | 0.86 | - |
| YUV | 62.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 24 | 2 | 0 | 0.85 | 0.99 | 0.36 | 8.25 | 0.98 | 0.32 |
| Hex | A2 | 18 | 2 | 0 | 55 | 63 | 24 | 8 | 62 | 20 |
| Octal | 242 | 30 | 2 | 0 | 125 | 143 | 44 | 10 | 142 | 40 |
| Binary | 10100010 | 11000 | 10 | 0 | 1010101 | 1100011 | 100100 | 1000 | 1100010 | 100000 |
Color Harmonies of #A21802
Complementary color
Monochromatic Colors of #A21802
Black with #A21802
Text Example
Text Example
White with #A21802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21802; }
p { color: rgb(162,24,2); }
H1.HeaderClassName
{
color: #A21802;
}
.AnyTagClassName
{
color: #A21802;
}
</style>
background-color css
<style>
a { background-color: #A21802; }
a { background-color: rgb(162,24,2); }
div.DivClassName
{
background-color: #A21802;
}
.BgClassName
{
background-color: #A21802;
}
</style>
border-color css
<style>
span { border-color: #A21802; }
span { border-color: rgb(162,24,2); }
td.TdClassName
{
border-color: #A21802;
}
.TagClassName
{
border-color: #A21802;
}
</style>