Shades of Carmine #AC0524
Tints of Carmine #AC0524
RGB
CMYK
RGB Variations
Color information
#AC0524 (or 0xAC0524) is known color: Carmine. HEX triplet: AC, 05 and 24. RGB value is (172,5,36). Sum of RGB (Red+Green+Blue) = 172+5+36=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0524 is #53FADB. Grayscale: #3A3A3A. Windows color (decimal): -5503708 or 2360748. OLE color: 2360748.
HSL color Cylindrical-coordinate representation of color #AC0524: hue angle of 348.86º 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 #AC0524 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 36 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.33 |
| HSL | 348.86º | 0.94% | 0.35% | - |
| HSV(B) | 348.86º | 0.97% | 0.67% | - |
| XYZ | 17.39 | 9.01 | 2.49 | - |
| YUV | 58.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 36 | 0 | 0.97 | 0.79 | 0.33 | 348.86 | 0.94 | 0.35 |
| Hex | AC | 5 | 24 | 0 | 61 | 4F | 21 | 15D | 5E | 23 |
| Octal | 254 | 5 | 44 | 0 | 141 | 117 | 41 | 535 | 136 | 43 |
| Binary | 10101100 | 101 | 100100 | 0 | 1100001 | 1001111 | 100001 | 101011101 | 1011110 | 100011 |
Color Harmonies of #AC0524
Complementary color
Monochromatic Colors of #AC0524
Black with #AC0524
Text Example
Text Example
White with #AC0524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0524; }
p { color: rgb(172,5,36); }
H1.HeaderClassName
{
color: #AC0524;
}
.AnyTagClassName
{
color: #AC0524;
}
</style>
background-color css
<style>
a { background-color: #AC0524; }
a { background-color: rgb(172,5,36); }
div.DivClassName
{
background-color: #AC0524;
}
.BgClassName
{
background-color: #AC0524;
}
</style>
border-color css
<style>
span { border-color: #AC0524; }
span { border-color: rgb(172,5,36); }
td.TdClassName
{
border-color: #AC0524;
}
.TagClassName
{
border-color: #AC0524;
}
</style>