Shades of Sangria #AC0209
Tints of Sangria #AC0209
RGB
CMYK
RGB Variations
Color information
#AC0209 (or 0xAC0209) is known color: Sangria. HEX triplet: AC, 02 and 09. RGB value is (172,2,9). Sum of RGB (Red+Green+Blue) = 172+2+9=183 (24% of max value = 765). Red value is 172 (67.58% from 255 or 93.99% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0209 is #53FDF6. Grayscale: #353535. Windows color (decimal): -5504503 or 590508. OLE color: 590508.
HSL color Cylindrical-coordinate representation of color #AC0209: hue angle of 357.53º 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 #AC0209 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.33 |
| HSL | 357.53º | 0.98% | 0.34% | - |
| HSV(B) | 357.53º | 0.99% | 0.67% | - |
| XYZ | 17.08 | 8.83 | 1.06 | - |
| YUV | 53.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 9 | 0 | 0.99 | 0.95 | 0.33 | 357.53 | 0.98 | 0.34 |
| Hex | AC | 2 | 9 | 0 | 63 | 5F | 21 | 166 | 62 | 22 |
| Octal | 254 | 2 | 11 | 0 | 143 | 137 | 41 | 546 | 142 | 42 |
| Binary | 10101100 | 10 | 1001 | 0 | 1100011 | 1011111 | 100001 | 101100110 | 1100010 | 100010 |
Color Harmonies of #AC0209
Complementary color
Monochromatic Colors of #AC0209
Black with #AC0209
Text Example
Text Example
White with #AC0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0209; }
p { color: rgb(172,2,9); }
H1.HeaderClassName
{
color: #AC0209;
}
.AnyTagClassName
{
color: #AC0209;
}
</style>
background-color css
<style>
a { background-color: #AC0209; }
a { background-color: rgb(172,2,9); }
div.DivClassName
{
background-color: #AC0209;
}
.BgClassName
{
background-color: #AC0209;
}
</style>
border-color css
<style>
span { border-color: #AC0209; }
span { border-color: rgb(172,2,9); }
td.TdClassName
{
border-color: #AC0209;
}
.TagClassName
{
border-color: #AC0209;
}
</style>