Shades of Medium Carmine #AC493D
Tints of Medium Carmine #AC493D
RGB
CMYK
RGB Variations
Color information
#AC493D (or 0xAC493D) is known color: Medium Carmine. HEX triplet: AC, 49 and 3D. RGB value is (172,73,61). Sum of RGB (Red+Green+Blue) = 172+73+61=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC493D is #53B6C2. Grayscale: #656565. Windows color (decimal): -5486275 or 4016556. OLE color: 4016556.
HSL color Cylindrical-coordinate representation of color #AC493D: hue angle of 6.49º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC493D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 61 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.33 |
| HSL | 6.49º | 0.48% | 0.46% | - |
| HSV(B) | 6.49º | 0.65% | 0.67% | - |
| XYZ | 20.24 | 13.87 | 6.03 | - |
| YUV | 101.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 61 | 0 | 0.58 | 0.65 | 0.33 | 6.49 | 0.48 | 0.46 |
| Hex | AC | 49 | 3D | 0 | 3A | 41 | 21 | 6 | 30 | 2E |
| Octal | 254 | 111 | 75 | 0 | 72 | 101 | 41 | 6 | 60 | 56 |
| Binary | 10101100 | 1001001 | 111101 | 0 | 111010 | 1000001 | 100001 | 110 | 110000 | 101110 |
Color Harmonies of #AC493D
Complementary color
Monochromatic Colors of #AC493D
Black with #AC493D
Text Example
Text Example
White with #AC493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC493D; }
p { color: rgb(172,73,61); }
H1.HeaderClassName
{
color: #AC493D;
}
.AnyTagClassName
{
color: #AC493D;
}
</style>
background-color css
<style>
a { background-color: #AC493D; }
a { background-color: rgb(172,73,61); }
div.DivClassName
{
background-color: #AC493D;
}
.BgClassName
{
background-color: #AC493D;
}
</style>
border-color css
<style>
span { border-color: #AC493D; }
span { border-color: rgb(172,73,61); }
td.TdClassName
{
border-color: #AC493D;
}
.TagClassName
{
border-color: #AC493D;
}
</style>