Shades of Carmine #AC111E
Tints of Carmine #AC111E
RGB
CMYK
RGB Variations
Color information
#AC111E (or 0xAC111E) is known color: Carmine. HEX triplet: AC, 11 and 1E. RGB value is (172,17,30). Sum of RGB (Red+Green+Blue) = 172+17+30=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC111E is #53EEE1. Grayscale: #404040. Windows color (decimal): -5500642 or 1970604. OLE color: 1970604.
HSL color Cylindrical-coordinate representation of color #AC111E: hue angle of 354.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC111E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.33 |
| HSL | 354.97º | 0.82% | 0.37% | - |
| HSV(B) | 354.97º | 0.9% | 0.67% | - |
| XYZ | 17.45 | 9.27 | 2.1 | - |
| YUV | 64.83 | 108.35 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 30 | 0 | 0.90 | 0.83 | 0.33 | 354.97 | 0.82 | 0.37 |
| Hex | AC | 11 | 1E | 0 | 5A | 53 | 21 | 163 | 52 | 25 |
| Octal | 254 | 21 | 36 | 0 | 132 | 123 | 41 | 543 | 122 | 45 |
| Binary | 10101100 | 10001 | 11110 | 0 | 1011010 | 1010011 | 100001 | 101100011 | 1010010 | 100101 |
Color Harmonies of #AC111E
Complementary color
Monochromatic Colors of #AC111E
Black with #AC111E
Text Example
Text Example
White with #AC111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC111E; }
p { color: rgb(172,17,30); }
H1.HeaderClassName
{
color: #AC111E;
}
.AnyTagClassName
{
color: #AC111E;
}
</style>
background-color css
<style>
a { background-color: #AC111E; }
a { background-color: rgb(172,17,30); }
div.DivClassName
{
background-color: #AC111E;
}
.BgClassName
{
background-color: #AC111E;
}
</style>
border-color css
<style>
span { border-color: #AC111E; }
span { border-color: rgb(172,17,30); }
td.TdClassName
{
border-color: #AC111E;
}
.TagClassName
{
border-color: #AC111E;
}
</style>