Shades of Dark Red #A20D01
Tints of Dark Red #A20D01
RGB
CMYK
RGB Variations
Color information
#A20D01 (or 0xA20D01) is known color: Dark Red. HEX triplet: A2, 0D and 01. RGB value is (162,13,1). Sum of RGB (Red+Green+Blue) = 162+13+1=176 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.05% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20D01 is #5DF2FE. Grayscale: #383838. Windows color (decimal): -6157055 or 69026. OLE color: 69026.
HSL color Cylindrical-coordinate representation of color #A20D01: hue angle of 4.47º 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 #A20D01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.36 |
| HSL | 4.47º | 0.99% | 0.32% | - |
| HSV(B) | 4.47º | 0.99% | 0.64% | - |
| XYZ | 15.05 | 7.97 | 0.77 | - |
| YUV | 56.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 1 | 0 | 0.92 | 0.99 | 0.36 | 4.47 | 0.99 | 0.32 |
| Hex | A2 | D | 1 | 0 | 5C | 63 | 24 | 4 | 63 | 20 |
| Octal | 242 | 15 | 1 | 0 | 134 | 143 | 44 | 4 | 143 | 40 |
| Binary | 10100010 | 1101 | 1 | 0 | 1011100 | 1100011 | 100100 | 100 | 1100011 | 100000 |
Color Harmonies of #A20D01
Complementary color
Monochromatic Colors of #A20D01
Black with #A20D01
Text Example
Text Example
White with #A20D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D01; }
p { color: rgb(162,13,1); }
H1.HeaderClassName
{
color: #A20D01;
}
.AnyTagClassName
{
color: #A20D01;
}
</style>
background-color css
<style>
a { background-color: #A20D01; }
a { background-color: rgb(162,13,1); }
div.DivClassName
{
background-color: #A20D01;
}
.BgClassName
{
background-color: #A20D01;
}
</style>
border-color css
<style>
span { border-color: #A20D01; }
span { border-color: rgb(162,13,1); }
td.TdClassName
{
border-color: #A20D01;
}
.TagClassName
{
border-color: #A20D01;
}
</style>