Shades of Carmine #AC121F
Tints of Carmine #AC121F
RGB
CMYK
RGB Variations
Color information
#AC121F (or 0xAC121F) is known color: Carmine. HEX triplet: AC, 12 and 1F. RGB value is (172,18,31). Sum of RGB (Red+Green+Blue) = 172+18+31=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC121F is #53EDE0. Grayscale: #414141. Windows color (decimal): -5500385 or 2036396. OLE color: 2036396.
HSL color Cylindrical-coordinate representation of color #AC121F: hue angle of 354.94º 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 #AC121F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 31 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.33 |
| HSL | 354.94º | 0.81% | 0.37% | - |
| HSV(B) | 354.94º | 0.9% | 0.67% | - |
| XYZ | 17.48 | 9.3 | 2.17 | - |
| YUV | 65.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 31 | 0 | 0.90 | 0.82 | 0.33 | 354.94 | 0.81 | 0.37 |
| Hex | AC | 12 | 1F | 0 | 5A | 52 | 21 | 163 | 51 | 25 |
| Octal | 254 | 22 | 37 | 0 | 132 | 122 | 41 | 543 | 121 | 45 |
| Binary | 10101100 | 10010 | 11111 | 0 | 1011010 | 1010010 | 100001 | 101100011 | 1010001 | 100101 |
Color Harmonies of #AC121F
Complementary color
Monochromatic Colors of #AC121F
Black with #AC121F
Text Example
Text Example
White with #AC121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC121F; }
p { color: rgb(172,18,31); }
H1.HeaderClassName
{
color: #AC121F;
}
.AnyTagClassName
{
color: #AC121F;
}
</style>
background-color css
<style>
a { background-color: #AC121F; }
a { background-color: rgb(172,18,31); }
div.DivClassName
{
background-color: #AC121F;
}
.BgClassName
{
background-color: #AC121F;
}
</style>
border-color css
<style>
span { border-color: #AC121F; }
span { border-color: rgb(172,18,31); }
td.TdClassName
{
border-color: #AC121F;
}
.TagClassName
{
border-color: #AC121F;
}
</style>