Shades of Medium Carmine #AC4133
Tints of Medium Carmine #AC4133
RGB
CMYK
RGB Variations
Color information
#AC4133 (or 0xAC4133) is known color: Medium Carmine. HEX triplet: AC, 41 and 33. RGB value is (172,65,51). Sum of RGB (Red+Green+Blue) = 172+65+51=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4133 is #53BECC. Grayscale: #5F5F5F. Windows color (decimal): -5488333 or 3359148. OLE color: 3359148.
HSL color Cylindrical-coordinate representation of color #AC4133: hue angle of 6.94º 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 #AC4133 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 51 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.33 |
| HSL | 6.94º | 0.54% | 0.44% | - |
| HSV(B) | 6.94º | 0.7% | 0.67% | - |
| XYZ | 19.5 | 12.79 | 4.57 | - |
| YUV | 95.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 51 | 0 | 0.62 | 0.70 | 0.33 | 6.94 | 0.54 | 0.44 |
| Hex | AC | 41 | 33 | 0 | 3E | 46 | 21 | 7 | 36 | 2C |
| Octal | 254 | 101 | 63 | 0 | 76 | 106 | 41 | 7 | 66 | 54 |
| Binary | 10101100 | 1000001 | 110011 | 0 | 111110 | 1000110 | 100001 | 111 | 110110 | 101100 |
Color Harmonies of #AC4133
Complementary color
Monochromatic Colors of #AC4133
Black with #AC4133
Text Example
Text Example
White with #AC4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4133; }
p { color: rgb(172,65,51); }
H1.HeaderClassName
{
color: #AC4133;
}
.AnyTagClassName
{
color: #AC4133;
}
</style>
background-color css
<style>
a { background-color: #AC4133; }
a { background-color: rgb(172,65,51); }
div.DivClassName
{
background-color: #AC4133;
}
.BgClassName
{
background-color: #AC4133;
}
</style>
border-color css
<style>
span { border-color: #AC4133; }
span { border-color: rgb(172,65,51); }
td.TdClassName
{
border-color: #AC4133;
}
.TagClassName
{
border-color: #AC4133;
}
</style>