Shades of Carmine #AC0F16
Tints of Carmine #AC0F16
RGB
CMYK
RGB Variations
Color information
#AC0F16 (or 0xAC0F16) is known color: Carmine. HEX triplet: AC, 0F and 16. RGB value is (172,15,22). Sum of RGB (Red+Green+Blue) = 172+15+22=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0F16 is #53F0E9. Grayscale: #3E3E3E. Windows color (decimal): -5501162 or 1445804. OLE color: 1445804.
HSL color Cylindrical-coordinate representation of color #AC0F16: hue angle of 357.32º degrees, saturation: 0.84, 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 #AC0F16 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 22 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.33 |
| HSL | 357.32º | 0.84% | 0.37% | - |
| HSV(B) | 357.32º | 0.91% | 0.67% | - |
| XYZ | 17.33 | 9.17 | 1.62 | - |
| YUV | 62.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 22 | 0 | 0.91 | 0.87 | 0.33 | 357.32 | 0.84 | 0.37 |
| Hex | AC | F | 16 | 0 | 5B | 57 | 21 | 165 | 54 | 25 |
| Octal | 254 | 17 | 26 | 0 | 133 | 127 | 41 | 545 | 124 | 45 |
| Binary | 10101100 | 1111 | 10110 | 0 | 1011011 | 1010111 | 100001 | 101100101 | 1010100 | 100101 |
Color Harmonies of #AC0F16
Complementary color
Monochromatic Colors of #AC0F16
Black with #AC0F16
Text Example
Text Example
White with #AC0F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F16; }
p { color: rgb(172,15,22); }
H1.HeaderClassName
{
color: #AC0F16;
}
.AnyTagClassName
{
color: #AC0F16;
}
</style>
background-color css
<style>
a { background-color: #AC0F16; }
a { background-color: rgb(172,15,22); }
div.DivClassName
{
background-color: #AC0F16;
}
.BgClassName
{
background-color: #AC0F16;
}
</style>
border-color css
<style>
span { border-color: #AC0F16; }
span { border-color: rgb(172,15,22); }
td.TdClassName
{
border-color: #AC0F16;
}
.TagClassName
{
border-color: #AC0F16;
}
</style>