Shades of Carmine #AC0614
Tints of Carmine #AC0614
RGB
CMYK
RGB Variations
Color information
#AC0614 (or 0xAC0614) is known color: Carmine. HEX triplet: AC, 06 and 14. RGB value is (172,6,20). Sum of RGB (Red+Green+Blue) = 172+6+20=198 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.87% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0614 is #53F9EB. Grayscale: #393939. Windows color (decimal): -5503468 or 1312428. OLE color: 1312428.
HSL color Cylindrical-coordinate representation of color #AC0614: hue angle of 354.94º 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 #AC0614 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 20 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.33 |
| HSL | 354.94º | 0.93% | 0.35% | - |
| HSV(B) | 354.94º | 0.97% | 0.67% | - |
| XYZ | 17.2 | 8.95 | 1.48 | - |
| YUV | 57.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 20 | 0 | 0.97 | 0.88 | 0.33 | 354.94 | 0.93 | 0.35 |
| Hex | AC | 6 | 14 | 0 | 61 | 58 | 21 | 163 | 5D | 23 |
| Octal | 254 | 6 | 24 | 0 | 141 | 130 | 41 | 543 | 135 | 43 |
| Binary | 10101100 | 110 | 10100 | 0 | 1100001 | 1011000 | 100001 | 101100011 | 1011101 | 100011 |
Color Harmonies of #AC0614
Complementary color
Monochromatic Colors of #AC0614
Black with #AC0614
Text Example
Text Example
White with #AC0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0614; }
p { color: rgb(172,6,20); }
H1.HeaderClassName
{
color: #AC0614;
}
.AnyTagClassName
{
color: #AC0614;
}
</style>
background-color css
<style>
a { background-color: #AC0614; }
a { background-color: rgb(172,6,20); }
div.DivClassName
{
background-color: #AC0614;
}
.BgClassName
{
background-color: #AC0614;
}
</style>
border-color css
<style>
span { border-color: #AC0614; }
span { border-color: rgb(172,6,20); }
td.TdClassName
{
border-color: #AC0614;
}
.TagClassName
{
border-color: #AC0614;
}
</style>