Shades of Carmine #AC0528
Tints of Carmine #AC0528
RGB
CMYK
RGB Variations
Color information
#AC0528 (or 0xAC0528) is known color: Carmine. HEX triplet: AC, 05 and 28. RGB value is (172,5,40). Sum of RGB (Red+Green+Blue) = 172+5+40=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0528 is #53FAD7. Grayscale: #3A3A3A. Windows color (decimal): -5503704 or 2622892. OLE color: 2622892.
HSL color Cylindrical-coordinate representation of color #AC0528: hue angle of 347.43º 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 #AC0528 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 40 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.33 |
| HSL | 347.43º | 0.94% | 0.35% | - |
| HSV(B) | 347.43º | 0.97% | 0.67% | - |
| XYZ | 17.45 | 9.03 | 2.83 | - |
| YUV | 58.92 | 117.33 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 40 | 0 | 0.97 | 0.77 | 0.33 | 347.43 | 0.94 | 0.35 |
| Hex | AC | 5 | 28 | 0 | 61 | 4D | 21 | 15B | 5E | 23 |
| Octal | 254 | 5 | 50 | 0 | 141 | 115 | 41 | 533 | 136 | 43 |
| Binary | 10101100 | 101 | 101000 | 0 | 1100001 | 1001101 | 100001 | 101011011 | 1011110 | 100011 |
Color Harmonies of #AC0528
Complementary color
Monochromatic Colors of #AC0528
Black with #AC0528
Text Example
Text Example
White with #AC0528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0528; }
p { color: rgb(172,5,40); }
H1.HeaderClassName
{
color: #AC0528;
}
.AnyTagClassName
{
color: #AC0528;
}
</style>
background-color css
<style>
a { background-color: #AC0528; }
a { background-color: rgb(172,5,40); }
div.DivClassName
{
background-color: #AC0528;
}
.BgClassName
{
background-color: #AC0528;
}
</style>
border-color css
<style>
span { border-color: #AC0528; }
span { border-color: rgb(172,5,40); }
td.TdClassName
{
border-color: #AC0528;
}
.TagClassName
{
border-color: #AC0528;
}
</style>