Shades of Carmine #AC0C17
Tints of Carmine #AC0C17
RGB
CMYK
RGB Variations
Color information
#AC0C17 (or 0xAC0C17) is known color: Carmine. HEX triplet: AC, 0C and 17. RGB value is (172,12,23). Sum of RGB (Red+Green+Blue) = 172+12+23=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C17 is #53F3E8. Grayscale: #3D3D3D. Windows color (decimal): -5501929 or 1510572. OLE color: 1510572.
HSL color Cylindrical-coordinate representation of color #AC0C17: hue angle of 355.88º 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 #AC0C17 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 23 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.33 |
| HSL | 355.88º | 0.87% | 0.36% | - |
| HSV(B) | 355.88º | 0.93% | 0.67% | - |
| XYZ | 17.3 | 9.1 | 1.65 | - |
| YUV | 61.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 23 | 0 | 0.93 | 0.87 | 0.33 | 355.88 | 0.87 | 0.36 |
| Hex | AC | C | 17 | 0 | 5D | 57 | 21 | 164 | 57 | 24 |
| Octal | 254 | 14 | 27 | 0 | 135 | 127 | 41 | 544 | 127 | 44 |
| Binary | 10101100 | 1100 | 10111 | 0 | 1011101 | 1010111 | 100001 | 101100100 | 1010111 | 100100 |
Color Harmonies of #AC0C17
Complementary color
Monochromatic Colors of #AC0C17
Black with #AC0C17
Text Example
Text Example
White with #AC0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C17; }
p { color: rgb(172,12,23); }
H1.HeaderClassName
{
color: #AC0C17;
}
.AnyTagClassName
{
color: #AC0C17;
}
</style>
background-color css
<style>
a { background-color: #AC0C17; }
a { background-color: rgb(172,12,23); }
div.DivClassName
{
background-color: #AC0C17;
}
.BgClassName
{
background-color: #AC0C17;
}
</style>
border-color css
<style>
span { border-color: #AC0C17; }
span { border-color: rgb(172,12,23); }
td.TdClassName
{
border-color: #AC0C17;
}
.TagClassName
{
border-color: #AC0C17;
}
</style>