Shades of Dark Red #A40201
Tints of Dark Red #A40201
RGB
CMYK
RGB Variations
Color information
#A40201 (or 0xA40201) is known color: Dark Red. HEX triplet: A4, 02 and 01. RGB value is (164,2,1). Sum of RGB (Red+Green+Blue) = 164+2+1=167 (22% of max value = 765). Red value is 164 (64.45% from 255 or 98.20% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 164 - color contains mainly: red. Hex color #A40201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40201 is #5BFDFE. Grayscale: #323232. Windows color (decimal): -6028799 or 66212. OLE color: 66212.
HSL color Cylindrical-coordinate representation of color #A40201: hue angle of 0.37º 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 #A40201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.36 |
| HSL | 0.37º | 0.99% | 0.32% | - |
| HSV(B) | 0.37º | 0.99% | 0.64% | - |
| XYZ | 15.34 | 7.94 | 0.75 | - |
| YUV | 50.32 | 100.17 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 1 | 0 | 0.99 | 0.99 | 0.36 | 0.37 | 0.99 | 0.32 |
| Hex | A4 | 2 | 1 | 0 | 63 | 63 | 24 | 0 | 63 | 20 |
| Octal | 244 | 2 | 1 | 0 | 143 | 143 | 44 | 0 | 143 | 40 |
| Binary | 10100100 | 10 | 1 | 0 | 1100011 | 1100011 | 100100 | 0 | 1100011 | 100000 |
Color Harmonies of #A40201
Complementary color
Monochromatic Colors of #A40201
Black with #A40201
Text Example
Text Example
White with #A40201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40201; }
p { color: rgb(164,2,1); }
H1.HeaderClassName
{
color: #A40201;
}
.AnyTagClassName
{
color: #A40201;
}
</style>
background-color css
<style>
a { background-color: #A40201; }
a { background-color: rgb(164,2,1); }
div.DivClassName
{
background-color: #A40201;
}
.BgClassName
{
background-color: #A40201;
}
</style>
border-color css
<style>
span { border-color: #A40201; }
span { border-color: rgb(164,2,1); }
td.TdClassName
{
border-color: #A40201;
}
.TagClassName
{
border-color: #A40201;
}
</style>