Shades of Carmine #AC072D
Tints of Carmine #AC072D
RGB
CMYK
RGB Variations
Color information
#AC072D (or 0xAC072D) is known color: Carmine. HEX triplet: AC, 07 and 2D. RGB value is (172,7,45). Sum of RGB (Red+Green+Blue) = 172+7+45=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC072D is #53F8D2. Grayscale: #3C3C3C. Windows color (decimal): -5503187 or 2951084. OLE color: 2951084.
HSL color Cylindrical-coordinate representation of color #AC072D: hue angle of 346.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC072D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.33 |
| HSL | 346.18º | 0.92% | 0.35% | - |
| HSV(B) | 346.18º | 0.96% | 0.67% | - |
| XYZ | 17.56 | 9.11 | 3.32 | - |
| YUV | 60.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 45 | 0 | 0.96 | 0.74 | 0.33 | 346.18 | 0.92 | 0.35 |
| Hex | AC | 7 | 2D | 0 | 60 | 4A | 21 | 15A | 5C | 23 |
| Octal | 254 | 7 | 55 | 0 | 140 | 112 | 41 | 532 | 134 | 43 |
| Binary | 10101100 | 111 | 101101 | 0 | 1100000 | 1001010 | 100001 | 101011010 | 1011100 | 100011 |
Color Harmonies of #AC072D
Complementary color
Monochromatic Colors of #AC072D
Black with #AC072D
Text Example
Text Example
White with #AC072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC072D; }
p { color: rgb(172,7,45); }
H1.HeaderClassName
{
color: #AC072D;
}
.AnyTagClassName
{
color: #AC072D;
}
</style>
background-color css
<style>
a { background-color: #AC072D; }
a { background-color: rgb(172,7,45); }
div.DivClassName
{
background-color: #AC072D;
}
.BgClassName
{
background-color: #AC072D;
}
</style>
border-color css
<style>
span { border-color: #AC072D; }
span { border-color: rgb(172,7,45); }
td.TdClassName
{
border-color: #AC072D;
}
.TagClassName
{
border-color: #AC072D;
}
</style>