Shades of Carmine #AC0117
Tints of Carmine #AC0117
RGB
CMYK
RGB Variations
Color information
#AC0117 (or 0xAC0117) is known color: Carmine. HEX triplet: AC, 01 and 17. RGB value is (172,1,23). Sum of RGB (Red+Green+Blue) = 172+1+23=196 (25% of max value = 765). Red value is 172 (67.58% from 255 or 87.76% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0117 is #53FEE8. Grayscale: #363636. Windows color (decimal): -5504745 or 1507756. OLE color: 1507756.
HSL color Cylindrical-coordinate representation of color #AC0117: hue angle of 352.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0117 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.33 |
| HSL | 352.28º | 0.99% | 0.34% | - |
| HSV(B) | 352.28º | 0.99% | 0.67% | - |
| XYZ | 17.18 | 8.85 | 1.61 | - |
| YUV | 54.64 | 110.15 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 23 | 0 | 0.99 | 0.87 | 0.33 | 352.28 | 0.99 | 0.34 |
| Hex | AC | 1 | 17 | 0 | 63 | 57 | 21 | 160 | 63 | 22 |
| Octal | 254 | 1 | 27 | 0 | 143 | 127 | 41 | 540 | 143 | 42 |
| Binary | 10101100 | 1 | 10111 | 0 | 1100011 | 1010111 | 100001 | 101100000 | 1100011 | 100010 |
Color Harmonies of #AC0117
Complementary color
Monochromatic Colors of #AC0117
Black with #AC0117
Text Example
Text Example
White with #AC0117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0117; }
p { color: rgb(172,1,23); }
H1.HeaderClassName
{
color: #AC0117;
}
.AnyTagClassName
{
color: #AC0117;
}
</style>
background-color css
<style>
a { background-color: #AC0117; }
a { background-color: rgb(172,1,23); }
div.DivClassName
{
background-color: #AC0117;
}
.BgClassName
{
background-color: #AC0117;
}
</style>
border-color css
<style>
span { border-color: #AC0117; }
span { border-color: rgb(172,1,23); }
td.TdClassName
{
border-color: #AC0117;
}
.TagClassName
{
border-color: #AC0117;
}
</style>