Shades of Sangria #AC020B
Tints of Sangria #AC020B
RGB
CMYK
RGB Variations
Color information
#AC020B (or 0xAC020B) is known color: Sangria. HEX triplet: AC, 02 and 0B. RGB value is (172,2,11). Sum of RGB (Red+Green+Blue) = 172+2+11=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC020B is #53FDF4. Grayscale: #353535. Windows color (decimal): -5504501 or 721580. OLE color: 721580.
HSL color Cylindrical-coordinate representation of color #AC020B: hue angle of 356.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.33 |
| HSL | 356.82º | 0.98% | 0.34% | - |
| HSV(B) | 356.82º | 0.99% | 0.67% | - |
| XYZ | 17.1 | 8.84 | 1.12 | - |
| YUV | 53.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 11 | 0 | 0.99 | 0.94 | 0.33 | 356.82 | 0.98 | 0.34 |
| Hex | AC | 2 | B | 0 | 63 | 5E | 21 | 165 | 62 | 22 |
| Octal | 254 | 2 | 13 | 0 | 143 | 136 | 41 | 545 | 142 | 42 |
| Binary | 10101100 | 10 | 1011 | 0 | 1100011 | 1011110 | 100001 | 101100101 | 1100010 | 100010 |
Color Harmonies of #AC020B
Complementary color
Monochromatic Colors of #AC020B
Black with #AC020B
Text Example
Text Example
White with #AC020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC020B; }
p { color: rgb(172,2,11); }
H1.HeaderClassName
{
color: #AC020B;
}
.AnyTagClassName
{
color: #AC020B;
}
</style>
background-color css
<style>
a { background-color: #AC020B; }
a { background-color: rgb(172,2,11); }
div.DivClassName
{
background-color: #AC020B;
}
.BgClassName
{
background-color: #AC020B;
}
</style>
border-color css
<style>
span { border-color: #AC020B; }
span { border-color: rgb(172,2,11); }
td.TdClassName
{
border-color: #AC020B;
}
.TagClassName
{
border-color: #AC020B;
}
</style>