Shades of Carmine #AC060E
Tints of Carmine #AC060E
RGB
CMYK
RGB Variations
Color information
#AC060E (or 0xAC060E) is known color: Carmine. HEX triplet: AC, 06 and 0E. RGB value is (172,6,14). Sum of RGB (Red+Green+Blue) = 172+6+14=192 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.58% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 172 - color contains mainly: red. Hex color #AC060E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC060E is #53F9F1. Grayscale: #383838. Windows color (decimal): -5503474 or 919212. OLE color: 919212.
HSL color Cylindrical-coordinate representation of color #AC060E: hue angle of 357.11º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC060E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.33 |
| HSL | 357.11º | 0.93% | 0.35% | - |
| HSV(B) | 357.11º | 0.97% | 0.67% | - |
| XYZ | 17.16 | 8.93 | 1.24 | - |
| YUV | 56.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 14 | 0 | 0.97 | 0.92 | 0.33 | 357.11 | 0.93 | 0.35 |
| Hex | AC | 6 | E | 0 | 61 | 5C | 21 | 165 | 5D | 23 |
| Octal | 254 | 6 | 16 | 0 | 141 | 134 | 41 | 545 | 135 | 43 |
| Binary | 10101100 | 110 | 1110 | 0 | 1100001 | 1011100 | 100001 | 101100101 | 1011101 | 100011 |
Color Harmonies of #AC060E
Complementary color
Monochromatic Colors of #AC060E
Black with #AC060E
Text Example
Text Example
White with #AC060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC060E; }
p { color: rgb(172,6,14); }
H1.HeaderClassName
{
color: #AC060E;
}
.AnyTagClassName
{
color: #AC060E;
}
</style>
background-color css
<style>
a { background-color: #AC060E; }
a { background-color: rgb(172,6,14); }
div.DivClassName
{
background-color: #AC060E;
}
.BgClassName
{
background-color: #AC060E;
}
</style>
border-color css
<style>
span { border-color: #AC060E; }
span { border-color: rgb(172,6,14); }
td.TdClassName
{
border-color: #AC060E;
}
.TagClassName
{
border-color: #AC060E;
}
</style>