Shades of Carmine #AC1018
Tints of Carmine #AC1018
RGB
CMYK
RGB Variations
Color information
#AC1018 (or 0xAC1018) is known color: Carmine. HEX triplet: AC, 10 and 18. RGB value is (172,16,24). Sum of RGB (Red+Green+Blue) = 172+16+24=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1018 is #53EFE7. Grayscale: #3F3F3F. Windows color (decimal): -5500904 or 1577132. OLE color: 1577132.
HSL color Cylindrical-coordinate representation of color #AC1018: hue angle of 356.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1018 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 24 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.33 |
| HSL | 356.92º | 0.83% | 0.37% | - |
| HSV(B) | 356.92º | 0.91% | 0.67% | - |
| XYZ | 17.36 | 9.21 | 1.73 | - |
| YUV | 63.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 24 | 0 | 0.91 | 0.86 | 0.33 | 356.92 | 0.83 | 0.37 |
| Hex | AC | 10 | 18 | 0 | 5B | 56 | 21 | 165 | 53 | 25 |
| Octal | 254 | 20 | 30 | 0 | 133 | 126 | 41 | 545 | 123 | 45 |
| Binary | 10101100 | 10000 | 11000 | 0 | 1011011 | 1010110 | 100001 | 101100101 | 1010011 | 100101 |
Color Harmonies of #AC1018
Complementary color
Monochromatic Colors of #AC1018
Black with #AC1018
Text Example
Text Example
White with #AC1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1018; }
p { color: rgb(172,16,24); }
H1.HeaderClassName
{
color: #AC1018;
}
.AnyTagClassName
{
color: #AC1018;
}
</style>
background-color css
<style>
a { background-color: #AC1018; }
a { background-color: rgb(172,16,24); }
div.DivClassName
{
background-color: #AC1018;
}
.BgClassName
{
background-color: #AC1018;
}
</style>
border-color css
<style>
span { border-color: #AC1018; }
span { border-color: rgb(172,16,24); }
td.TdClassName
{
border-color: #AC1018;
}
.TagClassName
{
border-color: #AC1018;
}
</style>