Shades of Sangria #AC030C
Tints of Sangria #AC030C
RGB
CMYK
RGB Variations
Color information
#AC030C (or 0xAC030C) is known color: Sangria. HEX triplet: AC, 03 and 0C. RGB value is (172,3,12). Sum of RGB (Red+Green+Blue) = 172+3+12=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC030C is #53FCF3. Grayscale: #363636. Windows color (decimal): -5504244 or 787372. OLE color: 787372.
HSL color Cylindrical-coordinate representation of color #AC030C: hue angle of 356.8º 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 #AC030C is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.33 |
| HSL | 356.8º | 0.97% | 0.34% | - |
| HSV(B) | 356.8º | 0.98% | 0.67% | - |
| XYZ | 17.11 | 8.86 | 1.16 | - |
| YUV | 54.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 12 | 0 | 0.98 | 0.93 | 0.33 | 356.8 | 0.97 | 0.34 |
| Hex | AC | 3 | C | 0 | 62 | 5D | 21 | 165 | 61 | 22 |
| Octal | 254 | 3 | 14 | 0 | 142 | 135 | 41 | 545 | 141 | 42 |
| Binary | 10101100 | 11 | 1100 | 0 | 1100010 | 1011101 | 100001 | 101100101 | 1100001 | 100010 |
Color Harmonies of #AC030C
Complementary color
Monochromatic Colors of #AC030C
Black with #AC030C
Text Example
Text Example
White with #AC030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC030C; }
p { color: rgb(172,3,12); }
H1.HeaderClassName
{
color: #AC030C;
}
.AnyTagClassName
{
color: #AC030C;
}
</style>
background-color css
<style>
a { background-color: #AC030C; }
a { background-color: rgb(172,3,12); }
div.DivClassName
{
background-color: #AC030C;
}
.BgClassName
{
background-color: #AC030C;
}
</style>
border-color css
<style>
span { border-color: #AC030C; }
span { border-color: rgb(172,3,12); }
td.TdClassName
{
border-color: #AC030C;
}
.TagClassName
{
border-color: #AC030C;
}
</style>