Shades of Carmine #AC0416
Tints of Carmine #AC0416
RGB
CMYK
RGB Variations
Color information
#AC0416 (or 0xAC0416) is known color: Carmine. HEX triplet: AC, 04 and 16. RGB value is (172,4,22). Sum of RGB (Red+Green+Blue) = 172+4+22=198 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.87% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0416 is #53FBE9. Grayscale: #383838. Windows color (decimal): -5503978 or 1442988. OLE color: 1442988.
HSL color Cylindrical-coordinate representation of color #AC0416: hue angle of 353.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0416 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 22 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.33 |
| HSL | 353.57º | 0.95% | 0.35% | - |
| HSV(B) | 353.57º | 0.98% | 0.67% | - |
| XYZ | 17.2 | 8.92 | 1.57 | - |
| YUV | 56.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 22 | 0 | 0.98 | 0.87 | 0.33 | 353.57 | 0.95 | 0.35 |
| Hex | AC | 4 | 16 | 0 | 62 | 57 | 21 | 162 | 5F | 23 |
| Octal | 254 | 4 | 26 | 0 | 142 | 127 | 41 | 542 | 137 | 43 |
| Binary | 10101100 | 100 | 10110 | 0 | 1100010 | 1010111 | 100001 | 101100010 | 1011111 | 100011 |
Color Harmonies of #AC0416
Complementary color
Monochromatic Colors of #AC0416
Black with #AC0416
Text Example
Text Example
White with #AC0416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0416; }
p { color: rgb(172,4,22); }
H1.HeaderClassName
{
color: #AC0416;
}
.AnyTagClassName
{
color: #AC0416;
}
</style>
background-color css
<style>
a { background-color: #AC0416; }
a { background-color: rgb(172,4,22); }
div.DivClassName
{
background-color: #AC0416;
}
.BgClassName
{
background-color: #AC0416;
}
</style>
border-color css
<style>
span { border-color: #AC0416; }
span { border-color: rgb(172,4,22); }
td.TdClassName
{
border-color: #AC0416;
}
.TagClassName
{
border-color: #AC0416;
}
</style>