Shades of Carmine #AC0328
Tints of Carmine #AC0328
RGB
CMYK
RGB Variations
Color information
#AC0328 (or 0xAC0328) is known color: Carmine. HEX triplet: AC, 03 and 28. RGB value is (172,3,40). Sum of RGB (Red+Green+Blue) = 172+3+40=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0328 is #53FCD7. Grayscale: #393939. Windows color (decimal): -5504216 or 2622380. OLE color: 2622380.
HSL color Cylindrical-coordinate representation of color #AC0328: hue angle of 346.86º 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 #AC0328 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.33 |
| HSL | 346.86º | 0.97% | 0.34% | - |
| HSV(B) | 346.86º | 0.98% | 0.67% | - |
| XYZ | 17.43 | 8.99 | 2.82 | - |
| YUV | 57.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 40 | 0 | 0.98 | 0.77 | 0.33 | 346.86 | 0.97 | 0.34 |
| Hex | AC | 3 | 28 | 0 | 62 | 4D | 21 | 15B | 61 | 22 |
| Octal | 254 | 3 | 50 | 0 | 142 | 115 | 41 | 533 | 141 | 42 |
| Binary | 10101100 | 11 | 101000 | 0 | 1100010 | 1001101 | 100001 | 101011011 | 1100001 | 100010 |
Color Harmonies of #AC0328
Complementary color
Monochromatic Colors of #AC0328
Black with #AC0328
Text Example
Text Example
White with #AC0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0328; }
p { color: rgb(172,3,40); }
H1.HeaderClassName
{
color: #AC0328;
}
.AnyTagClassName
{
color: #AC0328;
}
</style>
background-color css
<style>
a { background-color: #AC0328; }
a { background-color: rgb(172,3,40); }
div.DivClassName
{
background-color: #AC0328;
}
.BgClassName
{
background-color: #AC0328;
}
</style>
border-color css
<style>
span { border-color: #AC0328; }
span { border-color: rgb(172,3,40); }
td.TdClassName
{
border-color: #AC0328;
}
.TagClassName
{
border-color: #AC0328;
}
</style>