Shades of Carmine #AC0711
Tints of Carmine #AC0711
RGB
CMYK
RGB Variations
Color information
#AC0711 (or 0xAC0711) is known color: Carmine. HEX triplet: AC, 07 and 11. RGB value is (172,7,17). Sum of RGB (Red+Green+Blue) = 172+7+17=196 (25% of max value = 765). Red value is 172 (67.58% from 255 or 87.76% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0711 is #53F8EE. Grayscale: #393939. Windows color (decimal): -5503215 or 1116076. OLE color: 1116076.
HSL color Cylindrical-coordinate representation of color #AC0711: hue angle of 356.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0711 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 17 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.33 |
| HSL | 356.36º | 0.92% | 0.35% | - |
| HSV(B) | 356.36º | 0.96% | 0.67% | - |
| XYZ | 17.19 | 8.96 | 1.35 | - |
| YUV | 57.48 | 105.16 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 17 | 0 | 0.96 | 0.90 | 0.33 | 356.36 | 0.92 | 0.35 |
| Hex | AC | 7 | 11 | 0 | 60 | 5A | 21 | 164 | 5C | 23 |
| Octal | 254 | 7 | 21 | 0 | 140 | 132 | 41 | 544 | 134 | 43 |
| Binary | 10101100 | 111 | 10001 | 0 | 1100000 | 1011010 | 100001 | 101100100 | 1011100 | 100011 |
Color Harmonies of #AC0711
Complementary color
Monochromatic Colors of #AC0711
Black with #AC0711
Text Example
Text Example
White with #AC0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0711; }
p { color: rgb(172,7,17); }
H1.HeaderClassName
{
color: #AC0711;
}
.AnyTagClassName
{
color: #AC0711;
}
</style>
background-color css
<style>
a { background-color: #AC0711; }
a { background-color: rgb(172,7,17); }
div.DivClassName
{
background-color: #AC0711;
}
.BgClassName
{
background-color: #AC0711;
}
</style>
border-color css
<style>
span { border-color: #AC0711; }
span { border-color: rgb(172,7,17); }
td.TdClassName
{
border-color: #AC0711;
}
.TagClassName
{
border-color: #AC0711;
}
</style>