Shades of Carmine #AC0316
Tints of Carmine #AC0316
RGB
CMYK
RGB Variations
Color information
#AC0316 (or 0xAC0316) is known color: Carmine. HEX triplet: AC, 03 and 16. RGB value is (172,3,22). Sum of RGB (Red+Green+Blue) = 172+3+22=197 (26% of max value = 765). Red value is 172 (67.58% from 255 or 87.31% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0316 is #53FCE9. Grayscale: #373737. Windows color (decimal): -5504234 or 1442732. OLE color: 1442732.
HSL color Cylindrical-coordinate representation of color #AC0316: hue angle of 353.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0316 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.33 |
| HSL | 353.25º | 0.97% | 0.34% | - |
| HSV(B) | 353.25º | 0.98% | 0.67% | - |
| XYZ | 17.19 | 8.89 | 1.57 | - |
| YUV | 55.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 22 | 0 | 0.98 | 0.87 | 0.33 | 353.25 | 0.97 | 0.34 |
| Hex | AC | 3 | 16 | 0 | 62 | 57 | 21 | 161 | 61 | 22 |
| Octal | 254 | 3 | 26 | 0 | 142 | 127 | 41 | 541 | 141 | 42 |
| Binary | 10101100 | 11 | 10110 | 0 | 1100010 | 1010111 | 100001 | 101100001 | 1100001 | 100010 |
Color Harmonies of #AC0316
Complementary color
Monochromatic Colors of #AC0316
Black with #AC0316
Text Example
Text Example
White with #AC0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0316; }
p { color: rgb(172,3,22); }
H1.HeaderClassName
{
color: #AC0316;
}
.AnyTagClassName
{
color: #AC0316;
}
</style>
background-color css
<style>
a { background-color: #AC0316; }
a { background-color: rgb(172,3,22); }
div.DivClassName
{
background-color: #AC0316;
}
.BgClassName
{
background-color: #AC0316;
}
</style>
border-color css
<style>
span { border-color: #AC0316; }
span { border-color: rgb(172,3,22); }
td.TdClassName
{
border-color: #AC0316;
}
.TagClassName
{
border-color: #AC0316;
}
</style>