Shades of Dark Red #A41300
Tints of Dark Red #A41300
RGB
CMYK
RGB Variations
Color information
#A41300 (or 0xA41300) is known color: Dark Red. HEX triplet: A4, 13 and 00. RGB value is (164,19,0). Sum of RGB (Red+Green+Blue) = 164+19+0=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A41300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41300 is #5BECFF. Grayscale: #3C3C3C. Windows color (decimal): -6024448 or 5028. OLE color: 5028.
HSL color Cylindrical-coordinate representation of color #A41300: hue angle of 6.95º 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 #A41300 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.36 |
| HSL | 6.95º | 1% | 0.32% | - |
| HSV(B) | 6.95º | 1% | 0.64% | - |
| XYZ | 15.54 | 8.36 | 0.79 | - |
| YUV | 60.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 0 | 0 | 0.88 | 1 | 0.36 | 6.95 | 1 | 0.32 |
| Hex | A4 | 13 | 0 | 0 | 58 | 64 | 24 | 7 | 64 | 20 |
| Octal | 244 | 23 | 0 | 0 | 130 | 144 | 44 | 7 | 144 | 40 |
| Binary | 10100100 | 10011 | 0 | 0 | 1011000 | 1100100 | 100100 | 111 | 1100100 | 100000 |
Color Harmonies of #A41300
Complementary color
Monochromatic Colors of #A41300
Black with #A41300
Text Example
Text Example
White with #A41300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41300; }
p { color: rgb(164,19,0); }
H1.HeaderClassName
{
color: #A41300;
}
.AnyTagClassName
{
color: #A41300;
}
</style>
background-color css
<style>
a { background-color: #A41300; }
a { background-color: rgb(164,19,0); }
div.DivClassName
{
background-color: #A41300;
}
.BgClassName
{
background-color: #A41300;
}
</style>
border-color css
<style>
span { border-color: #A41300; }
span { border-color: rgb(164,19,0); }
td.TdClassName
{
border-color: #A41300;
}
.TagClassName
{
border-color: #A41300;
}
</style>