Shades of Medium Carmine #AC3C31
Tints of Medium Carmine #AC3C31
RGB
CMYK
RGB Variations
Color information
#AC3C31 (or 0xAC3C31) is known color: Medium Carmine. HEX triplet: AC, 3C and 31. RGB value is (172,60,49). Sum of RGB (Red+Green+Blue) = 172+60+49=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C31 is #53C3CE. Grayscale: #5C5C5C. Windows color (decimal): -5489615 or 3226796. OLE color: 3226796.
HSL color Cylindrical-coordinate representation of color #AC3C31: hue angle of 5.37º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3C31 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 49 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.33 |
| HSL | 5.37º | 0.56% | 0.43% | - |
| HSV(B) | 5.37º | 0.72% | 0.67% | - |
| XYZ | 19.18 | 12.22 | 4.25 | - |
| YUV | 92.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 49 | 0 | 0.65 | 0.72 | 0.33 | 5.37 | 0.56 | 0.43 |
| Hex | AC | 3C | 31 | 0 | 41 | 48 | 21 | 5 | 38 | 2B |
| Octal | 254 | 74 | 61 | 0 | 101 | 110 | 41 | 5 | 70 | 53 |
| Binary | 10101100 | 111100 | 110001 | 0 | 1000001 | 1001000 | 100001 | 101 | 111000 | 101011 |
Color Harmonies of #AC3C31
Complementary color
Monochromatic Colors of #AC3C31
Black with #AC3C31
Text Example
Text Example
White with #AC3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C31; }
p { color: rgb(172,60,49); }
H1.HeaderClassName
{
color: #AC3C31;
}
.AnyTagClassName
{
color: #AC3C31;
}
</style>
background-color css
<style>
a { background-color: #AC3C31; }
a { background-color: rgb(172,60,49); }
div.DivClassName
{
background-color: #AC3C31;
}
.BgClassName
{
background-color: #AC3C31;
}
</style>
border-color css
<style>
span { border-color: #AC3C31; }
span { border-color: rgb(172,60,49); }
td.TdClassName
{
border-color: #AC3C31;
}
.TagClassName
{
border-color: #AC3C31;
}
</style>