Shades of Sangria #AB0A0B
Tints of Sangria #AB0A0B
RGB
CMYK
RGB Variations
Color information
#AB0A0B (or 0xAB0A0B) is known color: Sangria. HEX triplet: AB, 0A and 0B. RGB value is (171,10,11). Sum of RGB (Red+Green+Blue) = 171+10+11=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0A0B is #54F5F4. Grayscale: #3A3A3A. Windows color (decimal): -5567989 or 723627. OLE color: 723627.
HSL color Cylindrical-coordinate representation of color #AB0A0B: hue angle of 359.63º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A0B is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 11 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.33 |
| HSL | 359.63º | 0.89% | 0.35% | - |
| HSV(B) | 359.63º | 0.94% | 0.67% | - |
| XYZ | 16.96 | 8.9 | 1.14 | - |
| YUV | 58.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 11 | 0 | 0.94 | 0.94 | 0.33 | 359.63 | 0.89 | 0.35 |
| Hex | AB | A | B | 0 | 5E | 5E | 21 | 168 | 59 | 23 |
| Octal | 253 | 12 | 13 | 0 | 136 | 136 | 41 | 550 | 131 | 43 |
| Binary | 10101011 | 1010 | 1011 | 0 | 1011110 | 1011110 | 100001 | 101101000 | 1011001 | 100011 |
Color Harmonies of #AB0A0B
Complementary color
Monochromatic Colors of #AB0A0B
Black with #AB0A0B
Text Example
Text Example
White with #AB0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A0B; }
p { color: rgb(171,10,11); }
H1.HeaderClassName
{
color: #AB0A0B;
}
.AnyTagClassName
{
color: #AB0A0B;
}
</style>
background-color css
<style>
a { background-color: #AB0A0B; }
a { background-color: rgb(171,10,11); }
div.DivClassName
{
background-color: #AB0A0B;
}
.BgClassName
{
background-color: #AB0A0B;
}
</style>
border-color css
<style>
span { border-color: #AB0A0B; }
span { border-color: rgb(171,10,11); }
td.TdClassName
{
border-color: #AB0A0B;
}
.TagClassName
{
border-color: #AB0A0B;
}
</style>