Shades of Carmine #AC121C
Tints of Carmine #AC121C
RGB
CMYK
RGB Variations
Color information
#AC121C (or 0xAC121C) is known color: Carmine. HEX triplet: AC, 12 and 1C. RGB value is (172,18,28). Sum of RGB (Red+Green+Blue) = 172+18+28=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC121C is #53EDE3. Grayscale: #414141. Windows color (decimal): -5500388 or 1839788. OLE color: 1839788.
HSL color Cylindrical-coordinate representation of color #AC121C: hue angle of 356.1º degrees, saturation: 0.81, 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 #AC121C is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 28 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.33 |
| HSL | 356.1º | 0.81% | 0.37% | - |
| HSV(B) | 356.1º | 0.9% | 0.67% | - |
| XYZ | 17.44 | 9.29 | 1.97 | - |
| YUV | 65.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 28 | 0 | 0.90 | 0.84 | 0.33 | 356.1 | 0.81 | 0.37 |
| Hex | AC | 12 | 1C | 0 | 5A | 54 | 21 | 164 | 51 | 25 |
| Octal | 254 | 22 | 34 | 0 | 132 | 124 | 41 | 544 | 121 | 45 |
| Binary | 10101100 | 10010 | 11100 | 0 | 1011010 | 1010100 | 100001 | 101100100 | 1010001 | 100101 |
Color Harmonies of #AC121C
Complementary color
Monochromatic Colors of #AC121C
Black with #AC121C
Text Example
Text Example
White with #AC121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC121C; }
p { color: rgb(172,18,28); }
H1.HeaderClassName
{
color: #AC121C;
}
.AnyTagClassName
{
color: #AC121C;
}
</style>
background-color css
<style>
a { background-color: #AC121C; }
a { background-color: rgb(172,18,28); }
div.DivClassName
{
background-color: #AC121C;
}
.BgClassName
{
background-color: #AC121C;
}
</style>
border-color css
<style>
span { border-color: #AC121C; }
span { border-color: rgb(172,18,28); }
td.TdClassName
{
border-color: #AC121C;
}
.TagClassName
{
border-color: #AC121C;
}
</style>