Shades of Dark Red #A20F0D
Tints of Dark Red #A20F0D
RGB
CMYK
RGB Variations
Color information
#A20F0D (or 0xA20F0D) is known color: Dark Red. HEX triplet: A2, 0F and 0D. RGB value is (162,15,13). Sum of RGB (Red+Green+Blue) = 162+15+13=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20F0D is #5DF0F2. Grayscale: #3A3A3A. Windows color (decimal): -6156531 or 855970. OLE color: 855970.
HSL color Cylindrical-coordinate representation of color #A20F0D: hue angle of 0.81º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20F0D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 13 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.36 |
| HSL | 0.81º | 0.85% | 0.34% | - |
| HSV(B) | 0.81º | 0.92% | 0.64% | - |
| XYZ | 15.14 | 8.05 | 1.14 | - |
| YUV | 58.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 13 | 0 | 0.91 | 0.92 | 0.36 | 0.81 | 0.85 | 0.34 |
| Hex | A2 | F | D | 0 | 5B | 5C | 24 | 1 | 55 | 22 |
| Octal | 242 | 17 | 15 | 0 | 133 | 134 | 44 | 1 | 125 | 42 |
| Binary | 10100010 | 1111 | 1101 | 0 | 1011011 | 1011100 | 100100 | 1 | 1010101 | 100010 |
Color Harmonies of #A20F0D
Complementary color
Monochromatic Colors of #A20F0D
Black with #A20F0D
Text Example
Text Example
White with #A20F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F0D; }
p { color: rgb(162,15,13); }
H1.HeaderClassName
{
color: #A20F0D;
}
.AnyTagClassName
{
color: #A20F0D;
}
</style>
background-color css
<style>
a { background-color: #A20F0D; }
a { background-color: rgb(162,15,13); }
div.DivClassName
{
background-color: #A20F0D;
}
.BgClassName
{
background-color: #A20F0D;
}
</style>
border-color css
<style>
span { border-color: #A20F0D; }
span { border-color: rgb(162,15,13); }
td.TdClassName
{
border-color: #A20F0D;
}
.TagClassName
{
border-color: #A20F0D;
}
</style>