Shades of Carmine #AC121B
Tints of Carmine #AC121B
RGB
CMYK
RGB Variations
Color information
#AC121B (or 0xAC121B) is known color: Carmine. HEX triplet: AC, 12 and 1B. RGB value is (172,18,27). Sum of RGB (Red+Green+Blue) = 172+18+27=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC121B is #53EDE4. Grayscale: #414141. Windows color (decimal): -5500389 or 1774252. OLE color: 1774252.
HSL color Cylindrical-coordinate representation of color #AC121B: hue angle of 356.49º 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 #AC121B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 27 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.33 |
| HSL | 356.49º | 0.81% | 0.37% | - |
| HSV(B) | 356.49º | 0.9% | 0.67% | - |
| XYZ | 17.43 | 9.28 | 1.91 | - |
| YUV | 65.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 27 | 0 | 0.90 | 0.84 | 0.33 | 356.49 | 0.81 | 0.37 |
| Hex | AC | 12 | 1B | 0 | 5A | 54 | 21 | 164 | 51 | 25 |
| Octal | 254 | 22 | 33 | 0 | 132 | 124 | 41 | 544 | 121 | 45 |
| Binary | 10101100 | 10010 | 11011 | 0 | 1011010 | 1010100 | 100001 | 101100100 | 1010001 | 100101 |
Color Harmonies of #AC121B
Complementary color
Monochromatic Colors of #AC121B
Black with #AC121B
Text Example
Text Example
White with #AC121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC121B; }
p { color: rgb(172,18,27); }
H1.HeaderClassName
{
color: #AC121B;
}
.AnyTagClassName
{
color: #AC121B;
}
</style>
background-color css
<style>
a { background-color: #AC121B; }
a { background-color: rgb(172,18,27); }
div.DivClassName
{
background-color: #AC121B;
}
.BgClassName
{
background-color: #AC121B;
}
</style>
border-color css
<style>
span { border-color: #AC121B; }
span { border-color: rgb(172,18,27); }
td.TdClassName
{
border-color: #AC121B;
}
.TagClassName
{
border-color: #AC121B;
}
</style>