Shades of Sangria #AC030A
Tints of Sangria #AC030A
RGB
CMYK
RGB Variations
Color information
#AC030A (or 0xAC030A) is known color: Sangria. HEX triplet: AC, 03 and 0A. RGB value is (172,3,10). Sum of RGB (Red+Green+Blue) = 172+3+10=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC030A is #53FCF5. Grayscale: #363636. Windows color (decimal): -5504246 or 656300. OLE color: 656300.
HSL color Cylindrical-coordinate representation of color #AC030A: hue angle of 357.51º 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 #AC030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 10 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.33 |
| HSL | 357.51º | 0.97% | 0.34% | - |
| HSV(B) | 357.51º | 0.98% | 0.67% | - |
| XYZ | 17.1 | 8.86 | 1.1 | - |
| YUV | 54.33 | 102.99 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 10 | 0 | 0.98 | 0.94 | 0.33 | 357.51 | 0.97 | 0.34 |
| Hex | AC | 3 | A | 0 | 62 | 5E | 21 | 166 | 61 | 22 |
| Octal | 254 | 3 | 12 | 0 | 142 | 136 | 41 | 546 | 141 | 42 |
| Binary | 10101100 | 11 | 1010 | 0 | 1100010 | 1011110 | 100001 | 101100110 | 1100001 | 100010 |
Color Harmonies of #AC030A
Complementary color
Monochromatic Colors of #AC030A
Black with #AC030A
Text Example
Text Example
White with #AC030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC030A; }
p { color: rgb(172,3,10); }
H1.HeaderClassName
{
color: #AC030A;
}
.AnyTagClassName
{
color: #AC030A;
}
</style>
background-color css
<style>
a { background-color: #AC030A; }
a { background-color: rgb(172,3,10); }
div.DivClassName
{
background-color: #AC030A;
}
.BgClassName
{
background-color: #AC030A;
}
</style>
border-color css
<style>
span { border-color: #AC030A; }
span { border-color: rgb(172,3,10); }
td.TdClassName
{
border-color: #AC030A;
}
.TagClassName
{
border-color: #AC030A;
}
</style>