Shades of Sangria #AB0006
Tints of Sangria #AB0006
RGB
CMYK
RGB Variations
Color information
#AB0006 (or 0xAB0006) is known color: Sangria. HEX triplet: AB, 00 and 06. RGB value is (171,0,6). Sum of RGB (Red+Green+Blue) = 171+0+6=177 (23% of max value = 765). Red value is 171 (67.19% from 255 or 96.61% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0006 is #54FFF9. Grayscale: #333333. Windows color (decimal): -5570554 or 393387. OLE color: 393387.
HSL color Cylindrical-coordinate representation of color #AB0006: hue angle of 357.89º 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 #AB0006 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.96 | 0.33 |
| HSL | 357.89º | 1% | 0.34% | - |
| HSV(B) | 357.89º | 1% | 0.67% | - |
| XYZ | 16.83 | 8.67 | 0.96 | - |
| YUV | 51.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 6 | 0 | 1 | 0.96 | 0.33 | 357.89 | 1 | 0.34 |
| Hex | AB | 0 | 6 | 0 | 64 | 60 | 21 | 166 | 64 | 22 |
| Octal | 253 | 0 | 6 | 0 | 144 | 140 | 41 | 546 | 144 | 42 |
| Binary | 10101011 | 0 | 110 | 0 | 1100100 | 1100000 | 100001 | 101100110 | 1100100 | 100010 |
Color Harmonies of #AB0006
Complementary color
Monochromatic Colors of #AB0006
Black with #AB0006
Text Example
Text Example
White with #AB0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0006; }
p { color: rgb(171,0,6); }
H1.HeaderClassName
{
color: #AB0006;
}
.AnyTagClassName
{
color: #AB0006;
}
</style>
background-color css
<style>
a { background-color: #AB0006; }
a { background-color: rgb(171,0,6); }
div.DivClassName
{
background-color: #AB0006;
}
.BgClassName
{
background-color: #AB0006;
}
</style>
border-color css
<style>
span { border-color: #AB0006; }
span { border-color: rgb(171,0,6); }
td.TdClassName
{
border-color: #AB0006;
}
.TagClassName
{
border-color: #AB0006;
}
</style>