Shades of Medium Carmine #AC3C2F
Tints of Medium Carmine #AC3C2F
RGB
CMYK
RGB Variations
Color information
#AC3C2F (or 0xAC3C2F) is known color: Medium Carmine. HEX triplet: AC, 3C and 2F. RGB value is (172,60,47). Sum of RGB (Red+Green+Blue) = 172+60+47=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C2F is #53C3D0. Grayscale: #5C5C5C. Windows color (decimal): -5489617 or 3095724. OLE color: 3095724.
HSL color Cylindrical-coordinate representation of color #AC3C2F: hue angle of 6.24º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3C2F is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 47 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.33 |
| HSL | 6.24º | 0.57% | 0.43% | - |
| HSV(B) | 6.24º | 0.73% | 0.67% | - |
| XYZ | 19.14 | 12.21 | 4.04 | - |
| YUV | 92.01 | 102.61 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 47 | 0 | 0.65 | 0.73 | 0.33 | 6.24 | 0.57 | 0.43 |
| Hex | AC | 3C | 2F | 0 | 41 | 49 | 21 | 6 | 39 | 2B |
| Octal | 254 | 74 | 57 | 0 | 101 | 111 | 41 | 6 | 71 | 53 |
| Binary | 10101100 | 111100 | 101111 | 0 | 1000001 | 1001001 | 100001 | 110 | 111001 | 101011 |
Color Harmonies of #AC3C2F
Complementary color
Monochromatic Colors of #AC3C2F
Black with #AC3C2F
Text Example
Text Example
White with #AC3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C2F; }
p { color: rgb(172,60,47); }
H1.HeaderClassName
{
color: #AC3C2F;
}
.AnyTagClassName
{
color: #AC3C2F;
}
</style>
background-color css
<style>
a { background-color: #AC3C2F; }
a { background-color: rgb(172,60,47); }
div.DivClassName
{
background-color: #AC3C2F;
}
.BgClassName
{
background-color: #AC3C2F;
}
</style>
border-color css
<style>
span { border-color: #AC3C2F; }
span { border-color: rgb(172,60,47); }
td.TdClassName
{
border-color: #AC3C2F;
}
.TagClassName
{
border-color: #AC3C2F;
}
</style>