Shades of Sangria #AB080B
Tints of Sangria #AB080B
RGB
CMYK
RGB Variations
Color information
#AB080B (or 0xAB080B) is known color: Sangria. HEX triplet: AB, 08 and 0B. RGB value is (171,8,11). Sum of RGB (Red+Green+Blue) = 171+8+11=190 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 171 - color contains mainly: red. Hex color #AB080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB080B is #54F7F4. Grayscale: #393939. Windows color (decimal): -5568501 or 723115. OLE color: 723115.
HSL color Cylindrical-coordinate representation of color #AB080B: hue angle of 358.9º degrees, saturation: 0.91, 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 #AB080B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.33 |
| HSL | 358.9º | 0.91% | 0.35% | - |
| HSV(B) | 358.9º | 0.95% | 0.67% | - |
| XYZ | 16.94 | 8.86 | 1.13 | - |
| YUV | 57.08 | 102 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 11 | 0 | 0.95 | 0.94 | 0.33 | 358.9 | 0.91 | 0.35 |
| Hex | AB | 8 | B | 0 | 5F | 5E | 21 | 167 | 5B | 23 |
| Octal | 253 | 10 | 13 | 0 | 137 | 136 | 41 | 547 | 133 | 43 |
| Binary | 10101011 | 1000 | 1011 | 0 | 1011111 | 1011110 | 100001 | 101100111 | 1011011 | 100011 |
Color Harmonies of #AB080B
Complementary color
Monochromatic Colors of #AB080B
Black with #AB080B
Text Example
Text Example
White with #AB080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB080B; }
p { color: rgb(171,8,11); }
H1.HeaderClassName
{
color: #AB080B;
}
.AnyTagClassName
{
color: #AB080B;
}
</style>
background-color css
<style>
a { background-color: #AB080B; }
a { background-color: rgb(171,8,11); }
div.DivClassName
{
background-color: #AB080B;
}
.BgClassName
{
background-color: #AB080B;
}
</style>
border-color css
<style>
span { border-color: #AB080B; }
span { border-color: rgb(171,8,11); }
td.TdClassName
{
border-color: #AB080B;
}
.TagClassName
{
border-color: #AB080B;
}
</style>