Shades of Carmine #AC121D
Tints of Carmine #AC121D
RGB
CMYK
RGB Variations
Color information
#AC121D (or 0xAC121D) is known color: Carmine. HEX triplet: AC, 12 and 1D. RGB value is (172,18,29). Sum of RGB (Red+Green+Blue) = 172+18+29=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC121D is #53EDE2. Grayscale: #414141. Windows color (decimal): -5500387 or 1905324. OLE color: 1905324.
HSL color Cylindrical-coordinate representation of color #AC121D: hue angle of 355.71º 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 #AC121D is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 29 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.33 |
| HSL | 355.71º | 0.81% | 0.37% | - |
| HSV(B) | 355.71º | 0.9% | 0.67% | - |
| XYZ | 17.45 | 9.29 | 2.04 | - |
| YUV | 65.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 29 | 0 | 0.90 | 0.83 | 0.33 | 355.71 | 0.81 | 0.37 |
| Hex | AC | 12 | 1D | 0 | 5A | 53 | 21 | 164 | 51 | 25 |
| Octal | 254 | 22 | 35 | 0 | 132 | 123 | 41 | 544 | 121 | 45 |
| Binary | 10101100 | 10010 | 11101 | 0 | 1011010 | 1010011 | 100001 | 101100100 | 1010001 | 100101 |
Color Harmonies of #AC121D
Complementary color
Monochromatic Colors of #AC121D
Black with #AC121D
Text Example
Text Example
White with #AC121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC121D; }
p { color: rgb(172,18,29); }
H1.HeaderClassName
{
color: #AC121D;
}
.AnyTagClassName
{
color: #AC121D;
}
</style>
background-color css
<style>
a { background-color: #AC121D; }
a { background-color: rgb(172,18,29); }
div.DivClassName
{
background-color: #AC121D;
}
.BgClassName
{
background-color: #AC121D;
}
</style>
border-color css
<style>
span { border-color: #AC121D; }
span { border-color: rgb(172,18,29); }
td.TdClassName
{
border-color: #AC121D;
}
.TagClassName
{
border-color: #AC121D;
}
</style>