Shades of Medium Carmine #AC3F39
Tints of Medium Carmine #AC3F39
RGB
CMYK
RGB Variations
Color information
#AC3F39 (or 0xAC3F39) is known color: Medium Carmine. HEX triplet: AC, 3F and 39. RGB value is (172,63,57). Sum of RGB (Red+Green+Blue) = 172+63+57=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F39 is #53C0C6. Grayscale: #5F5F5F. Windows color (decimal): -5488839 or 3751852. OLE color: 3751852.
HSL color Cylindrical-coordinate representation of color #AC3F39: hue angle of 3.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3F39 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 57 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.33 |
| HSL | 3.13º | 0.5% | 0.45% | - |
| HSV(B) | 3.13º | 0.67% | 0.67% | - |
| XYZ | 19.53 | 12.62 | 5.28 | - |
| YUV | 94.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 57 | 0 | 0.63 | 0.67 | 0.33 | 3.13 | 0.5 | 0.45 |
| Hex | AC | 3F | 39 | 0 | 3F | 43 | 21 | 3 | 32 | 2D |
| Octal | 254 | 77 | 71 | 0 | 77 | 103 | 41 | 3 | 62 | 55 |
| Binary | 10101100 | 111111 | 111001 | 0 | 111111 | 1000011 | 100001 | 11 | 110010 | 101101 |
Color Harmonies of #AC3F39
Complementary color
Monochromatic Colors of #AC3F39
Black with #AC3F39
Text Example
Text Example
White with #AC3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F39; }
p { color: rgb(172,63,57); }
H1.HeaderClassName
{
color: #AC3F39;
}
.AnyTagClassName
{
color: #AC3F39;
}
</style>
background-color css
<style>
a { background-color: #AC3F39; }
a { background-color: rgb(172,63,57); }
div.DivClassName
{
background-color: #AC3F39;
}
.BgClassName
{
background-color: #AC3F39;
}
</style>
border-color css
<style>
span { border-color: #AC3F39; }
span { border-color: rgb(172,63,57); }
td.TdClassName
{
border-color: #AC3F39;
}
.TagClassName
{
border-color: #AC3F39;
}
</style>