Shades of Carmine #AC1127
Tints of Carmine #AC1127
RGB
CMYK
RGB Variations
Color information
#AC1127 (or 0xAC1127) is known color: Carmine. HEX triplet: AC, 11 and 27. RGB value is (172,17,39). Sum of RGB (Red+Green+Blue) = 172+17+39=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1127 is #53EED8. Grayscale: #414141. Windows color (decimal): -5500633 or 2560428. OLE color: 2560428.
HSL color Cylindrical-coordinate representation of color #AC1127: hue angle of 351.48º 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 #AC1127 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 39 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.33 |
| HSL | 351.48º | 0.82% | 0.37% | - |
| HSV(B) | 351.48º | 0.9% | 0.67% | - |
| XYZ | 17.58 | 9.32 | 2.79 | - |
| YUV | 65.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 39 | 0 | 0.90 | 0.77 | 0.33 | 351.48 | 0.82 | 0.37 |
| Hex | AC | 11 | 27 | 0 | 5A | 4D | 21 | 15F | 52 | 25 |
| Octal | 254 | 21 | 47 | 0 | 132 | 115 | 41 | 537 | 122 | 45 |
| Binary | 10101100 | 10001 | 100111 | 0 | 1011010 | 1001101 | 100001 | 101011111 | 1010010 | 100101 |
Color Harmonies of #AC1127
Complementary color
Monochromatic Colors of #AC1127
Black with #AC1127
Text Example
Text Example
White with #AC1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1127; }
p { color: rgb(172,17,39); }
H1.HeaderClassName
{
color: #AC1127;
}
.AnyTagClassName
{
color: #AC1127;
}
</style>
background-color css
<style>
a { background-color: #AC1127; }
a { background-color: rgb(172,17,39); }
div.DivClassName
{
background-color: #AC1127;
}
.BgClassName
{
background-color: #AC1127;
}
</style>
border-color css
<style>
span { border-color: #AC1127; }
span { border-color: rgb(172,17,39); }
td.TdClassName
{
border-color: #AC1127;
}
.TagClassName
{
border-color: #AC1127;
}
</style>