Shades of Dark Red #A20500
Tints of Dark Red #A20500
RGB
CMYK
RGB Variations
Color information
#A20500 (or 0xA20500) is known color: Dark Red. HEX triplet: A2, 05 and 00. RGB value is (162,5,0). Sum of RGB (Red+Green+Blue) = 162+5+0=167 (22% of max value = 765). Red value is 162 (63.67% from 255 or 97.01% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 162 - color contains mainly: red. Hex color #A20500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20500 is #5DFAFF. Grayscale: #333333. Windows color (decimal): -6159104 or 1442. OLE color: 1442.
HSL color Cylindrical-coordinate representation of color #A20500: hue angle of 1.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 5 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.36 |
| HSL | 1.85º | 1% | 0.32% | - |
| HSV(B) | 1.85º | 1% | 0.64% | - |
| XYZ | 14.95 | 7.79 | 0.72 | - |
| YUV | 51.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 0 | 0 | 0.97 | 1 | 0.36 | 1.85 | 1 | 0.32 |
| Hex | A2 | 5 | 0 | 0 | 61 | 64 | 24 | 2 | 64 | 20 |
| Octal | 242 | 5 | 0 | 0 | 141 | 144 | 44 | 2 | 144 | 40 |
| Binary | 10100010 | 101 | 0 | 0 | 1100001 | 1100100 | 100100 | 10 | 1100100 | 100000 |
Color Harmonies of #A20500
Complementary color
Monochromatic Colors of #A20500
Black with #A20500
Text Example
Text Example
White with #A20500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20500; }
p { color: rgb(162,5,0); }
H1.HeaderClassName
{
color: #A20500;
}
.AnyTagClassName
{
color: #A20500;
}
</style>
background-color css
<style>
a { background-color: #A20500; }
a { background-color: rgb(162,5,0); }
div.DivClassName
{
background-color: #A20500;
}
.BgClassName
{
background-color: #A20500;
}
</style>
border-color css
<style>
span { border-color: #A20500; }
span { border-color: rgb(162,5,0); }
td.TdClassName
{
border-color: #A20500;
}
.TagClassName
{
border-color: #A20500;
}
</style>