Shades of Sangria #AB030B
Tints of Sangria #AB030B
RGB
CMYK
RGB Variations
Color information
#AB030B (or 0xAB030B) is known color: Sangria. HEX triplet: AB, 03 and 0B. RGB value is (171,3,11). Sum of RGB (Red+Green+Blue) = 171+3+11=185 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.43% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 171 - color contains mainly: red. Hex color #AB030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB030B is #54FCF4. Grayscale: #363636. Windows color (decimal): -5569781 or 721835. OLE color: 721835.
HSL color Cylindrical-coordinate representation of color #AB030B: hue angle of 357.14º degrees, saturation: 0.97, 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 #AB030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.33 |
| HSL | 357.14º | 0.97% | 0.34% | - |
| HSV(B) | 357.14º | 0.98% | 0.67% | - |
| XYZ | 16.89 | 8.75 | 1.11 | - |
| YUV | 54.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 11 | 0 | 0.98 | 0.94 | 0.33 | 357.14 | 0.97 | 0.34 |
| Hex | AB | 3 | B | 0 | 62 | 5E | 21 | 165 | 61 | 22 |
| Octal | 253 | 3 | 13 | 0 | 142 | 136 | 41 | 545 | 141 | 42 |
| Binary | 10101011 | 11 | 1011 | 0 | 1100010 | 1011110 | 100001 | 101100101 | 1100001 | 100010 |
Color Harmonies of #AB030B
Complementary color
Monochromatic Colors of #AB030B
Black with #AB030B
Text Example
Text Example
White with #AB030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB030B; }
p { color: rgb(171,3,11); }
H1.HeaderClassName
{
color: #AB030B;
}
.AnyTagClassName
{
color: #AB030B;
}
</style>
background-color css
<style>
a { background-color: #AB030B; }
a { background-color: rgb(171,3,11); }
div.DivClassName
{
background-color: #AB030B;
}
.BgClassName
{
background-color: #AB030B;
}
</style>
border-color css
<style>
span { border-color: #AB030B; }
span { border-color: rgb(171,3,11); }
td.TdClassName
{
border-color: #AB030B;
}
.TagClassName
{
border-color: #AB030B;
}
</style>