Shades of Carmine #AC022F
Tints of Carmine #AC022F
RGB
CMYK
RGB Variations
Color information
#AC022F (or 0xAC022F) is known color: Carmine. HEX triplet: AC, 02 and 2F. RGB value is (172,2,47). Sum of RGB (Red+Green+Blue) = 172+2+47=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC022F is #53FDD0. Grayscale: #393939. Windows color (decimal): -5504465 or 3080876. OLE color: 3080876.
HSL color Cylindrical-coordinate representation of color #AC022F: hue angle of 344.12º 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 #AC022F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.33 |
| HSL | 344.12º | 0.98% | 0.34% | - |
| HSV(B) | 344.12º | 0.99% | 0.67% | - |
| XYZ | 17.55 | 9.02 | 3.51 | - |
| YUV | 57.96 | 121.82 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 47 | 0 | 0.99 | 0.73 | 0.33 | 344.12 | 0.98 | 0.34 |
| Hex | AC | 2 | 2F | 0 | 63 | 49 | 21 | 158 | 62 | 22 |
| Octal | 254 | 2 | 57 | 0 | 143 | 111 | 41 | 530 | 142 | 42 |
| Binary | 10101100 | 10 | 101111 | 0 | 1100011 | 1001001 | 100001 | 101011000 | 1100010 | 100010 |
Color Harmonies of #AC022F
Complementary color
Monochromatic Colors of #AC022F
Black with #AC022F
Text Example
Text Example
White with #AC022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC022F; }
p { color: rgb(172,2,47); }
H1.HeaderClassName
{
color: #AC022F;
}
.AnyTagClassName
{
color: #AC022F;
}
</style>
background-color css
<style>
a { background-color: #AC022F; }
a { background-color: rgb(172,2,47); }
div.DivClassName
{
background-color: #AC022F;
}
.BgClassName
{
background-color: #AC022F;
}
</style>
border-color css
<style>
span { border-color: #AC022F; }
span { border-color: rgb(172,2,47); }
td.TdClassName
{
border-color: #AC022F;
}
.TagClassName
{
border-color: #AC022F;
}
</style>