Shades of Sangria #AC0309
Tints of Sangria #AC0309
RGB
CMYK
RGB Variations
Color information
#AC0309 (or 0xAC0309) is known color: Sangria. HEX triplet: AC, 03 and 09. RGB value is (172,3,9). Sum of RGB (Red+Green+Blue) = 172+3+9=184 (24% of max value = 765). Red value is 172 (67.58% from 255 or 93.48% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0309 is #53FCF6. Grayscale: #363636. Windows color (decimal): -5504247 or 590764. OLE color: 590764.
HSL color Cylindrical-coordinate representation of color #AC0309: hue angle of 357.87º 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 #AC0309 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 9 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.33 |
| HSL | 357.87º | 0.97% | 0.34% | - |
| HSV(B) | 357.87º | 0.98% | 0.67% | - |
| XYZ | 17.1 | 8.86 | 1.07 | - |
| YUV | 54.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 9 | 0 | 0.98 | 0.95 | 0.33 | 357.87 | 0.97 | 0.34 |
| Hex | AC | 3 | 9 | 0 | 62 | 5F | 21 | 166 | 61 | 22 |
| Octal | 254 | 3 | 11 | 0 | 142 | 137 | 41 | 546 | 141 | 42 |
| Binary | 10101100 | 11 | 1001 | 0 | 1100010 | 1011111 | 100001 | 101100110 | 1100001 | 100010 |
Color Harmonies of #AC0309
Complementary color
Monochromatic Colors of #AC0309
Black with #AC0309
Text Example
Text Example
White with #AC0309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0309; }
p { color: rgb(172,3,9); }
H1.HeaderClassName
{
color: #AC0309;
}
.AnyTagClassName
{
color: #AC0309;
}
</style>
background-color css
<style>
a { background-color: #AC0309; }
a { background-color: rgb(172,3,9); }
div.DivClassName
{
background-color: #AC0309;
}
.BgClassName
{
background-color: #AC0309;
}
</style>
border-color css
<style>
span { border-color: #AC0309; }
span { border-color: rgb(172,3,9); }
td.TdClassName
{
border-color: #AC0309;
}
.TagClassName
{
border-color: #AC0309;
}
</style>