Shades of Carmine #AC0113
Tints of Carmine #AC0113
RGB
CMYK
RGB Variations
Color information
#AC0113 (or 0xAC0113) is known color: Carmine. HEX triplet: AC, 01 and 13. RGB value is (172,1,19). Sum of RGB (Red+Green+Blue) = 172+1+19=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0113 is #53FEEC. Grayscale: #363636. Windows color (decimal): -5504749 or 1245612. OLE color: 1245612.
HSL color Cylindrical-coordinate representation of color #AC0113: hue angle of 353.68º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0113 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.33 |
| HSL | 353.68º | 0.99% | 0.34% | - |
| HSV(B) | 353.68º | 0.99% | 0.67% | - |
| XYZ | 17.14 | 8.84 | 1.42 | - |
| YUV | 54.18 | 108.15 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 19 | 0 | 0.99 | 0.89 | 0.33 | 353.68 | 0.99 | 0.34 |
| Hex | AC | 1 | 13 | 0 | 63 | 59 | 21 | 162 | 63 | 22 |
| Octal | 254 | 1 | 23 | 0 | 143 | 131 | 41 | 542 | 143 | 42 |
| Binary | 10101100 | 1 | 10011 | 0 | 1100011 | 1011001 | 100001 | 101100010 | 1100011 | 100010 |
Color Harmonies of #AC0113
Complementary color
Monochromatic Colors of #AC0113
Black with #AC0113
Text Example
Text Example
White with #AC0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0113; }
p { color: rgb(172,1,19); }
H1.HeaderClassName
{
color: #AC0113;
}
.AnyTagClassName
{
color: #AC0113;
}
</style>
background-color css
<style>
a { background-color: #AC0113; }
a { background-color: rgb(172,1,19); }
div.DivClassName
{
background-color: #AC0113;
}
.BgClassName
{
background-color: #AC0113;
}
</style>
border-color css
<style>
span { border-color: #AC0113; }
span { border-color: rgb(172,1,19); }
td.TdClassName
{
border-color: #AC0113;
}
.TagClassName
{
border-color: #AC0113;
}
</style>