Shades of Carmine #AC022C
Tints of Carmine #AC022C
RGB
CMYK
RGB Variations
Color information
#AC022C (or 0xAC022C) is known color: Carmine. HEX triplet: AC, 02 and 2C. RGB value is (172,2,44). Sum of RGB (Red+Green+Blue) = 172+2+44=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC022C is #53FDD3. Grayscale: #393939. Windows color (decimal): -5504468 or 2884268. OLE color: 2884268.
HSL color Cylindrical-coordinate representation of color #AC022C: hue angle of 345.18º 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 #AC022C is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.33 |
| HSL | 345.18º | 0.98% | 0.34% | - |
| HSV(B) | 345.18º | 0.99% | 0.67% | - |
| XYZ | 17.49 | 9 | 3.2 | - |
| YUV | 57.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 44 | 0 | 0.99 | 0.74 | 0.33 | 345.18 | 0.98 | 0.34 |
| Hex | AC | 2 | 2C | 0 | 63 | 4A | 21 | 159 | 62 | 22 |
| Octal | 254 | 2 | 54 | 0 | 143 | 112 | 41 | 531 | 142 | 42 |
| Binary | 10101100 | 10 | 101100 | 0 | 1100011 | 1001010 | 100001 | 101011001 | 1100010 | 100010 |
Color Harmonies of #AC022C
Complementary color
Monochromatic Colors of #AC022C
Black with #AC022C
Text Example
Text Example
White with #AC022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC022C; }
p { color: rgb(172,2,44); }
H1.HeaderClassName
{
color: #AC022C;
}
.AnyTagClassName
{
color: #AC022C;
}
</style>
background-color css
<style>
a { background-color: #AC022C; }
a { background-color: rgb(172,2,44); }
div.DivClassName
{
background-color: #AC022C;
}
.BgClassName
{
background-color: #AC022C;
}
</style>
border-color css
<style>
span { border-color: #AC022C; }
span { border-color: rgb(172,2,44); }
td.TdClassName
{
border-color: #AC022C;
}
.TagClassName
{
border-color: #AC022C;
}
</style>