Shades of Carmine #AC0329
Tints of Carmine #AC0329
RGB
CMYK
RGB Variations
Color information
#AC0329 (or 0xAC0329) is known color: Carmine. HEX triplet: AC, 03 and 29. RGB value is (172,3,41). Sum of RGB (Red+Green+Blue) = 172+3+41=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0329 is #53FCD6. Grayscale: #393939. Windows color (decimal): -5504215 or 2687916. OLE color: 2687916.
HSL color Cylindrical-coordinate representation of color #AC0329: hue angle of 346.51º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0329 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.33 |
| HSL | 346.51º | 0.97% | 0.34% | - |
| HSV(B) | 346.51º | 0.98% | 0.67% | - |
| XYZ | 17.45 | 9 | 2.91 | - |
| YUV | 57.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 41 | 0 | 0.98 | 0.76 | 0.33 | 346.51 | 0.97 | 0.34 |
| Hex | AC | 3 | 29 | 0 | 62 | 4C | 21 | 15B | 61 | 22 |
| Octal | 254 | 3 | 51 | 0 | 142 | 114 | 41 | 533 | 141 | 42 |
| Binary | 10101100 | 11 | 101001 | 0 | 1100010 | 1001100 | 100001 | 101011011 | 1100001 | 100010 |
Color Harmonies of #AC0329
Complementary color
Monochromatic Colors of #AC0329
Black with #AC0329
Text Example
Text Example
White with #AC0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0329; }
p { color: rgb(172,3,41); }
H1.HeaderClassName
{
color: #AC0329;
}
.AnyTagClassName
{
color: #AC0329;
}
</style>
background-color css
<style>
a { background-color: #AC0329; }
a { background-color: rgb(172,3,41); }
div.DivClassName
{
background-color: #AC0329;
}
.BgClassName
{
background-color: #AC0329;
}
</style>
border-color css
<style>
span { border-color: #AC0329; }
span { border-color: rgb(172,3,41); }
td.TdClassName
{
border-color: #AC0329;
}
.TagClassName
{
border-color: #AC0329;
}
</style>