Shades of Carmine #AC0417
Tints of Carmine #AC0417
RGB
CMYK
RGB Variations
Color information
#AC0417 (or 0xAC0417) is known color: Carmine. HEX triplet: AC, 04 and 17. RGB value is (172,4,23). Sum of RGB (Red+Green+Blue) = 172+4+23=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0417 is #53FBE8. Grayscale: #383838. Windows color (decimal): -5503977 or 1508524. OLE color: 1508524.
HSL color Cylindrical-coordinate representation of color #AC0417: hue angle of 353.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0417 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.33 |
| HSL | 353.21º | 0.95% | 0.35% | - |
| HSV(B) | 353.21º | 0.98% | 0.67% | - |
| XYZ | 17.21 | 8.92 | 1.63 | - |
| YUV | 56.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 23 | 0 | 0.98 | 0.87 | 0.33 | 353.21 | 0.95 | 0.35 |
| Hex | AC | 4 | 17 | 0 | 62 | 57 | 21 | 161 | 5F | 23 |
| Octal | 254 | 4 | 27 | 0 | 142 | 127 | 41 | 541 | 137 | 43 |
| Binary | 10101100 | 100 | 10111 | 0 | 1100010 | 1010111 | 100001 | 101100001 | 1011111 | 100011 |
Color Harmonies of #AC0417
Complementary color
Monochromatic Colors of #AC0417
Black with #AC0417
Text Example
Text Example
White with #AC0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0417; }
p { color: rgb(172,4,23); }
H1.HeaderClassName
{
color: #AC0417;
}
.AnyTagClassName
{
color: #AC0417;
}
</style>
background-color css
<style>
a { background-color: #AC0417; }
a { background-color: rgb(172,4,23); }
div.DivClassName
{
background-color: #AC0417;
}
.BgClassName
{
background-color: #AC0417;
}
</style>
border-color css
<style>
span { border-color: #AC0417; }
span { border-color: rgb(172,4,23); }
td.TdClassName
{
border-color: #AC0417;
}
.TagClassName
{
border-color: #AC0417;
}
</style>