Shades of Sangria #AB0206
Tints of Sangria #AB0206
RGB
CMYK
RGB Variations
Color information
#AB0206 (or 0xAB0206) is known color: Sangria. HEX triplet: AB, 02 and 06. RGB value is (171,2,6). Sum of RGB (Red+Green+Blue) = 171+2+6=179 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95.53% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0206 is #54FDF9. Grayscale: #353535. Windows color (decimal): -5570042 or 393899. OLE color: 393899.
HSL color Cylindrical-coordinate representation of color #AB0206: hue angle of 358.58º 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 #AB0206 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 6 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.33 |
| HSL | 358.58º | 0.98% | 0.34% | - |
| HSV(B) | 358.58º | 0.99% | 0.67% | - |
| XYZ | 16.85 | 8.71 | 0.97 | - |
| YUV | 52.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 6 | 0 | 0.99 | 0.96 | 0.33 | 358.58 | 0.98 | 0.34 |
| Hex | AB | 2 | 6 | 0 | 63 | 60 | 21 | 167 | 62 | 22 |
| Octal | 253 | 2 | 6 | 0 | 143 | 140 | 41 | 547 | 142 | 42 |
| Binary | 10101011 | 10 | 110 | 0 | 1100011 | 1100000 | 100001 | 101100111 | 1100010 | 100010 |
Color Harmonies of #AB0206
Complementary color
Monochromatic Colors of #AB0206
Black with #AB0206
Text Example
Text Example
White with #AB0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0206; }
p { color: rgb(171,2,6); }
H1.HeaderClassName
{
color: #AB0206;
}
.AnyTagClassName
{
color: #AB0206;
}
</style>
background-color css
<style>
a { background-color: #AB0206; }
a { background-color: rgb(171,2,6); }
div.DivClassName
{
background-color: #AB0206;
}
.BgClassName
{
background-color: #AB0206;
}
</style>
border-color css
<style>
span { border-color: #AB0206; }
span { border-color: rgb(171,2,6); }
td.TdClassName
{
border-color: #AB0206;
}
.TagClassName
{
border-color: #AB0206;
}
</style>