Shades of Dark Red #A41500
Tints of Dark Red #A41500
RGB
CMYK
RGB Variations
Color information
#A41500 (or 0xA41500) is known color: Dark Red. HEX triplet: A4, 15 and 00. RGB value is (164,21,0). Sum of RGB (Red+Green+Blue) = 164+21+0=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A41500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41500 is #5BEAFF. Grayscale: #3D3D3D. Windows color (decimal): -6023936 or 5540. OLE color: 5540.
HSL color Cylindrical-coordinate representation of color #A41500: hue angle of 7.68º 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 #A41500 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.36 |
| HSL | 7.68º | 1% | 0.32% | - |
| HSV(B) | 7.68º | 1% | 0.64% | - |
| XYZ | 15.58 | 8.43 | 0.81 | - |
| YUV | 61.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 0 | 0 | 0.87 | 1 | 0.36 | 7.68 | 1 | 0.32 |
| Hex | A4 | 15 | 0 | 0 | 57 | 64 | 24 | 8 | 64 | 20 |
| Octal | 244 | 25 | 0 | 0 | 127 | 144 | 44 | 10 | 144 | 40 |
| Binary | 10100100 | 10101 | 0 | 0 | 1010111 | 1100100 | 100100 | 1000 | 1100100 | 100000 |
Color Harmonies of #A41500
Complementary color
Monochromatic Colors of #A41500
Black with #A41500
Text Example
Text Example
White with #A41500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41500; }
p { color: rgb(164,21,0); }
H1.HeaderClassName
{
color: #A41500;
}
.AnyTagClassName
{
color: #A41500;
}
</style>
background-color css
<style>
a { background-color: #A41500; }
a { background-color: rgb(164,21,0); }
div.DivClassName
{
background-color: #A41500;
}
.BgClassName
{
background-color: #A41500;
}
</style>
border-color css
<style>
span { border-color: #A41500; }
span { border-color: rgb(164,21,0); }
td.TdClassName
{
border-color: #A41500;
}
.TagClassName
{
border-color: #A41500;
}
</style>