Shades of Carmine #AC0710
Tints of Carmine #AC0710
RGB
CMYK
RGB Variations
Color information
#AC0710 (or 0xAC0710) is known color: Carmine. HEX triplet: AC, 07 and 10. RGB value is (172,7,16). Sum of RGB (Red+Green+Blue) = 172+7+16=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0710 is #53F8EF. Grayscale: #393939. Windows color (decimal): -5503216 or 1050540. OLE color: 1050540.
HSL color Cylindrical-coordinate representation of color #AC0710: hue angle of 356.73º 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 #AC0710 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 16 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.33 |
| HSL | 356.73º | 0.92% | 0.35% | - |
| HSV(B) | 356.73º | 0.96% | 0.67% | - |
| XYZ | 17.18 | 8.96 | 1.31 | - |
| YUV | 57.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 16 | 0 | 0.96 | 0.91 | 0.33 | 356.73 | 0.92 | 0.35 |
| Hex | AC | 7 | 10 | 0 | 60 | 5B | 21 | 165 | 5C | 23 |
| Octal | 254 | 7 | 20 | 0 | 140 | 133 | 41 | 545 | 134 | 43 |
| Binary | 10101100 | 111 | 10000 | 0 | 1100000 | 1011011 | 100001 | 101100101 | 1011100 | 100011 |
Color Harmonies of #AC0710
Complementary color
Monochromatic Colors of #AC0710
Black with #AC0710
Text Example
Text Example
White with #AC0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0710; }
p { color: rgb(172,7,16); }
H1.HeaderClassName
{
color: #AC0710;
}
.AnyTagClassName
{
color: #AC0710;
}
</style>
background-color css
<style>
a { background-color: #AC0710; }
a { background-color: rgb(172,7,16); }
div.DivClassName
{
background-color: #AC0710;
}
.BgClassName
{
background-color: #AC0710;
}
</style>
border-color css
<style>
span { border-color: #AC0710; }
span { border-color: rgb(172,7,16); }
td.TdClassName
{
border-color: #AC0710;
}
.TagClassName
{
border-color: #AC0710;
}
</style>