Shades of Dark Red #A31305
Tints of Dark Red #A31305
RGB
CMYK
RGB Variations
Color information
#A31305 (or 0xA31305) is known color: Dark Red. HEX triplet: A3, 13 and 05. RGB value is (163,19,5). Sum of RGB (Red+Green+Blue) = 163+19+5=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A31305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31305 is #5CECFA. Grayscale: #3C3C3C. Windows color (decimal): -6089979 or 332707. OLE color: 332707.
HSL color Cylindrical-coordinate representation of color #A31305: hue angle of 5.32º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A31305 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 5 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.36 |
| HSL | 5.32º | 0.94% | 0.33% | - |
| HSV(B) | 5.32º | 0.97% | 0.64% | - |
| XYZ | 15.36 | 8.26 | 0.93 | - |
| YUV | 60.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 5 | 0 | 0.88 | 0.97 | 0.36 | 5.32 | 0.94 | 0.33 |
| Hex | A3 | 13 | 5 | 0 | 58 | 61 | 24 | 5 | 5E | 21 |
| Octal | 243 | 23 | 5 | 0 | 130 | 141 | 44 | 5 | 136 | 41 |
| Binary | 10100011 | 10011 | 101 | 0 | 1011000 | 1100001 | 100100 | 101 | 1011110 | 100001 |
Color Harmonies of #A31305
Complementary color
Monochromatic Colors of #A31305
Black with #A31305
Text Example
Text Example
White with #A31305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31305; }
p { color: rgb(163,19,5); }
H1.HeaderClassName
{
color: #A31305;
}
.AnyTagClassName
{
color: #A31305;
}
</style>
background-color css
<style>
a { background-color: #A31305; }
a { background-color: rgb(163,19,5); }
div.DivClassName
{
background-color: #A31305;
}
.BgClassName
{
background-color: #A31305;
}
</style>
border-color css
<style>
span { border-color: #A31305; }
span { border-color: rgb(163,19,5); }
td.TdClassName
{
border-color: #A31305;
}
.TagClassName
{
border-color: #A31305;
}
</style>