Shades of Dark Red #A31102
Tints of Dark Red #A31102
RGB
CMYK
RGB Variations
Color information
#A31102 (or 0xA31102) is known color: Dark Red. HEX triplet: A3, 11 and 02. RGB value is (163,17,2). Sum of RGB (Red+Green+Blue) = 163+17+2=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A31102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31102 is #5CEEFD. Grayscale: #3B3B3B. Windows color (decimal): -6090494 or 135587. OLE color: 135587.
HSL color Cylindrical-coordinate representation of color #A31102: hue angle of 5.59º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A31102 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.36 |
| HSL | 5.59º | 0.98% | 0.32% | - |
| HSV(B) | 5.59º | 0.99% | 0.64% | - |
| XYZ | 15.32 | 8.19 | 0.83 | - |
| YUV | 58.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 2 | 0 | 0.90 | 0.99 | 0.36 | 5.59 | 0.98 | 0.32 |
| Hex | A3 | 11 | 2 | 0 | 5A | 63 | 24 | 6 | 62 | 20 |
| Octal | 243 | 21 | 2 | 0 | 132 | 143 | 44 | 6 | 142 | 40 |
| Binary | 10100011 | 10001 | 10 | 0 | 1011010 | 1100011 | 100100 | 110 | 1100010 | 100000 |
Color Harmonies of #A31102
Complementary color
Monochromatic Colors of #A31102
Black with #A31102
Text Example
Text Example
White with #A31102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31102; }
p { color: rgb(163,17,2); }
H1.HeaderClassName
{
color: #A31102;
}
.AnyTagClassName
{
color: #A31102;
}
</style>
background-color css
<style>
a { background-color: #A31102; }
a { background-color: rgb(163,17,2); }
div.DivClassName
{
background-color: #A31102;
}
.BgClassName
{
background-color: #A31102;
}
</style>
border-color css
<style>
span { border-color: #A31102; }
span { border-color: rgb(163,17,2); }
td.TdClassName
{
border-color: #A31102;
}
.TagClassName
{
border-color: #A31102;
}
</style>