Shades of Carmine #AC0717
Tints of Carmine #AC0717
RGB
CMYK
RGB Variations
Color information
#AC0717 (or 0xAC0717) is known color: Carmine. HEX triplet: AC, 07 and 17. RGB value is (172,7,23). Sum of RGB (Red+Green+Blue) = 172+7+23=202 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.15% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0717 is #53F8E8. Grayscale: #3A3A3A. Windows color (decimal): -5503209 or 1509292. OLE color: 1509292.
HSL color Cylindrical-coordinate representation of color #AC0717: hue angle of 354.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0717 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.33 |
| HSL | 354.18º | 0.92% | 0.35% | - |
| HSV(B) | 354.18º | 0.96% | 0.67% | - |
| XYZ | 17.24 | 8.98 | 1.64 | - |
| YUV | 58.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 23 | 0 | 0.96 | 0.87 | 0.33 | 354.18 | 0.92 | 0.35 |
| Hex | AC | 7 | 17 | 0 | 60 | 57 | 21 | 162 | 5C | 23 |
| Octal | 254 | 7 | 27 | 0 | 140 | 127 | 41 | 542 | 134 | 43 |
| Binary | 10101100 | 111 | 10111 | 0 | 1100000 | 1010111 | 100001 | 101100010 | 1011100 | 100011 |
Color Harmonies of #AC0717
Complementary color
Monochromatic Colors of #AC0717
Black with #AC0717
Text Example
Text Example
White with #AC0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0717; }
p { color: rgb(172,7,23); }
H1.HeaderClassName
{
color: #AC0717;
}
.AnyTagClassName
{
color: #AC0717;
}
</style>
background-color css
<style>
a { background-color: #AC0717; }
a { background-color: rgb(172,7,23); }
div.DivClassName
{
background-color: #AC0717;
}
.BgClassName
{
background-color: #AC0717;
}
</style>
border-color css
<style>
span { border-color: #AC0717; }
span { border-color: rgb(172,7,23); }
td.TdClassName
{
border-color: #AC0717;
}
.TagClassName
{
border-color: #AC0717;
}
</style>