Shades of Dark Red #A40504
Tints of Dark Red #A40504
RGB
CMYK
RGB Variations
Color information
#A40504 (or 0xA40504) is known color: Dark Red. HEX triplet: A4, 05 and 04. RGB value is (164,5,4). Sum of RGB (Red+Green+Blue) = 164+5+4=173 (22% of max value = 765). Red value is 164 (64.45% from 255 or 94.80% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 164 - color contains mainly: red. Hex color #A40504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40504 is #5BFAFB. Grayscale: #343434. Windows color (decimal): -6028028 or 263588. OLE color: 263588.
HSL color Cylindrical-coordinate representation of color #A40504: hue angle of 0.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40504 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 5 | 4 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.36 |
| HSL | 0.38º | 0.95% | 0.33% | - |
| HSV(B) | 0.38º | 0.98% | 0.64% | - |
| XYZ | 15.39 | 8.01 | 0.85 | - |
| YUV | 52.43 | 100.68 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 4 | 0 | 0.97 | 0.98 | 0.36 | 0.38 | 0.95 | 0.33 |
| Hex | A4 | 5 | 4 | 0 | 61 | 62 | 24 | 0 | 5F | 21 |
| Octal | 244 | 5 | 4 | 0 | 141 | 142 | 44 | 0 | 137 | 41 |
| Binary | 10100100 | 101 | 100 | 0 | 1100001 | 1100010 | 100100 | 0 | 1011111 | 100001 |
Color Harmonies of #A40504
Complementary color
Monochromatic Colors of #A40504
Black with #A40504
Text Example
Text Example
White with #A40504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40504; }
p { color: rgb(164,5,4); }
H1.HeaderClassName
{
color: #A40504;
}
.AnyTagClassName
{
color: #A40504;
}
</style>
background-color css
<style>
a { background-color: #A40504; }
a { background-color: rgb(164,5,4); }
div.DivClassName
{
background-color: #A40504;
}
.BgClassName
{
background-color: #A40504;
}
</style>
border-color css
<style>
span { border-color: #A40504; }
span { border-color: rgb(164,5,4); }
td.TdClassName
{
border-color: #A40504;
}
.TagClassName
{
border-color: #A40504;
}
</style>