Shades of Dark Red #A20802
Tints of Dark Red #A20802
RGB
CMYK
RGB Variations
Color information
#A20802 (or 0xA20802) is known color: Dark Red. HEX triplet: A2, 08 and 02. RGB value is (162,8,2). Sum of RGB (Red+Green+Blue) = 162+8+2=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20802 is #5DF7FD. Grayscale: #353535. Windows color (decimal): -6158334 or 133282. OLE color: 133282.
HSL color Cylindrical-coordinate representation of color #A20802: hue angle of 2.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 #A20802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.36 |
| HSL | 2.25º | 0.98% | 0.32% | - |
| HSV(B) | 2.25º | 0.99% | 0.64% | - |
| XYZ | 15 | 7.86 | 0.78 | - |
| YUV | 53.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 2 | 0 | 0.95 | 0.99 | 0.36 | 2.25 | 0.98 | 0.32 |
| Hex | A2 | 8 | 2 | 0 | 5F | 63 | 24 | 2 | 62 | 20 |
| Octal | 242 | 10 | 2 | 0 | 137 | 143 | 44 | 2 | 142 | 40 |
| Binary | 10100010 | 1000 | 10 | 0 | 1011111 | 1100011 | 100100 | 10 | 1100010 | 100000 |
Color Harmonies of #A20802
Complementary color
Monochromatic Colors of #A20802
Black with #A20802
Text Example
Text Example
White with #A20802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20802; }
p { color: rgb(162,8,2); }
H1.HeaderClassName
{
color: #A20802;
}
.AnyTagClassName
{
color: #A20802;
}
</style>
background-color css
<style>
a { background-color: #A20802; }
a { background-color: rgb(162,8,2); }
div.DivClassName
{
background-color: #A20802;
}
.BgClassName
{
background-color: #A20802;
}
</style>
border-color css
<style>
span { border-color: #A20802; }
span { border-color: rgb(162,8,2); }
td.TdClassName
{
border-color: #A20802;
}
.TagClassName
{
border-color: #A20802;
}
</style>