Shades of Dark Red #A31300
Tints of Dark Red #A31300
RGB
CMYK
RGB Variations
Color information
#A31300 (or 0xA31300) is known color: Dark Red. HEX triplet: A3, 13 and 00. RGB value is (163,19,0). Sum of RGB (Red+Green+Blue) = 163+19+0=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A31300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31300 is #5CECFF. Grayscale: #3C3C3C. Windows color (decimal): -6089984 or 5027. OLE color: 5027.
HSL color Cylindrical-coordinate representation of color #A31300: hue angle of 6.99º 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 #A31300 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.36 |
| HSL | 6.99º | 1% | 0.32% | - |
| HSV(B) | 6.99º | 1% | 0.64% | - |
| XYZ | 15.34 | 8.25 | 0.78 | - |
| YUV | 59.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 0 | 0 | 0.88 | 1 | 0.36 | 6.99 | 1 | 0.32 |
| Hex | A3 | 13 | 0 | 0 | 58 | 64 | 24 | 7 | 64 | 20 |
| Octal | 243 | 23 | 0 | 0 | 130 | 144 | 44 | 7 | 144 | 40 |
| Binary | 10100011 | 10011 | 0 | 0 | 1011000 | 1100100 | 100100 | 111 | 1100100 | 100000 |
Color Harmonies of #A31300
Complementary color
Monochromatic Colors of #A31300
Black with #A31300
Text Example
Text Example
White with #A31300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31300; }
p { color: rgb(163,19,0); }
H1.HeaderClassName
{
color: #A31300;
}
.AnyTagClassName
{
color: #A31300;
}
</style>
background-color css
<style>
a { background-color: #A31300; }
a { background-color: rgb(163,19,0); }
div.DivClassName
{
background-color: #A31300;
}
.BgClassName
{
background-color: #A31300;
}
</style>
border-color css
<style>
span { border-color: #A31300; }
span { border-color: rgb(163,19,0); }
td.TdClassName
{
border-color: #A31300;
}
.TagClassName
{
border-color: #A31300;
}
</style>