Shades of Medium Carmine #AC4833
Tints of Medium Carmine #AC4833
RGB
CMYK
RGB Variations
Color information
#AC4833 (or 0xAC4833) is known color: Medium Carmine. HEX triplet: AC, 48 and 33. RGB value is (172,72,51). Sum of RGB (Red+Green+Blue) = 172+72+51=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4833 is #53B7CC. Grayscale: #636363. Windows color (decimal): -5486541 or 3360940. OLE color: 3360940.
HSL color Cylindrical-coordinate representation of color #AC4833: hue angle of 10.41º 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 #AC4833 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 51 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.33 |
| HSL | 10.41º | 0.54% | 0.44% | - |
| HSV(B) | 10.41º | 0.7% | 0.67% | - |
| XYZ | 19.93 | 13.64 | 4.72 | - |
| YUV | 99.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 51 | 0 | 0.58 | 0.70 | 0.33 | 10.41 | 0.54 | 0.44 |
| Hex | AC | 48 | 33 | 0 | 3A | 46 | 21 | A | 36 | 2C |
| Octal | 254 | 110 | 63 | 0 | 72 | 106 | 41 | 12 | 66 | 54 |
| Binary | 10101100 | 1001000 | 110011 | 0 | 111010 | 1000110 | 100001 | 1010 | 110110 | 101100 |
Color Harmonies of #AC4833
Complementary color
Monochromatic Colors of #AC4833
Black with #AC4833
Text Example
Text Example
White with #AC4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4833; }
p { color: rgb(172,72,51); }
H1.HeaderClassName
{
color: #AC4833;
}
.AnyTagClassName
{
color: #AC4833;
}
</style>
background-color css
<style>
a { background-color: #AC4833; }
a { background-color: rgb(172,72,51); }
div.DivClassName
{
background-color: #AC4833;
}
.BgClassName
{
background-color: #AC4833;
}
</style>
border-color css
<style>
span { border-color: #AC4833; }
span { border-color: rgb(172,72,51); }
td.TdClassName
{
border-color: #AC4833;
}
.TagClassName
{
border-color: #AC4833;
}
</style>