Shades of Medium Carmine #AC3F36
Tints of Medium Carmine #AC3F36
RGB
CMYK
RGB Variations
Color information
#AC3F36 (or 0xAC3F36) is known color: Medium Carmine. HEX triplet: AC, 3F and 36. RGB value is (172,63,54). Sum of RGB (Red+Green+Blue) = 172+63+54=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F36 is #53C0C9. Grayscale: #5E5E5E. Windows color (decimal): -5488842 or 3555244. OLE color: 3555244.
HSL color Cylindrical-coordinate representation of color #AC3F36: hue angle of 4.58º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3F36 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 54 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.33 |
| HSL | 4.58º | 0.52% | 0.44% | - |
| HSV(B) | 4.58º | 0.69% | 0.67% | - |
| XYZ | 19.46 | 12.59 | 4.9 | - |
| YUV | 94.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 54 | 0 | 0.63 | 0.69 | 0.33 | 4.58 | 0.52 | 0.44 |
| Hex | AC | 3F | 36 | 0 | 3F | 45 | 21 | 5 | 34 | 2C |
| Octal | 254 | 77 | 66 | 0 | 77 | 105 | 41 | 5 | 64 | 54 |
| Binary | 10101100 | 111111 | 110110 | 0 | 111111 | 1000101 | 100001 | 101 | 110100 | 101100 |
Color Harmonies of #AC3F36
Complementary color
Monochromatic Colors of #AC3F36
Black with #AC3F36
Text Example
Text Example
White with #AC3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F36; }
p { color: rgb(172,63,54); }
H1.HeaderClassName
{
color: #AC3F36;
}
.AnyTagClassName
{
color: #AC3F36;
}
</style>
background-color css
<style>
a { background-color: #AC3F36; }
a { background-color: rgb(172,63,54); }
div.DivClassName
{
background-color: #AC3F36;
}
.BgClassName
{
background-color: #AC3F36;
}
</style>
border-color css
<style>
span { border-color: #AC3F36; }
span { border-color: rgb(172,63,54); }
td.TdClassName
{
border-color: #AC3F36;
}
.TagClassName
{
border-color: #AC3F36;
}
</style>