Shades of Sangria #AB000C
Tints of Sangria #AB000C
RGB
CMYK
RGB Variations
Color information
#AB000C (or 0xAB000C) is known color: Sangria. HEX triplet: AB, 00 and 0C. RGB value is (171,0,12). Sum of RGB (Red+Green+Blue) = 171+0+12=183 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.44% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 171 - color contains mainly: red. Hex color #AB000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB000C is #54FFF3. Grayscale: #343434. Windows color (decimal): -5570548 or 786603. OLE color: 786603.
HSL color Cylindrical-coordinate representation of color #AB000C: hue angle of 355.79º 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 #AB000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.93 | 0.33 |
| HSL | 355.79º | 1% | 0.34% | - |
| HSV(B) | 355.79º | 1% | 0.67% | - |
| XYZ | 16.86 | 8.68 | 1.14 | - |
| YUV | 52.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 12 | 0 | 1 | 0.93 | 0.33 | 355.79 | 1 | 0.34 |
| Hex | AB | 0 | C | 0 | 64 | 5D | 21 | 164 | 64 | 22 |
| Octal | 253 | 0 | 14 | 0 | 144 | 135 | 41 | 544 | 144 | 42 |
| Binary | 10101011 | 0 | 1100 | 0 | 1100100 | 1011101 | 100001 | 101100100 | 1100100 | 100010 |
Color Harmonies of #AB000C
Complementary color
Monochromatic Colors of #AB000C
Black with #AB000C
Text Example
Text Example
White with #AB000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB000C; }
p { color: rgb(171,0,12); }
H1.HeaderClassName
{
color: #AB000C;
}
.AnyTagClassName
{
color: #AB000C;
}
</style>
background-color css
<style>
a { background-color: #AB000C; }
a { background-color: rgb(171,0,12); }
div.DivClassName
{
background-color: #AB000C;
}
.BgClassName
{
background-color: #AB000C;
}
</style>
border-color css
<style>
span { border-color: #AB000C; }
span { border-color: rgb(171,0,12); }
td.TdClassName
{
border-color: #AB000C;
}
.TagClassName
{
border-color: #AB000C;
}
</style>