Shades of Sangria #AB040C
Tints of Sangria #AB040C
RGB
CMYK
RGB Variations
Color information
#AB040C (or 0xAB040C) is known color: Sangria. HEX triplet: AB, 04 and 0C. RGB value is (171,4,12). Sum of RGB (Red+Green+Blue) = 171+4+12=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB040C is #54FBF3. Grayscale: #363636. Windows color (decimal): -5569524 or 787627. OLE color: 787627.
HSL color Cylindrical-coordinate representation of color #AB040C: hue angle of 357.13º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB040C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.33 |
| HSL | 357.13º | 0.95% | 0.34% | - |
| HSV(B) | 357.13º | 0.98% | 0.67% | - |
| XYZ | 16.9 | 8.77 | 1.15 | - |
| YUV | 54.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 12 | 0 | 0.98 | 0.93 | 0.33 | 357.13 | 0.95 | 0.34 |
| Hex | AB | 4 | C | 0 | 62 | 5D | 21 | 165 | 5F | 22 |
| Octal | 253 | 4 | 14 | 0 | 142 | 135 | 41 | 545 | 137 | 42 |
| Binary | 10101011 | 100 | 1100 | 0 | 1100010 | 1011101 | 100001 | 101100101 | 1011111 | 100010 |
Color Harmonies of #AB040C
Complementary color
Monochromatic Colors of #AB040C
Black with #AB040C
Text Example
Text Example
White with #AB040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB040C; }
p { color: rgb(171,4,12); }
H1.HeaderClassName
{
color: #AB040C;
}
.AnyTagClassName
{
color: #AB040C;
}
</style>
background-color css
<style>
a { background-color: #AB040C; }
a { background-color: rgb(171,4,12); }
div.DivClassName
{
background-color: #AB040C;
}
.BgClassName
{
background-color: #AB040C;
}
</style>
border-color css
<style>
span { border-color: #AB040C; }
span { border-color: rgb(171,4,12); }
td.TdClassName
{
border-color: #AB040C;
}
.TagClassName
{
border-color: #AB040C;
}
</style>