Shades of Medium Carmine #AC392B
Tints of Medium Carmine #AC392B
RGB
CMYK
RGB Variations
Color information
#AC392B (or 0xAC392B) is known color: Medium Carmine. HEX triplet: AC, 39 and 2B. RGB value is (172,57,43). Sum of RGB (Red+Green+Blue) = 172+57+43=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC392B is #53C6D4. Grayscale: #595959. Windows color (decimal): -5490389 or 2832812. OLE color: 2832812.
HSL color Cylindrical-coordinate representation of color #AC392B: hue angle of 6.51º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC392B is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 57 | 43 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.33 |
| HSL | 6.51º | 0.6% | 0.42% | - |
| HSV(B) | 6.51º | 0.75% | 0.67% | - |
| XYZ | 18.91 | 11.87 | 3.58 | - |
| YUV | 89.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 57 | 43 | 0 | 0.67 | 0.75 | 0.33 | 6.51 | 0.6 | 0.42 |
| Hex | AC | 39 | 2B | 0 | 43 | 4B | 21 | 7 | 3C | 2A |
| Octal | 254 | 71 | 53 | 0 | 103 | 113 | 41 | 7 | 74 | 52 |
| Binary | 10101100 | 111001 | 101011 | 0 | 1000011 | 1001011 | 100001 | 111 | 111100 | 101010 |
Color Harmonies of #AC392B
Complementary color
Monochromatic Colors of #AC392B
Black with #AC392B
Text Example
Text Example
White with #AC392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC392B; }
p { color: rgb(172,57,43); }
H1.HeaderClassName
{
color: #AC392B;
}
.AnyTagClassName
{
color: #AC392B;
}
</style>
background-color css
<style>
a { background-color: #AC392B; }
a { background-color: rgb(172,57,43); }
div.DivClassName
{
background-color: #AC392B;
}
.BgClassName
{
background-color: #AC392B;
}
</style>
border-color css
<style>
span { border-color: #AC392B; }
span { border-color: rgb(172,57,43); }
td.TdClassName
{
border-color: #AC392B;
}
.TagClassName
{
border-color: #AC392B;
}
</style>