Shades of Sangria #A2010B
Tints of Sangria #A2010B
RGB
CMYK
RGB Variations
Color information
#A2010B (or 0xA2010B) is known color: Sangria. HEX triplet: A2, 01 and 0B. RGB value is (162,1,11). Sum of RGB (Red+Green+Blue) = 162+1+11=174 (23% of max value = 765). Red value is 162 (63.67% from 255 or 93.10% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 162 - color contains mainly: red. Hex color #A2010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2010B is #5DFEF4. Grayscale: #323232. Windows color (decimal): -6160117 or 721314. OLE color: 721314.
HSL color Cylindrical-coordinate representation of color #A2010B: hue angle of 356.27º degrees, saturation: 0.99, 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 #A2010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.36 |
| HSL | 356.27º | 0.99% | 0.32% | - |
| HSV(B) | 356.27º | 0.99% | 0.64% | - |
| XYZ | 14.97 | 7.73 | 1.02 | - |
| YUV | 50.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 11 | 0 | 0.99 | 0.93 | 0.36 | 356.27 | 0.99 | 0.32 |
| Hex | A2 | 1 | B | 0 | 63 | 5D | 24 | 164 | 63 | 20 |
| Octal | 242 | 1 | 13 | 0 | 143 | 135 | 44 | 544 | 143 | 40 |
| Binary | 10100010 | 1 | 1011 | 0 | 1100011 | 1011101 | 100100 | 101100100 | 1100011 | 100000 |
Color Harmonies of #A2010B
Complementary color
Monochromatic Colors of #A2010B
Black with #A2010B
Text Example
Text Example
White with #A2010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2010B; }
p { color: rgb(162,1,11); }
H1.HeaderClassName
{
color: #A2010B;
}
.AnyTagClassName
{
color: #A2010B;
}
</style>
background-color css
<style>
a { background-color: #A2010B; }
a { background-color: rgb(162,1,11); }
div.DivClassName
{
background-color: #A2010B;
}
.BgClassName
{
background-color: #A2010B;
}
</style>
border-color css
<style>
span { border-color: #A2010B; }
span { border-color: rgb(162,1,11); }
td.TdClassName
{
border-color: #A2010B;
}
.TagClassName
{
border-color: #A2010B;
}
</style>