Shades of Sangria #AB0B0C
Tints of Sangria #AB0B0C
RGB
CMYK
RGB Variations
Color information
#AB0B0C (or 0xAB0B0C) is known color: Sangria. HEX triplet: AB, 0B and 0C. RGB value is (171,11,12). Sum of RGB (Red+Green+Blue) = 171+11+12=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0B0C is #54F4F3. Grayscale: #3B3B3B. Windows color (decimal): -5567732 or 789419. OLE color: 789419.
HSL color Cylindrical-coordinate representation of color #AB0B0C: hue angle of 359.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B0C is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 12 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.33 |
| HSL | 359.63º | 0.88% | 0.36% | - |
| HSV(B) | 359.63º | 0.94% | 0.67% | - |
| XYZ | 16.98 | 8.92 | 1.18 | - |
| YUV | 58.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 12 | 0 | 0.94 | 0.93 | 0.33 | 359.63 | 0.88 | 0.36 |
| Hex | AB | B | C | 0 | 5E | 5D | 21 | 168 | 58 | 24 |
| Octal | 253 | 13 | 14 | 0 | 136 | 135 | 41 | 550 | 130 | 44 |
| Binary | 10101011 | 1011 | 1100 | 0 | 1011110 | 1011101 | 100001 | 101101000 | 1011000 | 100100 |
Color Harmonies of #AB0B0C
Complementary color
Monochromatic Colors of #AB0B0C
Black with #AB0B0C
Text Example
Text Example
White with #AB0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B0C; }
p { color: rgb(171,11,12); }
H1.HeaderClassName
{
color: #AB0B0C;
}
.AnyTagClassName
{
color: #AB0B0C;
}
</style>
background-color css
<style>
a { background-color: #AB0B0C; }
a { background-color: rgb(171,11,12); }
div.DivClassName
{
background-color: #AB0B0C;
}
.BgClassName
{
background-color: #AB0B0C;
}
</style>
border-color css
<style>
span { border-color: #AB0B0C; }
span { border-color: rgb(171,11,12); }
td.TdClassName
{
border-color: #AB0B0C;
}
.TagClassName
{
border-color: #AB0B0C;
}
</style>