Shades of Dark Red #A20D02
Tints of Dark Red #A20D02
RGB
CMYK
RGB Variations
Color information
#A20D02 (or 0xA20D02) is known color: Dark Red. HEX triplet: A2, 0D and 02. RGB value is (162,13,2). Sum of RGB (Red+Green+Blue) = 162+13+2=177 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.53% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20D02 is #5DF2FD. Grayscale: #383838. Windows color (decimal): -6157054 or 134562. OLE color: 134562.
HSL color Cylindrical-coordinate representation of color #A20D02: hue angle of 4.12º 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 #A20D02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.36 |
| HSL | 4.13º | 0.98% | 0.32% | - |
| HSV(B) | 4.13º | 0.99% | 0.64% | - |
| XYZ | 15.06 | 7.97 | 0.8 | - |
| YUV | 56.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 2 | 0 | 0.92 | 0.99 | 0.36 | 4.13 | 0.98 | 0.32 |
| Hex | A2 | D | 2 | 0 | 5C | 63 | 24 | 4 | 62 | 20 |
| Octal | 242 | 15 | 2 | 0 | 134 | 143 | 44 | 4 | 142 | 40 |
| Binary | 10100010 | 1101 | 10 | 0 | 1011100 | 1100011 | 100100 | 100 | 1100010 | 100000 |
Color Harmonies of #A20D02
Complementary color
Monochromatic Colors of #A20D02
Black with #A20D02
Text Example
Text Example
White with #A20D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D02; }
p { color: rgb(162,13,2); }
H1.HeaderClassName
{
color: #A20D02;
}
.AnyTagClassName
{
color: #A20D02;
}
</style>
background-color css
<style>
a { background-color: #A20D02; }
a { background-color: rgb(162,13,2); }
div.DivClassName
{
background-color: #A20D02;
}
.BgClassName
{
background-color: #A20D02;
}
</style>
border-color css
<style>
span { border-color: #A20D02; }
span { border-color: rgb(162,13,2); }
td.TdClassName
{
border-color: #A20D02;
}
.TagClassName
{
border-color: #A20D02;
}
</style>