Shades of Dark Red #A40B05
Tints of Dark Red #A40B05
RGB
CMYK
RGB Variations
Color information
#A40B05 (or 0xA40B05) is known color: Dark Red. HEX triplet: A4, 0B and 05. RGB value is (164,11,5). Sum of RGB (Red+Green+Blue) = 164+11+5=180 (23% of max value = 765). Red value is 164 (64.45% from 255 or 91.11% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40B05 is #5BF4FA. Grayscale: #383838. Windows color (decimal): -6026491 or 330660. OLE color: 330660.
HSL color Cylindrical-coordinate representation of color #A40B05: hue angle of 2.26º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A40B05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.36 |
| HSL | 2.26º | 0.94% | 0.33% | - |
| HSV(B) | 2.26º | 0.97% | 0.64% | - |
| XYZ | 15.46 | 8.14 | 0.9 | - |
| YUV | 56.06 | 99.19 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 5 | 0 | 0.93 | 0.97 | 0.36 | 2.26 | 0.94 | 0.33 |
| Hex | A4 | B | 5 | 0 | 5D | 61 | 24 | 2 | 5E | 21 |
| Octal | 244 | 13 | 5 | 0 | 135 | 141 | 44 | 2 | 136 | 41 |
| Binary | 10100100 | 1011 | 101 | 0 | 1011101 | 1100001 | 100100 | 10 | 1011110 | 100001 |
Color Harmonies of #A40B05
Complementary color
Monochromatic Colors of #A40B05
Black with #A40B05
Text Example
Text Example
White with #A40B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B05; }
p { color: rgb(164,11,5); }
H1.HeaderClassName
{
color: #A40B05;
}
.AnyTagClassName
{
color: #A40B05;
}
</style>
background-color css
<style>
a { background-color: #A40B05; }
a { background-color: rgb(164,11,5); }
div.DivClassName
{
background-color: #A40B05;
}
.BgClassName
{
background-color: #A40B05;
}
</style>
border-color css
<style>
span { border-color: #A40B05; }
span { border-color: rgb(164,11,5); }
td.TdClassName
{
border-color: #A40B05;
}
.TagClassName
{
border-color: #A40B05;
}
</style>