Shades of Carmine #AC052C
Tints of Carmine #AC052C
RGB
CMYK
RGB Variations
Color information
#AC052C (or 0xAC052C) is known color: Carmine. HEX triplet: AC, 05 and 2C. RGB value is (172,5,44). Sum of RGB (Red+Green+Blue) = 172+5+44=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC052C is #53FAD3. Grayscale: #3B3B3B. Windows color (decimal): -5503700 or 2885036. OLE color: 2885036.
HSL color Cylindrical-coordinate representation of color #AC052C: hue angle of 345.99º degrees, saturation: 0.94, 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 #AC052C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.33 |
| HSL | 345.99º | 0.94% | 0.35% | - |
| HSV(B) | 345.99º | 0.97% | 0.67% | - |
| XYZ | 17.52 | 9.06 | 3.21 | - |
| YUV | 59.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 44 | 0 | 0.97 | 0.74 | 0.33 | 345.99 | 0.94 | 0.35 |
| Hex | AC | 5 | 2C | 0 | 61 | 4A | 21 | 15A | 5E | 23 |
| Octal | 254 | 5 | 54 | 0 | 141 | 112 | 41 | 532 | 136 | 43 |
| Binary | 10101100 | 101 | 101100 | 0 | 1100001 | 1001010 | 100001 | 101011010 | 1011110 | 100011 |
Color Harmonies of #AC052C
Complementary color
Monochromatic Colors of #AC052C
Black with #AC052C
Text Example
Text Example
White with #AC052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC052C; }
p { color: rgb(172,5,44); }
H1.HeaderClassName
{
color: #AC052C;
}
.AnyTagClassName
{
color: #AC052C;
}
</style>
background-color css
<style>
a { background-color: #AC052C; }
a { background-color: rgb(172,5,44); }
div.DivClassName
{
background-color: #AC052C;
}
.BgClassName
{
background-color: #AC052C;
}
</style>
border-color css
<style>
span { border-color: #AC052C; }
span { border-color: rgb(172,5,44); }
td.TdClassName
{
border-color: #AC052C;
}
.TagClassName
{
border-color: #AC052C;
}
</style>