Shades of Medium Carmine #AC4233
Tints of Medium Carmine #AC4233
RGB
CMYK
RGB Variations
Color information
#AC4233 (or 0xAC4233) is known color: Medium Carmine. HEX triplet: AC, 42 and 33. RGB value is (172,66,51). Sum of RGB (Red+Green+Blue) = 172+66+51=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4233 is #53BDCC. Grayscale: #606060. Windows color (decimal): -5488077 or 3359404. OLE color: 3359404.
HSL color Cylindrical-coordinate representation of color #AC4233: hue angle of 7.44º 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 #AC4233 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 51 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.33 |
| HSL | 7.44º | 0.54% | 0.44% | - |
| HSV(B) | 7.44º | 0.7% | 0.67% | - |
| XYZ | 19.56 | 12.91 | 4.59 | - |
| YUV | 95.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 51 | 0 | 0.62 | 0.70 | 0.33 | 7.44 | 0.54 | 0.44 |
| Hex | AC | 42 | 33 | 0 | 3E | 46 | 21 | 7 | 36 | 2C |
| Octal | 254 | 102 | 63 | 0 | 76 | 106 | 41 | 7 | 66 | 54 |
| Binary | 10101100 | 1000010 | 110011 | 0 | 111110 | 1000110 | 100001 | 111 | 110110 | 101100 |
Color Harmonies of #AC4233
Complementary color
Monochromatic Colors of #AC4233
Black with #AC4233
Text Example
Text Example
White with #AC4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4233; }
p { color: rgb(172,66,51); }
H1.HeaderClassName
{
color: #AC4233;
}
.AnyTagClassName
{
color: #AC4233;
}
</style>
background-color css
<style>
a { background-color: #AC4233; }
a { background-color: rgb(172,66,51); }
div.DivClassName
{
background-color: #AC4233;
}
.BgClassName
{
background-color: #AC4233;
}
</style>
border-color css
<style>
span { border-color: #AC4233; }
span { border-color: rgb(172,66,51); }
td.TdClassName
{
border-color: #AC4233;
}
.TagClassName
{
border-color: #AC4233;
}
</style>