Shades of Sangria #AB000B
Tints of Sangria #AB000B
RGB
CMYK
RGB Variations
Color information
#AB000B (or 0xAB000B) is known color: Sangria. HEX triplet: AB, 00 and 0B. RGB value is (171,0,11). Sum of RGB (Red+Green+Blue) = 171+0+11=182 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.96% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 171 - color contains mainly: red. Hex color #AB000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB000B is #54FFF4. Grayscale: #343434. Windows color (decimal): -5570549 or 721067. OLE color: 721067.
HSL color Cylindrical-coordinate representation of color #AB000B: hue angle of 356.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB000B is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.94 | 0.33 |
| HSL | 356.14º | 1% | 0.34% | - |
| HSV(B) | 356.14º | 1% | 0.67% | - |
| XYZ | 16.85 | 8.68 | 1.1 | - |
| YUV | 52.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 11 | 0 | 1 | 0.94 | 0.33 | 356.14 | 1 | 0.34 |
| Hex | AB | 0 | B | 0 | 64 | 5E | 21 | 164 | 64 | 22 |
| Octal | 253 | 0 | 13 | 0 | 144 | 136 | 41 | 544 | 144 | 42 |
| Binary | 10101011 | 0 | 1011 | 0 | 1100100 | 1011110 | 100001 | 101100100 | 1100100 | 100010 |
Color Harmonies of #AB000B
Complementary color
Monochromatic Colors of #AB000B
Black with #AB000B
Text Example
Text Example
White with #AB000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB000B; }
p { color: rgb(171,0,11); }
H1.HeaderClassName
{
color: #AB000B;
}
.AnyTagClassName
{
color: #AB000B;
}
</style>
background-color css
<style>
a { background-color: #AB000B; }
a { background-color: rgb(171,0,11); }
div.DivClassName
{
background-color: #AB000B;
}
.BgClassName
{
background-color: #AB000B;
}
</style>
border-color css
<style>
span { border-color: #AB000B; }
span { border-color: rgb(171,0,11); }
td.TdClassName
{
border-color: #AB000B;
}
.TagClassName
{
border-color: #AB000B;
}
</style>