Shades of Dark Red #A20E05
Tints of Dark Red #A20E05
RGB
CMYK
RGB Variations
Color information
#A20E05 (or 0xA20E05) is known color: Dark Red. HEX triplet: A2, 0E and 05. RGB value is (162,14,5). Sum of RGB (Red+Green+Blue) = 162+14+5=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E05 is #5DF1FA. Grayscale: #393939. Windows color (decimal): -6156795 or 331426. OLE color: 331426.
HSL color Cylindrical-coordinate representation of color #A20E05: hue angle of 3.44º 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 #A20E05 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 5 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.36 |
| HSL | 3.44º | 0.94% | 0.33% | - |
| HSV(B) | 3.44º | 0.97% | 0.64% | - |
| XYZ | 15.08 | 8.01 | 0.89 | - |
| YUV | 57.23 | 98.53 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 5 | 0 | 0.91 | 0.97 | 0.36 | 3.44 | 0.94 | 0.33 |
| Hex | A2 | E | 5 | 0 | 5B | 61 | 24 | 3 | 5E | 21 |
| Octal | 242 | 16 | 5 | 0 | 133 | 141 | 44 | 3 | 136 | 41 |
| Binary | 10100010 | 1110 | 101 | 0 | 1011011 | 1100001 | 100100 | 11 | 1011110 | 100001 |
Color Harmonies of #A20E05
Complementary color
Monochromatic Colors of #A20E05
Black with #A20E05
Text Example
Text Example
White with #A20E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E05; }
p { color: rgb(162,14,5); }
H1.HeaderClassName
{
color: #A20E05;
}
.AnyTagClassName
{
color: #A20E05;
}
</style>
background-color css
<style>
a { background-color: #A20E05; }
a { background-color: rgb(162,14,5); }
div.DivClassName
{
background-color: #A20E05;
}
.BgClassName
{
background-color: #A20E05;
}
</style>
border-color css
<style>
span { border-color: #A20E05; }
span { border-color: rgb(162,14,5); }
td.TdClassName
{
border-color: #A20E05;
}
.TagClassName
{
border-color: #A20E05;
}
</style>