Shades of Carmine #AC0811
Tints of Carmine #AC0811
RGB
CMYK
RGB Variations
Color information
#AC0811 (or 0xAC0811) is known color: Carmine. HEX triplet: AC, 08 and 11. RGB value is (172,8,17). Sum of RGB (Red+Green+Blue) = 172+8+17=197 (26% of max value = 765). Red value is 172 (67.58% from 255 or 87.31% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0811 is #53F7EE. Grayscale: #3A3A3A. Windows color (decimal): -5502959 or 1116332. OLE color: 1116332.
HSL color Cylindrical-coordinate representation of color #AC0811: hue angle of 356.71º 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 #AC0811 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 17 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.33 |
| HSL | 356.71º | 0.91% | 0.35% | - |
| HSV(B) | 356.71º | 0.95% | 0.67% | - |
| XYZ | 17.2 | 8.98 | 1.36 | - |
| YUV | 58.06 | 104.83 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 17 | 0 | 0.95 | 0.90 | 0.33 | 356.71 | 0.91 | 0.35 |
| Hex | AC | 8 | 11 | 0 | 5F | 5A | 21 | 165 | 5B | 23 |
| Octal | 254 | 10 | 21 | 0 | 137 | 132 | 41 | 545 | 133 | 43 |
| Binary | 10101100 | 1000 | 10001 | 0 | 1011111 | 1011010 | 100001 | 101100101 | 1011011 | 100011 |
Color Harmonies of #AC0811
Complementary color
Monochromatic Colors of #AC0811
Black with #AC0811
Text Example
Text Example
White with #AC0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0811; }
p { color: rgb(172,8,17); }
H1.HeaderClassName
{
color: #AC0811;
}
.AnyTagClassName
{
color: #AC0811;
}
</style>
background-color css
<style>
a { background-color: #AC0811; }
a { background-color: rgb(172,8,17); }
div.DivClassName
{
background-color: #AC0811;
}
.BgClassName
{
background-color: #AC0811;
}
</style>
border-color css
<style>
span { border-color: #AC0811; }
span { border-color: rgb(172,8,17); }
td.TdClassName
{
border-color: #AC0811;
}
.TagClassName
{
border-color: #AC0811;
}
</style>