Shades of Carmine #AC0228
Tints of Carmine #AC0228
RGB
CMYK
RGB Variations
Color information
#AC0228 (or 0xAC0228) is known color: Carmine. HEX triplet: AC, 02 and 28. RGB value is (172,2,40). Sum of RGB (Red+Green+Blue) = 172+2+40=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0228 is #53FDD7. Grayscale: #393939. Windows color (decimal): -5504472 or 2622124. OLE color: 2622124.
HSL color Cylindrical-coordinate representation of color #AC0228: hue angle of 346.59º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0228 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.33 |
| HSL | 346.59º | 0.98% | 0.34% | - |
| HSV(B) | 346.59º | 0.99% | 0.67% | - |
| XYZ | 17.42 | 8.97 | 2.82 | - |
| YUV | 57.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 40 | 0 | 0.99 | 0.77 | 0.33 | 346.59 | 0.98 | 0.34 |
| Hex | AC | 2 | 28 | 0 | 63 | 4D | 21 | 15B | 62 | 22 |
| Octal | 254 | 2 | 50 | 0 | 143 | 115 | 41 | 533 | 142 | 42 |
| Binary | 10101100 | 10 | 101000 | 0 | 1100011 | 1001101 | 100001 | 101011011 | 1100010 | 100010 |
Color Harmonies of #AC0228
Complementary color
Monochromatic Colors of #AC0228
Black with #AC0228
Text Example
Text Example
White with #AC0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0228; }
p { color: rgb(172,2,40); }
H1.HeaderClassName
{
color: #AC0228;
}
.AnyTagClassName
{
color: #AC0228;
}
</style>
background-color css
<style>
a { background-color: #AC0228; }
a { background-color: rgb(172,2,40); }
div.DivClassName
{
background-color: #AC0228;
}
.BgClassName
{
background-color: #AC0228;
}
</style>
border-color css
<style>
span { border-color: #AC0228; }
span { border-color: rgb(172,2,40); }
td.TdClassName
{
border-color: #AC0228;
}
.TagClassName
{
border-color: #AC0228;
}
</style>