Shades of Carmine #AC012F
Tints of Carmine #AC012F
RGB
CMYK
RGB Variations
Color information
#AC012F (or 0xAC012F) is known color: Carmine. HEX triplet: AC, 01 and 2F. RGB value is (172,1,47). Sum of RGB (Red+Green+Blue) = 172+1+47=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC012F is #53FED0. Grayscale: #393939. Windows color (decimal): -5504721 or 3080620. OLE color: 3080620.
HSL color Cylindrical-coordinate representation of color #AC012F: hue angle of 343.86º degrees, saturation: 0.99, 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 #AC012F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.33 |
| HSL | 343.86º | 0.99% | 0.34% | - |
| HSV(B) | 343.86º | 0.99% | 0.67% | - |
| XYZ | 17.54 | 9 | 3.5 | - |
| YUV | 57.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 47 | 0 | 0.99 | 0.73 | 0.33 | 343.86 | 0.99 | 0.34 |
| Hex | AC | 1 | 2F | 0 | 63 | 49 | 21 | 158 | 63 | 22 |
| Octal | 254 | 1 | 57 | 0 | 143 | 111 | 41 | 530 | 143 | 42 |
| Binary | 10101100 | 1 | 101111 | 0 | 1100011 | 1001001 | 100001 | 101011000 | 1100011 | 100010 |
Color Harmonies of #AC012F
Complementary color
Monochromatic Colors of #AC012F
Black with #AC012F
Text Example
Text Example
White with #AC012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC012F; }
p { color: rgb(172,1,47); }
H1.HeaderClassName
{
color: #AC012F;
}
.AnyTagClassName
{
color: #AC012F;
}
</style>
background-color css
<style>
a { background-color: #AC012F; }
a { background-color: rgb(172,1,47); }
div.DivClassName
{
background-color: #AC012F;
}
.BgClassName
{
background-color: #AC012F;
}
</style>
border-color css
<style>
span { border-color: #AC012F; }
span { border-color: rgb(172,1,47); }
td.TdClassName
{
border-color: #AC012F;
}
.TagClassName
{
border-color: #AC012F;
}
</style>