Shades of Sangria #A21112
Tints of Sangria #A21112
RGB
CMYK
RGB Variations
Color information
#A21112 (or 0xA21112) is known color: Sangria. HEX triplet: A2, 11 and 12. RGB value is (162,17,18). Sum of RGB (Red+Green+Blue) = 162+17+18=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A21112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21112 is #5DEEED. Grayscale: #3C3C3C. Windows color (decimal): -6156014 or 1184162. OLE color: 1184162.
HSL color Cylindrical-coordinate representation of color #A21112: hue angle of 359.59º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21112 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 18 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.36 |
| HSL | 359.59º | 0.81% | 0.35% | - |
| HSV(B) | 359.59º | 0.9% | 0.64% | - |
| XYZ | 15.21 | 8.13 | 1.34 | - |
| YUV | 60.47 | 104.04 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 18 | 0 | 0.90 | 0.89 | 0.36 | 359.59 | 0.81 | 0.35 |
| Hex | A2 | 11 | 12 | 0 | 5A | 59 | 24 | 168 | 51 | 23 |
| Octal | 242 | 21 | 22 | 0 | 132 | 131 | 44 | 550 | 121 | 43 |
| Binary | 10100010 | 10001 | 10010 | 0 | 1011010 | 1011001 | 100100 | 101101000 | 1010001 | 100011 |
Color Harmonies of #A21112
Complementary color
Monochromatic Colors of #A21112
Black with #A21112
Text Example
Text Example
White with #A21112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21112; }
p { color: rgb(162,17,18); }
H1.HeaderClassName
{
color: #A21112;
}
.AnyTagClassName
{
color: #A21112;
}
</style>
background-color css
<style>
a { background-color: #A21112; }
a { background-color: rgb(162,17,18); }
div.DivClassName
{
background-color: #A21112;
}
.BgClassName
{
background-color: #A21112;
}
</style>
border-color css
<style>
span { border-color: #A21112; }
span { border-color: rgb(162,17,18); }
td.TdClassName
{
border-color: #A21112;
}
.TagClassName
{
border-color: #A21112;
}
</style>