Shades of Carmine #AC022D
Tints of Carmine #AC022D
RGB
CMYK
RGB Variations
Color information
#AC022D (or 0xAC022D) is known color: Carmine. HEX triplet: AC, 02 and 2D. RGB value is (172,2,45). Sum of RGB (Red+Green+Blue) = 172+2+45=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC022D is #53FDD2. Grayscale: #393939. Windows color (decimal): -5504467 or 2949804. OLE color: 2949804.
HSL color Cylindrical-coordinate representation of color #AC022D: hue angle of 344.82º 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 #AC022D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 45 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.33 |
| HSL | 344.82º | 0.98% | 0.34% | - |
| HSV(B) | 344.82º | 0.99% | 0.67% | - |
| XYZ | 17.51 | 9 | 3.3 | - |
| YUV | 57.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 45 | 0 | 0.99 | 0.74 | 0.33 | 344.82 | 0.98 | 0.34 |
| Hex | AC | 2 | 2D | 0 | 63 | 4A | 21 | 159 | 62 | 22 |
| Octal | 254 | 2 | 55 | 0 | 143 | 112 | 41 | 531 | 142 | 42 |
| Binary | 10101100 | 10 | 101101 | 0 | 1100011 | 1001010 | 100001 | 101011001 | 1100010 | 100010 |
Color Harmonies of #AC022D
Complementary color
Monochromatic Colors of #AC022D
Black with #AC022D
Text Example
Text Example
White with #AC022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC022D; }
p { color: rgb(172,2,45); }
H1.HeaderClassName
{
color: #AC022D;
}
.AnyTagClassName
{
color: #AC022D;
}
</style>
background-color css
<style>
a { background-color: #AC022D; }
a { background-color: rgb(172,2,45); }
div.DivClassName
{
background-color: #AC022D;
}
.BgClassName
{
background-color: #AC022D;
}
</style>
border-color css
<style>
span { border-color: #AC022D; }
span { border-color: rgb(172,2,45); }
td.TdClassName
{
border-color: #AC022D;
}
.TagClassName
{
border-color: #AC022D;
}
</style>