Shades of Dark Red #A20505
Tints of Dark Red #A20505
RGB
CMYK
RGB Variations
Color information
#A20505 (or 0xA20505) is known color: Dark Red. HEX triplet: A2, 05 and 05. RGB value is (162,5,5). Sum of RGB (Red+Green+Blue) = 162+5+5=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20505 is #5DFAFA. Grayscale: #343434. Windows color (decimal): -6159099 or 329122. OLE color: 329122.
HSL color Cylindrical-coordinate representation of color #A20505: hue angle of 0º 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 #A20505 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 5 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.36 |
| HSL | 0º | 0.94% | 0.33% | - |
| HSV(B) | 0º | 0.97% | 0.64% | - |
| XYZ | 14.98 | 7.8 | 0.86 | - |
| YUV | 51.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 5 | 0 | 0.97 | 0.97 | 0.36 | 0 | 0.94 | 0.33 |
| Hex | A2 | 5 | 5 | 0 | 61 | 61 | 24 | 0 | 5E | 21 |
| Octal | 242 | 5 | 5 | 0 | 141 | 141 | 44 | 0 | 136 | 41 |
| Binary | 10100010 | 101 | 101 | 0 | 1100001 | 1100001 | 100100 | 0 | 1011110 | 100001 |
Color Harmonies of #A20505
Complementary color
Monochromatic Colors of #A20505
Black with #A20505
Text Example
Text Example
White with #A20505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20505; }
p { color: rgb(162,5,5); }
H1.HeaderClassName
{
color: #A20505;
}
.AnyTagClassName
{
color: #A20505;
}
</style>
background-color css
<style>
a { background-color: #A20505; }
a { background-color: rgb(162,5,5); }
div.DivClassName
{
background-color: #A20505;
}
.BgClassName
{
background-color: #A20505;
}
</style>
border-color css
<style>
span { border-color: #A20505; }
span { border-color: rgb(162,5,5); }
td.TdClassName
{
border-color: #A20505;
}
.TagClassName
{
border-color: #A20505;
}
</style>