Shades of Medium Carmine #AC392A
Tints of Medium Carmine #AC392A
RGB
CMYK
RGB Variations
Color information
#AC392A (or 0xAC392A) is known color: Medium Carmine. HEX triplet: AC, 39 and 2A. RGB value is (172,57,42). Sum of RGB (Red+Green+Blue) = 172+57+42=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC392A is #53C6D5. Grayscale: #595959. Windows color (decimal): -5490390 or 2767276. OLE color: 2767276.
HSL color Cylindrical-coordinate representation of color #AC392A: hue angle of 6.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC392A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 42 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.33 |
| HSL | 6.92º | 0.61% | 0.42% | - |
| HSV(B) | 6.92º | 0.76% | 0.67% | - |
| XYZ | 18.89 | 11.86 | 3.48 | - |
| YUV | 89.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 42 | 0 | 0.67 | 0.76 | 0.33 | 6.92 | 0.61 | 0.42 |
| Hex | AC | 39 | 2A | 0 | 43 | 4C | 21 | 7 | 3D | 2A |
| Octal | 254 | 71 | 52 | 0 | 103 | 114 | 41 | 7 | 75 | 52 |
| Binary | 10101100 | 111001 | 101010 | 0 | 1000011 | 1001100 | 100001 | 111 | 111101 | 101010 |
Color Harmonies of #AC392A
Complementary color
Monochromatic Colors of #AC392A
Black with #AC392A
Text Example
Text Example
White with #AC392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC392A; }
p { color: rgb(172,57,42); }
H1.HeaderClassName
{
color: #AC392A;
}
.AnyTagClassName
{
color: #AC392A;
}
</style>
background-color css
<style>
a { background-color: #AC392A; }
a { background-color: rgb(172,57,42); }
div.DivClassName
{
background-color: #AC392A;
}
.BgClassName
{
background-color: #AC392A;
}
</style>
border-color css
<style>
span { border-color: #AC392A; }
span { border-color: rgb(172,57,42); }
td.TdClassName
{
border-color: #AC392A;
}
.TagClassName
{
border-color: #AC392A;
}
</style>