Shades of Dark Red #A40400
Tints of Dark Red #A40400
RGB
CMYK
RGB Variations
Color information
#A40400 (or 0xA40400) is known color: Dark Red. HEX triplet: A4, 04 and 00. RGB value is (164,4,0). Sum of RGB (Red+Green+Blue) = 164+4+0=168 (22% of max value = 765). Red value is 164 (64.45% from 255 or 97.62% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 164 - color contains mainly: red. Hex color #A40400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40400 is #5BFBFF. Grayscale: #333333. Windows color (decimal): -6028288 or 1188. OLE color: 1188.
HSL color Cylindrical-coordinate representation of color #A40400: hue angle of 1.46º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.36 |
| HSL | 1.46º | 1% | 0.32% | - |
| HSV(B) | 1.46º | 1% | 0.64% | - |
| XYZ | 15.35 | 7.98 | 0.73 | - |
| YUV | 51.38 | 99.01 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 0 | 0 | 0.98 | 1 | 0.36 | 1.46 | 1 | 0.32 |
| Hex | A4 | 4 | 0 | 0 | 62 | 64 | 24 | 1 | 64 | 20 |
| Octal | 244 | 4 | 0 | 0 | 142 | 144 | 44 | 1 | 144 | 40 |
| Binary | 10100100 | 100 | 0 | 0 | 1100010 | 1100100 | 100100 | 1 | 1100100 | 100000 |
Color Harmonies of #A40400
Complementary color
Monochromatic Colors of #A40400
Black with #A40400
Text Example
Text Example
White with #A40400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40400; }
p { color: rgb(164,4,0); }
H1.HeaderClassName
{
color: #A40400;
}
.AnyTagClassName
{
color: #A40400;
}
</style>
background-color css
<style>
a { background-color: #A40400; }
a { background-color: rgb(164,4,0); }
div.DivClassName
{
background-color: #A40400;
}
.BgClassName
{
background-color: #A40400;
}
</style>
border-color css
<style>
span { border-color: #A40400; }
span { border-color: rgb(164,4,0); }
td.TdClassName
{
border-color: #A40400;
}
.TagClassName
{
border-color: #A40400;
}
</style>