Shades of Carmine #AC061C
Tints of Carmine #AC061C
RGB
CMYK
RGB Variations
Color information
#AC061C (or 0xAC061C) is known color: Carmine. HEX triplet: AC, 06 and 1C. RGB value is (172,6,28). Sum of RGB (Red+Green+Blue) = 172+6+28=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC061C is #53F9E3. Grayscale: #3A3A3A. Windows color (decimal): -5503460 or 1836716. OLE color: 1836716.
HSL color Cylindrical-coordinate representation of color #AC061C: hue angle of 352.05º 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 #AC061C is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.33 |
| HSL | 352.05º | 0.93% | 0.35% | - |
| HSV(B) | 352.05º | 0.97% | 0.67% | - |
| XYZ | 17.29 | 8.98 | 1.92 | - |
| YUV | 58.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 28 | 0 | 0.97 | 0.84 | 0.33 | 352.05 | 0.93 | 0.35 |
| Hex | AC | 6 | 1C | 0 | 61 | 54 | 21 | 160 | 5D | 23 |
| Octal | 254 | 6 | 34 | 0 | 141 | 124 | 41 | 540 | 135 | 43 |
| Binary | 10101100 | 110 | 11100 | 0 | 1100001 | 1010100 | 100001 | 101100000 | 1011101 | 100011 |
Color Harmonies of #AC061C
Complementary color
Monochromatic Colors of #AC061C
Black with #AC061C
Text Example
Text Example
White with #AC061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC061C; }
p { color: rgb(172,6,28); }
H1.HeaderClassName
{
color: #AC061C;
}
.AnyTagClassName
{
color: #AC061C;
}
</style>
background-color css
<style>
a { background-color: #AC061C; }
a { background-color: rgb(172,6,28); }
div.DivClassName
{
background-color: #AC061C;
}
.BgClassName
{
background-color: #AC061C;
}
</style>
border-color css
<style>
span { border-color: #AC061C; }
span { border-color: rgb(172,6,28); }
td.TdClassName
{
border-color: #AC061C;
}
.TagClassName
{
border-color: #AC061C;
}
</style>