Shades of Dark Red #A31105
Tints of Dark Red #A31105
RGB
CMYK
RGB Variations
Color information
#A31105 (or 0xA31105) is known color: Dark Red. HEX triplet: A3, 11 and 05. RGB value is (163,17,5). Sum of RGB (Red+Green+Blue) = 163+17+5=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A31105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31105 is #5CEEFA. Grayscale: #3B3B3B. Windows color (decimal): -6090491 or 332195. OLE color: 332195.
HSL color Cylindrical-coordinate representation of color #A31105: hue angle of 4.56º 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 #A31105 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.36 |
| HSL | 4.56º | 0.94% | 0.33% | - |
| HSV(B) | 4.56º | 0.97% | 0.64% | - |
| XYZ | 15.33 | 8.2 | 0.92 | - |
| YUV | 59.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 5 | 0 | 0.90 | 0.97 | 0.36 | 4.56 | 0.94 | 0.33 |
| Hex | A3 | 11 | 5 | 0 | 5A | 61 | 24 | 5 | 5E | 21 |
| Octal | 243 | 21 | 5 | 0 | 132 | 141 | 44 | 5 | 136 | 41 |
| Binary | 10100011 | 10001 | 101 | 0 | 1011010 | 1100001 | 100100 | 101 | 1011110 | 100001 |
Color Harmonies of #A31105
Complementary color
Monochromatic Colors of #A31105
Black with #A31105
Text Example
Text Example
White with #A31105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31105; }
p { color: rgb(163,17,5); }
H1.HeaderClassName
{
color: #A31105;
}
.AnyTagClassName
{
color: #A31105;
}
</style>
background-color css
<style>
a { background-color: #A31105; }
a { background-color: rgb(163,17,5); }
div.DivClassName
{
background-color: #A31105;
}
.BgClassName
{
background-color: #A31105;
}
</style>
border-color css
<style>
span { border-color: #A31105; }
span { border-color: rgb(163,17,5); }
td.TdClassName
{
border-color: #A31105;
}
.TagClassName
{
border-color: #A31105;
}
</style>