Shades of Medium Carmine #AC3F37
Tints of Medium Carmine #AC3F37
RGB
CMYK
RGB Variations
Color information
#AC3F37 (or 0xAC3F37) is known color: Medium Carmine. HEX triplet: AC, 3F and 37. RGB value is (172,63,55). Sum of RGB (Red+Green+Blue) = 172+63+55=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F37 is #53C0C8. Grayscale: #5E5E5E. Windows color (decimal): -5488841 or 3620780. OLE color: 3620780.
HSL color Cylindrical-coordinate representation of color #AC3F37: hue angle of 4.1º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3F37 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 55 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.33 |
| HSL | 4.1º | 0.52% | 0.45% | - |
| HSV(B) | 4.1º | 0.68% | 0.67% | - |
| XYZ | 19.48 | 12.6 | 5.02 | - |
| YUV | 94.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 55 | 0 | 0.63 | 0.68 | 0.33 | 4.1 | 0.52 | 0.45 |
| Hex | AC | 3F | 37 | 0 | 3F | 44 | 21 | 4 | 34 | 2D |
| Octal | 254 | 77 | 67 | 0 | 77 | 104 | 41 | 4 | 64 | 55 |
| Binary | 10101100 | 111111 | 110111 | 0 | 111111 | 1000100 | 100001 | 100 | 110100 | 101101 |
Color Harmonies of #AC3F37
Complementary color
Monochromatic Colors of #AC3F37
Black with #AC3F37
Text Example
Text Example
White with #AC3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F37; }
p { color: rgb(172,63,55); }
H1.HeaderClassName
{
color: #AC3F37;
}
.AnyTagClassName
{
color: #AC3F37;
}
</style>
background-color css
<style>
a { background-color: #AC3F37; }
a { background-color: rgb(172,63,55); }
div.DivClassName
{
background-color: #AC3F37;
}
.BgClassName
{
background-color: #AC3F37;
}
</style>
border-color css
<style>
span { border-color: #AC3F37; }
span { border-color: rgb(172,63,55); }
td.TdClassName
{
border-color: #AC3F37;
}
.TagClassName
{
border-color: #AC3F37;
}
</style>