Shades of Sangria #AB090E
Tints of Sangria #AB090E
RGB
CMYK
RGB Variations
Color information
#AB090E (or 0xAB090E) is known color: Sangria. HEX triplet: AB, 09 and 0E. RGB value is (171,9,14). Sum of RGB (Red+Green+Blue) = 171+9+14=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB090E is #54F6F1. Grayscale: #3A3A3A. Windows color (decimal): -5568242 or 919979. OLE color: 919979.
HSL color Cylindrical-coordinate representation of color #AB090E: hue angle of 358.15º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB090E is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 14 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.33 |
| HSL | 358.15º | 0.9% | 0.35% | - |
| HSV(B) | 358.15º | 0.95% | 0.67% | - |
| XYZ | 16.97 | 8.89 | 1.24 | - |
| YUV | 58.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 14 | 0 | 0.95 | 0.92 | 0.33 | 358.15 | 0.9 | 0.35 |
| Hex | AB | 9 | E | 0 | 5F | 5C | 21 | 166 | 5A | 23 |
| Octal | 253 | 11 | 16 | 0 | 137 | 134 | 41 | 546 | 132 | 43 |
| Binary | 10101011 | 1001 | 1110 | 0 | 1011111 | 1011100 | 100001 | 101100110 | 1011010 | 100011 |
Color Harmonies of #AB090E
Complementary color
Monochromatic Colors of #AB090E
Black with #AB090E
Text Example
Text Example
White with #AB090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB090E; }
p { color: rgb(171,9,14); }
H1.HeaderClassName
{
color: #AB090E;
}
.AnyTagClassName
{
color: #AB090E;
}
</style>
background-color css
<style>
a { background-color: #AB090E; }
a { background-color: rgb(171,9,14); }
div.DivClassName
{
background-color: #AB090E;
}
.BgClassName
{
background-color: #AB090E;
}
</style>
border-color css
<style>
span { border-color: #AB090E; }
span { border-color: rgb(171,9,14); }
td.TdClassName
{
border-color: #AB090E;
}
.TagClassName
{
border-color: #AB090E;
}
</style>