Shades of Dark Red #A20501
Tints of Dark Red #A20501
RGB
CMYK
RGB Variations
Color information
#A20501 (or 0xA20501) is known color: Dark Red. HEX triplet: A2, 05 and 01. RGB value is (162,5,1). Sum of RGB (Red+Green+Blue) = 162+5+1=168 (22% of max value = 765). Red value is 162 (63.67% from 255 or 96.43% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 162 - color contains mainly: red. Hex color #A20501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20501 is #5DFAFE. Grayscale: #333333. Windows color (decimal): -6159103 or 66978. OLE color: 66978.
HSL color Cylindrical-coordinate representation of color #A20501: hue angle of 1.49º degrees, saturation: 0.99, 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 #A20501 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.36 |
| HSL | 1.49º | 0.99% | 0.32% | - |
| HSV(B) | 1.49º | 0.99% | 0.64% | - |
| XYZ | 14.96 | 7.79 | 0.74 | - |
| YUV | 51.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 1 | 0 | 0.97 | 0.99 | 0.36 | 1.49 | 0.99 | 0.32 |
| Hex | A2 | 5 | 1 | 0 | 61 | 63 | 24 | 1 | 63 | 20 |
| Octal | 242 | 5 | 1 | 0 | 141 | 143 | 44 | 1 | 143 | 40 |
| Binary | 10100010 | 101 | 1 | 0 | 1100001 | 1100011 | 100100 | 1 | 1100011 | 100000 |
Color Harmonies of #A20501
Complementary color
Monochromatic Colors of #A20501
Black with #A20501
Text Example
Text Example
White with #A20501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20501; }
p { color: rgb(162,5,1); }
H1.HeaderClassName
{
color: #A20501;
}
.AnyTagClassName
{
color: #A20501;
}
</style>
background-color css
<style>
a { background-color: #A20501; }
a { background-color: rgb(162,5,1); }
div.DivClassName
{
background-color: #A20501;
}
.BgClassName
{
background-color: #A20501;
}
</style>
border-color css
<style>
span { border-color: #A20501; }
span { border-color: rgb(162,5,1); }
td.TdClassName
{
border-color: #A20501;
}
.TagClassName
{
border-color: #A20501;
}
</style>