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