Shades of Dark Red #A40901
Tints of Dark Red #A40901
RGB
CMYK
RGB Variations
Color information
#A40901 (or 0xA40901) is known color: Dark Red. HEX triplet: A4, 09 and 01. RGB value is (164,9,1). Sum of RGB (Red+Green+Blue) = 164+9+1=174 (23% of max value = 765). Red value is 164 (64.45% from 255 or 94.25% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 164 - color contains mainly: red. Hex color #A40901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40901 is #5BF6FE. Grayscale: #363636. Windows color (decimal): -6027007 or 68004. OLE color: 68004.
HSL color Cylindrical-coordinate representation of color #A40901: hue angle of 2.94º 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 #A40901 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.36 |
| HSL | 2.94º | 0.99% | 0.32% | - |
| HSV(B) | 2.94º | 0.99% | 0.64% | - |
| XYZ | 15.41 | 8.09 | 0.78 | - |
| YUV | 54.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 1 | 0 | 0.95 | 0.99 | 0.36 | 2.94 | 0.99 | 0.32 |
| Hex | A4 | 9 | 1 | 0 | 5F | 63 | 24 | 3 | 63 | 20 |
| Octal | 244 | 11 | 1 | 0 | 137 | 143 | 44 | 3 | 143 | 40 |
| Binary | 10100100 | 1001 | 1 | 0 | 1011111 | 1100011 | 100100 | 11 | 1100011 | 100000 |
Color Harmonies of #A40901
Complementary color
Monochromatic Colors of #A40901
Black with #A40901
Text Example
Text Example
White with #A40901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40901; }
p { color: rgb(164,9,1); }
H1.HeaderClassName
{
color: #A40901;
}
.AnyTagClassName
{
color: #A40901;
}
</style>
background-color css
<style>
a { background-color: #A40901; }
a { background-color: rgb(164,9,1); }
div.DivClassName
{
background-color: #A40901;
}
.BgClassName
{
background-color: #A40901;
}
</style>
border-color css
<style>
span { border-color: #A40901; }
span { border-color: rgb(164,9,1); }
td.TdClassName
{
border-color: #A40901;
}
.TagClassName
{
border-color: #A40901;
}
</style>