Shades of Dark Red #A20A05
Tints of Dark Red #A20A05
RGB
CMYK
RGB Variations
Color information
#A20A05 (or 0xA20A05) is known color: Dark Red. HEX triplet: A2, 0A and 05. RGB value is (162,10,5). Sum of RGB (Red+Green+Blue) = 162+10+5=177 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.53% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20A05 is #5DF5FA. Grayscale: #373737. Windows color (decimal): -6157819 or 330402. OLE color: 330402.
HSL color Cylindrical-coordinate representation of color #A20A05: hue angle of 1.91º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20A05 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 5 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.36 |
| HSL | 1.91º | 0.94% | 0.33% | - |
| HSV(B) | 1.91º | 0.97% | 0.64% | - |
| XYZ | 15.04 | 7.91 | 0.88 | - |
| YUV | 54.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 5 | 0 | 0.94 | 0.97 | 0.36 | 1.91 | 0.94 | 0.33 |
| Hex | A2 | A | 5 | 0 | 5E | 61 | 24 | 2 | 5E | 21 |
| Octal | 242 | 12 | 5 | 0 | 136 | 141 | 44 | 2 | 136 | 41 |
| Binary | 10100010 | 1010 | 101 | 0 | 1011110 | 1100001 | 100100 | 10 | 1011110 | 100001 |
Color Harmonies of #A20A05
Complementary color
Monochromatic Colors of #A20A05
Black with #A20A05
Text Example
Text Example
White with #A20A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A05; }
p { color: rgb(162,10,5); }
H1.HeaderClassName
{
color: #A20A05;
}
.AnyTagClassName
{
color: #A20A05;
}
</style>
background-color css
<style>
a { background-color: #A20A05; }
a { background-color: rgb(162,10,5); }
div.DivClassName
{
background-color: #A20A05;
}
.BgClassName
{
background-color: #A20A05;
}
</style>
border-color css
<style>
span { border-color: #A20A05; }
span { border-color: rgb(162,10,5); }
td.TdClassName
{
border-color: #A20A05;
}
.TagClassName
{
border-color: #A20A05;
}
</style>