Shades of Dark Red #A20F03
Tints of Dark Red #A20F03
RGB
CMYK
RGB Variations
Color information
#A20F03 (or 0xA20F03) is known color: Dark Red. HEX triplet: A2, 0F and 03. RGB value is (162,15,3). Sum of RGB (Red+Green+Blue) = 162+15+3=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20F03 is #5DF0FC. Grayscale: #393939. Windows color (decimal): -6156541 or 200610. OLE color: 200610.
HSL color Cylindrical-coordinate representation of color #A20F03: hue angle of 4.53º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20F03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.36 |
| HSL | 4.53º | 0.96% | 0.32% | - |
| HSV(B) | 4.53º | 0.98% | 0.64% | - |
| XYZ | 15.09 | 8.03 | 0.84 | - |
| YUV | 57.59 | 97.2 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 3 | 0 | 0.91 | 0.98 | 0.36 | 4.53 | 0.96 | 0.32 |
| Hex | A2 | F | 3 | 0 | 5B | 62 | 24 | 5 | 60 | 20 |
| Octal | 242 | 17 | 3 | 0 | 133 | 142 | 44 | 5 | 140 | 40 |
| Binary | 10100010 | 1111 | 11 | 0 | 1011011 | 1100010 | 100100 | 101 | 1100000 | 100000 |
Color Harmonies of #A20F03
Complementary color
Monochromatic Colors of #A20F03
Black with #A20F03
Text Example
Text Example
White with #A20F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F03; }
p { color: rgb(162,15,3); }
H1.HeaderClassName
{
color: #A20F03;
}
.AnyTagClassName
{
color: #A20F03;
}
</style>
background-color css
<style>
a { background-color: #A20F03; }
a { background-color: rgb(162,15,3); }
div.DivClassName
{
background-color: #A20F03;
}
.BgClassName
{
background-color: #A20F03;
}
</style>
border-color css
<style>
span { border-color: #A20F03; }
span { border-color: rgb(162,15,3); }
td.TdClassName
{
border-color: #A20F03;
}
.TagClassName
{
border-color: #A20F03;
}
</style>