Shades of Dark Red #A40907
Tints of Dark Red #A40907
RGB
CMYK
RGB Variations
Color information
#A40907 (or 0xA40907) is known color: Dark Red. HEX triplet: A4, 09 and 07. RGB value is (164,9,7). Sum of RGB (Red+Green+Blue) = 164+9+7=180 (23% of max value = 765). Red value is 164 (64.45% from 255 or 91.11% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 164 - color contains mainly: red. Hex color #A40907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40907 is #5BF6F8. Grayscale: #373737. Windows color (decimal): -6027001 or 461220. OLE color: 461220.
HSL color Cylindrical-coordinate representation of color #A40907: hue angle of 0.76º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40907 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.36 |
| HSL | 0.76º | 0.92% | 0.34% | - |
| HSV(B) | 0.76º | 0.96% | 0.64% | - |
| XYZ | 15.45 | 8.1 | 0.95 | - |
| YUV | 55.12 | 100.85 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 7 | 0 | 0.95 | 0.96 | 0.36 | 0.76 | 0.92 | 0.34 |
| Hex | A4 | 9 | 7 | 0 | 5F | 60 | 24 | 1 | 5C | 22 |
| Octal | 244 | 11 | 7 | 0 | 137 | 140 | 44 | 1 | 134 | 42 |
| Binary | 10100100 | 1001 | 111 | 0 | 1011111 | 1100000 | 100100 | 1 | 1011100 | 100010 |
Color Harmonies of #A40907
Complementary color
Monochromatic Colors of #A40907
Black with #A40907
Text Example
Text Example
White with #A40907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40907; }
p { color: rgb(164,9,7); }
H1.HeaderClassName
{
color: #A40907;
}
.AnyTagClassName
{
color: #A40907;
}
</style>
background-color css
<style>
a { background-color: #A40907; }
a { background-color: rgb(164,9,7); }
div.DivClassName
{
background-color: #A40907;
}
.BgClassName
{
background-color: #A40907;
}
</style>
border-color css
<style>
span { border-color: #A40907; }
span { border-color: rgb(164,9,7); }
td.TdClassName
{
border-color: #A40907;
}
.TagClassName
{
border-color: #A40907;
}
</style>