Shades of Medium Carmine #AC4938
Tints of Medium Carmine #AC4938
RGB
CMYK
RGB Variations
Color information
#AC4938 (or 0xAC4938) is known color: Medium Carmine. HEX triplet: AC, 49 and 38. RGB value is (172,73,56). Sum of RGB (Red+Green+Blue) = 172+73+56=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4938 is #53B6C7. Grayscale: #646464. Windows color (decimal): -5486280 or 3688876. OLE color: 3688876.
HSL color Cylindrical-coordinate representation of color #AC4938: hue angle of 8.79º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4938 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 56 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.33 |
| HSL | 8.79º | 0.51% | 0.45% | - |
| HSV(B) | 8.79º | 0.67% | 0.67% | - |
| XYZ | 20.11 | 13.82 | 5.35 | - |
| YUV | 100.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 56 | 0 | 0.58 | 0.67 | 0.33 | 8.79 | 0.51 | 0.45 |
| Hex | AC | 49 | 38 | 0 | 3A | 43 | 21 | 9 | 33 | 2D |
| Octal | 254 | 111 | 70 | 0 | 72 | 103 | 41 | 11 | 63 | 55 |
| Binary | 10101100 | 1001001 | 111000 | 0 | 111010 | 1000011 | 100001 | 1001 | 110011 | 101101 |
Color Harmonies of #AC4938
Complementary color
Monochromatic Colors of #AC4938
Black with #AC4938
Text Example
Text Example
White with #AC4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4938; }
p { color: rgb(172,73,56); }
H1.HeaderClassName
{
color: #AC4938;
}
.AnyTagClassName
{
color: #AC4938;
}
</style>
background-color css
<style>
a { background-color: #AC4938; }
a { background-color: rgb(172,73,56); }
div.DivClassName
{
background-color: #AC4938;
}
.BgClassName
{
background-color: #AC4938;
}
</style>
border-color css
<style>
span { border-color: #AC4938; }
span { border-color: rgb(172,73,56); }
td.TdClassName
{
border-color: #AC4938;
}
.TagClassName
{
border-color: #AC4938;
}
</style>