Shades of Carmine #AC070E
Tints of Carmine #AC070E
RGB
CMYK
RGB Variations
Color information
#AC070E (or 0xAC070E) is known color: Carmine. HEX triplet: AC, 07 and 0E. RGB value is (172,7,14). Sum of RGB (Red+Green+Blue) = 172+7+14=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC070E is #53F8F1. Grayscale: #393939. Windows color (decimal): -5503218 or 919468. OLE color: 919468.
HSL color Cylindrical-coordinate representation of color #AC070E: hue angle of 357.45º 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 #AC070E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.33 |
| HSL | 357.45º | 0.92% | 0.35% | - |
| HSV(B) | 357.45º | 0.96% | 0.67% | - |
| XYZ | 17.17 | 8.95 | 1.24 | - |
| YUV | 57.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 14 | 0 | 0.96 | 0.92 | 0.33 | 357.45 | 0.92 | 0.35 |
| Hex | AC | 7 | E | 0 | 60 | 5C | 21 | 165 | 5C | 23 |
| Octal | 254 | 7 | 16 | 0 | 140 | 134 | 41 | 545 | 134 | 43 |
| Binary | 10101100 | 111 | 1110 | 0 | 1100000 | 1011100 | 100001 | 101100101 | 1011100 | 100011 |
Color Harmonies of #AC070E
Complementary color
Monochromatic Colors of #AC070E
Black with #AC070E
Text Example
Text Example
White with #AC070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC070E; }
p { color: rgb(172,7,14); }
H1.HeaderClassName
{
color: #AC070E;
}
.AnyTagClassName
{
color: #AC070E;
}
</style>
background-color css
<style>
a { background-color: #AC070E; }
a { background-color: rgb(172,7,14); }
div.DivClassName
{
background-color: #AC070E;
}
.BgClassName
{
background-color: #AC070E;
}
</style>
border-color css
<style>
span { border-color: #AC070E; }
span { border-color: rgb(172,7,14); }
td.TdClassName
{
border-color: #AC070E;
}
.TagClassName
{
border-color: #AC070E;
}
</style>