Shades of Sangria #AB060B
Tints of Sangria #AB060B
RGB
CMYK
RGB Variations
Color information
#AB060B (or 0xAB060B) is known color: Sangria. HEX triplet: AB, 06 and 0B. RGB value is (171,6,11). Sum of RGB (Red+Green+Blue) = 171+6+11=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB060B is #54F9F4. Grayscale: #383838. Windows color (decimal): -5569013 or 722603. OLE color: 722603.
HSL color Cylindrical-coordinate representation of color #AB060B: hue angle of 358.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB060B is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 11 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.33 |
| HSL | 358.18º | 0.93% | 0.35% | - |
| HSV(B) | 358.18º | 0.96% | 0.67% | - |
| XYZ | 16.92 | 8.81 | 1.13 | - |
| YUV | 55.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 11 | 0 | 0.96 | 0.94 | 0.33 | 358.18 | 0.93 | 0.35 |
| Hex | AB | 6 | B | 0 | 60 | 5E | 21 | 166 | 5D | 23 |
| Octal | 253 | 6 | 13 | 0 | 140 | 136 | 41 | 546 | 135 | 43 |
| Binary | 10101011 | 110 | 1011 | 0 | 1100000 | 1011110 | 100001 | 101100110 | 1011101 | 100011 |
Color Harmonies of #AB060B
Complementary color
Monochromatic Colors of #AB060B
Black with #AB060B
Text Example
Text Example
White with #AB060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB060B; }
p { color: rgb(171,6,11); }
H1.HeaderClassName
{
color: #AB060B;
}
.AnyTagClassName
{
color: #AB060B;
}
</style>
background-color css
<style>
a { background-color: #AB060B; }
a { background-color: rgb(171,6,11); }
div.DivClassName
{
background-color: #AB060B;
}
.BgClassName
{
background-color: #AB060B;
}
</style>
border-color css
<style>
span { border-color: #AB060B; }
span { border-color: rgb(171,6,11); }
td.TdClassName
{
border-color: #AB060B;
}
.TagClassName
{
border-color: #AB060B;
}
</style>