Shades of Carmine #AC0521
Tints of Carmine #AC0521
RGB
CMYK
RGB Variations
Color information
#AC0521 (or 0xAC0521) is known color: Carmine. HEX triplet: AC, 05 and 21. RGB value is (172,5,33). Sum of RGB (Red+Green+Blue) = 172+5+33=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0521 is #53FADE. Grayscale: #3A3A3A. Windows color (decimal): -5503711 or 2164140. OLE color: 2164140.
HSL color Cylindrical-coordinate representation of color #AC0521: hue angle of 349.94º 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 #AC0521 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 33 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.33 |
| HSL | 349.94º | 0.94% | 0.35% | - |
| HSV(B) | 349.94º | 0.97% | 0.67% | - |
| XYZ | 17.34 | 8.99 | 2.26 | - |
| YUV | 58.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 33 | 0 | 0.97 | 0.81 | 0.33 | 349.94 | 0.94 | 0.35 |
| Hex | AC | 5 | 21 | 0 | 61 | 51 | 21 | 15E | 5E | 23 |
| Octal | 254 | 5 | 41 | 0 | 141 | 121 | 41 | 536 | 136 | 43 |
| Binary | 10101100 | 101 | 100001 | 0 | 1100001 | 1010001 | 100001 | 101011110 | 1011110 | 100011 |
Color Harmonies of #AC0521
Complementary color
Monochromatic Colors of #AC0521
Black with #AC0521
Text Example
Text Example
White with #AC0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0521; }
p { color: rgb(172,5,33); }
H1.HeaderClassName
{
color: #AC0521;
}
.AnyTagClassName
{
color: #AC0521;
}
</style>
background-color css
<style>
a { background-color: #AC0521; }
a { background-color: rgb(172,5,33); }
div.DivClassName
{
background-color: #AC0521;
}
.BgClassName
{
background-color: #AC0521;
}
</style>
border-color css
<style>
span { border-color: #AC0521; }
span { border-color: rgb(172,5,33); }
td.TdClassName
{
border-color: #AC0521;
}
.TagClassName
{
border-color: #AC0521;
}
</style>