Shades of Carmine #AC0C14
Tints of Carmine #AC0C14
RGB
CMYK
RGB Variations
Color information
#AC0C14 (or 0xAC0C14) is known color: Carmine. HEX triplet: AC, 0C and 14. RGB value is (172,12,20). Sum of RGB (Red+Green+Blue) = 172+12+20=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C14 is #53F3EB. Grayscale: #3C3C3C. Windows color (decimal): -5501932 or 1313964. OLE color: 1313964.
HSL color Cylindrical-coordinate representation of color #AC0C14: hue angle of 357º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C14 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 20 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.33 |
| HSL | 357º | 0.87% | 0.36% | - |
| HSV(B) | 357º | 0.93% | 0.67% | - |
| XYZ | 17.27 | 9.08 | 1.5 | - |
| YUV | 60.75 | 105.01 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 20 | 0 | 0.93 | 0.88 | 0.33 | 357 | 0.87 | 0.36 |
| Hex | AC | C | 14 | 0 | 5D | 58 | 21 | 165 | 57 | 24 |
| Octal | 254 | 14 | 24 | 0 | 135 | 130 | 41 | 545 | 127 | 44 |
| Binary | 10101100 | 1100 | 10100 | 0 | 1011101 | 1011000 | 100001 | 101100101 | 1010111 | 100100 |
Color Harmonies of #AC0C14
Complementary color
Monochromatic Colors of #AC0C14
Black with #AC0C14
Text Example
Text Example
White with #AC0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C14; }
p { color: rgb(172,12,20); }
H1.HeaderClassName
{
color: #AC0C14;
}
.AnyTagClassName
{
color: #AC0C14;
}
</style>
background-color css
<style>
a { background-color: #AC0C14; }
a { background-color: rgb(172,12,20); }
div.DivClassName
{
background-color: #AC0C14;
}
.BgClassName
{
background-color: #AC0C14;
}
</style>
border-color css
<style>
span { border-color: #AC0C14; }
span { border-color: rgb(172,12,20); }
td.TdClassName
{
border-color: #AC0C14;
}
.TagClassName
{
border-color: #AC0C14;
}
</style>