Shades of Sangria #AB0009
Tints of Sangria #AB0009
RGB
CMYK
RGB Variations
Color information
#AB0009 (or 0xAB0009) is known color: Sangria. HEX triplet: AB, 00 and 09. RGB value is (171,0,9). Sum of RGB (Red+Green+Blue) = 171+0+9=180 (23% of max value = 765). Red value is 171 (67.19% from 255 or 95% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0009 is #54FFF6. Grayscale: #343434. Windows color (decimal): -5570551 or 589995. OLE color: 589995.
HSL color Cylindrical-coordinate representation of color #AB0009: hue angle of 356.84º 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 #AB0009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.95 | 0.33 |
| HSL | 356.84º | 1% | 0.34% | - |
| HSV(B) | 356.84º | 1% | 0.67% | - |
| XYZ | 16.84 | 8.68 | 1.05 | - |
| YUV | 52.16 | 103.65 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 9 | 0 | 1 | 0.95 | 0.33 | 356.84 | 1 | 0.34 |
| Hex | AB | 0 | 9 | 0 | 64 | 5F | 21 | 165 | 64 | 22 |
| Octal | 253 | 0 | 11 | 0 | 144 | 137 | 41 | 545 | 144 | 42 |
| Binary | 10101011 | 0 | 1001 | 0 | 1100100 | 1011111 | 100001 | 101100101 | 1100100 | 100010 |
Color Harmonies of #AB0009
Complementary color
Monochromatic Colors of #AB0009
Black with #AB0009
Text Example
Text Example
White with #AB0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0009; }
p { color: rgb(171,0,9); }
H1.HeaderClassName
{
color: #AB0009;
}
.AnyTagClassName
{
color: #AB0009;
}
</style>
background-color css
<style>
a { background-color: #AB0009; }
a { background-color: rgb(171,0,9); }
div.DivClassName
{
background-color: #AB0009;
}
.BgClassName
{
background-color: #AB0009;
}
</style>
border-color css
<style>
span { border-color: #AB0009; }
span { border-color: rgb(171,0,9); }
td.TdClassName
{
border-color: #AB0009;
}
.TagClassName
{
border-color: #AB0009;
}
</style>