Shades of Sangria #AC080B
Tints of Sangria #AC080B
RGB
CMYK
RGB Variations
Color information
#AC080B (or 0xAC080B) is known color: Sangria. HEX triplet: AC, 08 and 0B. RGB value is (172,8,11). Sum of RGB (Red+Green+Blue) = 172+8+11=191 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.05% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 172 - color contains mainly: red. Hex color #AC080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC080B is #53F7F4. Grayscale: #393939. Windows color (decimal): -5502965 or 723116. OLE color: 723116.
HSL color Cylindrical-coordinate representation of color #AC080B: hue angle of 358.9º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC080B is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 11 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.33 |
| HSL | 358.9º | 0.91% | 0.35% | - |
| HSV(B) | 358.9º | 0.95% | 0.67% | - |
| XYZ | 17.16 | 8.97 | 1.14 | - |
| YUV | 57.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 11 | 0 | 0.95 | 0.94 | 0.33 | 358.9 | 0.91 | 0.35 |
| Hex | AC | 8 | B | 0 | 5F | 5E | 21 | 167 | 5B | 23 |
| Octal | 254 | 10 | 13 | 0 | 137 | 136 | 41 | 547 | 133 | 43 |
| Binary | 10101100 | 1000 | 1011 | 0 | 1011111 | 1011110 | 100001 | 101100111 | 1011011 | 100011 |
Color Harmonies of #AC080B
Complementary color
Monochromatic Colors of #AC080B
Black with #AC080B
Text Example
Text Example
White with #AC080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC080B; }
p { color: rgb(172,8,11); }
H1.HeaderClassName
{
color: #AC080B;
}
.AnyTagClassName
{
color: #AC080B;
}
</style>
background-color css
<style>
a { background-color: #AC080B; }
a { background-color: rgb(172,8,11); }
div.DivClassName
{
background-color: #AC080B;
}
.BgClassName
{
background-color: #AC080B;
}
</style>
border-color css
<style>
span { border-color: #AC080B; }
span { border-color: rgb(172,8,11); }
td.TdClassName
{
border-color: #AC080B;
}
.TagClassName
{
border-color: #AC080B;
}
</style>