Shades of Medium Carmine #AC392C
Tints of Medium Carmine #AC392C
RGB
CMYK
RGB Variations
Color information
#AC392C (or 0xAC392C) is known color: Medium Carmine. HEX triplet: AC, 39 and 2C. RGB value is (172,57,44). Sum of RGB (Red+Green+Blue) = 172+57+44=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC392C is #53C6D3. Grayscale: #5A5A5A. Windows color (decimal): -5490388 or 2898348. OLE color: 2898348.
HSL color Cylindrical-coordinate representation of color #AC392C: hue angle of 6.09º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC392C is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 44 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.33 |
| HSL | 6.09º | 0.59% | 0.42% | - |
| HSV(B) | 6.09º | 0.74% | 0.67% | - |
| XYZ | 18.93 | 11.88 | 3.68 | - |
| YUV | 89.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 44 | 0 | 0.67 | 0.74 | 0.33 | 6.09 | 0.59 | 0.42 |
| Hex | AC | 39 | 2C | 0 | 43 | 4A | 21 | 6 | 3B | 2A |
| Octal | 254 | 71 | 54 | 0 | 103 | 112 | 41 | 6 | 73 | 52 |
| Binary | 10101100 | 111001 | 101100 | 0 | 1000011 | 1001010 | 100001 | 110 | 111011 | 101010 |
Color Harmonies of #AC392C
Complementary color
Monochromatic Colors of #AC392C
Black with #AC392C
Text Example
Text Example
White with #AC392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC392C; }
p { color: rgb(172,57,44); }
H1.HeaderClassName
{
color: #AC392C;
}
.AnyTagClassName
{
color: #AC392C;
}
</style>
background-color css
<style>
a { background-color: #AC392C; }
a { background-color: rgb(172,57,44); }
div.DivClassName
{
background-color: #AC392C;
}
.BgClassName
{
background-color: #AC392C;
}
</style>
border-color css
<style>
span { border-color: #AC392C; }
span { border-color: rgb(172,57,44); }
td.TdClassName
{
border-color: #AC392C;
}
.TagClassName
{
border-color: #AC392C;
}
</style>