Shades of Carmine #AC062E
Tints of Carmine #AC062E
RGB
CMYK
RGB Variations
Color information
#AC062E (or 0xAC062E) is known color: Carmine. HEX triplet: AC, 06 and 2E. RGB value is (172,6,46). Sum of RGB (Red+Green+Blue) = 172+6+46=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC062E is #53F9D1. Grayscale: #3C3C3C. Windows color (decimal): -5503442 or 3016364. OLE color: 3016364.
HSL color Cylindrical-coordinate representation of color #AC062E: hue angle of 345.54º 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 #AC062E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 46 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.33 |
| HSL | 345.54º | 0.93% | 0.35% | - |
| HSV(B) | 345.54º | 0.97% | 0.67% | - |
| XYZ | 17.57 | 9.1 | 3.41 | - |
| YUV | 60.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 46 | 0 | 0.97 | 0.73 | 0.33 | 345.54 | 0.93 | 0.35 |
| Hex | AC | 6 | 2E | 0 | 61 | 49 | 21 | 15A | 5D | 23 |
| Octal | 254 | 6 | 56 | 0 | 141 | 111 | 41 | 532 | 135 | 43 |
| Binary | 10101100 | 110 | 101110 | 0 | 1100001 | 1001001 | 100001 | 101011010 | 1011101 | 100011 |
Color Harmonies of #AC062E
Complementary color
Monochromatic Colors of #AC062E
Black with #AC062E
Text Example
Text Example
White with #AC062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC062E; }
p { color: rgb(172,6,46); }
H1.HeaderClassName
{
color: #AC062E;
}
.AnyTagClassName
{
color: #AC062E;
}
</style>
background-color css
<style>
a { background-color: #AC062E; }
a { background-color: rgb(172,6,46); }
div.DivClassName
{
background-color: #AC062E;
}
.BgClassName
{
background-color: #AC062E;
}
</style>
border-color css
<style>
span { border-color: #AC062E; }
span { border-color: rgb(172,6,46); }
td.TdClassName
{
border-color: #AC062E;
}
.TagClassName
{
border-color: #AC062E;
}
</style>