Shades of Medium Carmine #AC3C33
Tints of Medium Carmine #AC3C33
RGB
CMYK
RGB Variations
Color information
#AC3C33 (or 0xAC3C33) is known color: Medium Carmine. HEX triplet: AC, 3C and 33. RGB value is (172,60,51). Sum of RGB (Red+Green+Blue) = 172+60+51=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C33 is #53C3CC. Grayscale: #5C5C5C. Windows color (decimal): -5489613 or 3357868. OLE color: 3357868.
HSL color Cylindrical-coordinate representation of color #AC3C33: hue angle of 4.46º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3C33 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 51 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.33 |
| HSL | 4.46º | 0.54% | 0.44% | - |
| HSV(B) | 4.46º | 0.7% | 0.67% | - |
| XYZ | 19.23 | 12.24 | 4.48 | - |
| YUV | 92.46 | 104.61 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 51 | 0 | 0.65 | 0.70 | 0.33 | 4.46 | 0.54 | 0.44 |
| Hex | AC | 3C | 33 | 0 | 41 | 46 | 21 | 4 | 36 | 2C |
| Octal | 254 | 74 | 63 | 0 | 101 | 106 | 41 | 4 | 66 | 54 |
| Binary | 10101100 | 111100 | 110011 | 0 | 1000001 | 1000110 | 100001 | 100 | 110110 | 101100 |
Color Harmonies of #AC3C33
Complementary color
Monochromatic Colors of #AC3C33
Black with #AC3C33
Text Example
Text Example
White with #AC3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C33; }
p { color: rgb(172,60,51); }
H1.HeaderClassName
{
color: #AC3C33;
}
.AnyTagClassName
{
color: #AC3C33;
}
</style>
background-color css
<style>
a { background-color: #AC3C33; }
a { background-color: rgb(172,60,51); }
div.DivClassName
{
background-color: #AC3C33;
}
.BgClassName
{
background-color: #AC3C33;
}
</style>
border-color css
<style>
span { border-color: #AC3C33; }
span { border-color: rgb(172,60,51); }
td.TdClassName
{
border-color: #AC3C33;
}
.TagClassName
{
border-color: #AC3C33;
}
</style>