Shades of Sangria #AC030B
Tints of Sangria #AC030B
RGB
CMYK
RGB Variations
Color information
#AC030B (or 0xAC030B) is known color: Sangria. HEX triplet: AC, 03 and 0B. RGB value is (172,3,11). Sum of RGB (Red+Green+Blue) = 172+3+11=186 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.47% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 172 - color contains mainly: red. Hex color #AC030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC030B is #53FCF4. Grayscale: #363636. Windows color (decimal): -5504245 or 721836. OLE color: 721836.
HSL color Cylindrical-coordinate representation of color #AC030B: hue angle of 357.16º 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 #AC030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.33 |
| HSL | 357.16º | 0.97% | 0.34% | - |
| HSV(B) | 357.16º | 0.98% | 0.67% | - |
| XYZ | 17.11 | 8.86 | 1.13 | - |
| YUV | 54.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 11 | 0 | 0.98 | 0.94 | 0.33 | 357.16 | 0.97 | 0.34 |
| Hex | AC | 3 | B | 0 | 62 | 5E | 21 | 165 | 61 | 22 |
| Octal | 254 | 3 | 13 | 0 | 142 | 136 | 41 | 545 | 141 | 42 |
| Binary | 10101100 | 11 | 1011 | 0 | 1100010 | 1011110 | 100001 | 101100101 | 1100001 | 100010 |
Color Harmonies of #AC030B
Complementary color
Monochromatic Colors of #AC030B
Black with #AC030B
Text Example
Text Example
White with #AC030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC030B; }
p { color: rgb(172,3,11); }
H1.HeaderClassName
{
color: #AC030B;
}
.AnyTagClassName
{
color: #AC030B;
}
</style>
background-color css
<style>
a { background-color: #AC030B; }
a { background-color: rgb(172,3,11); }
div.DivClassName
{
background-color: #AC030B;
}
.BgClassName
{
background-color: #AC030B;
}
</style>
border-color css
<style>
span { border-color: #AC030B; }
span { border-color: rgb(172,3,11); }
td.TdClassName
{
border-color: #AC030B;
}
.TagClassName
{
border-color: #AC030B;
}
</style>