Shades of Sangria #AB020B
Tints of Sangria #AB020B
RGB
CMYK
RGB Variations
Color information
#AB020B (or 0xAB020B) is known color: Sangria. HEX triplet: AB, 02 and 0B. RGB value is (171,2,11). Sum of RGB (Red+Green+Blue) = 171+2+11=184 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.93% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 171 - color contains mainly: red. Hex color #AB020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB020B is #54FDF4. Grayscale: #353535. Windows color (decimal): -5570037 or 721579. OLE color: 721579.
HSL color Cylindrical-coordinate representation of color #AB020B: hue angle of 356.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.33 |
| HSL | 356.8º | 0.98% | 0.34% | - |
| HSV(B) | 356.8º | 0.99% | 0.67% | - |
| XYZ | 16.88 | 8.73 | 1.11 | - |
| YUV | 53.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 11 | 0 | 0.99 | 0.94 | 0.33 | 356.8 | 0.98 | 0.34 |
| Hex | AB | 2 | B | 0 | 63 | 5E | 21 | 165 | 62 | 22 |
| Octal | 253 | 2 | 13 | 0 | 143 | 136 | 41 | 545 | 142 | 42 |
| Binary | 10101011 | 10 | 1011 | 0 | 1100011 | 1011110 | 100001 | 101100101 | 1100010 | 100010 |
Color Harmonies of #AB020B
Complementary color
Monochromatic Colors of #AB020B
Black with #AB020B
Text Example
Text Example
White with #AB020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB020B; }
p { color: rgb(171,2,11); }
H1.HeaderClassName
{
color: #AB020B;
}
.AnyTagClassName
{
color: #AB020B;
}
</style>
background-color css
<style>
a { background-color: #AB020B; }
a { background-color: rgb(171,2,11); }
div.DivClassName
{
background-color: #AB020B;
}
.BgClassName
{
background-color: #AB020B;
}
</style>
border-color css
<style>
span { border-color: #AB020B; }
span { border-color: rgb(171,2,11); }
td.TdClassName
{
border-color: #AB020B;
}
.TagClassName
{
border-color: #AB020B;
}
</style>