Shades of Medium Carmine #AC4738
Tints of Medium Carmine #AC4738
RGB
CMYK
RGB Variations
Color information
#AC4738 (or 0xAC4738) is known color: Medium Carmine. HEX triplet: AC, 47 and 38. RGB value is (172,71,56). Sum of RGB (Red+Green+Blue) = 172+71+56=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4738 is #53B8C7. Grayscale: #636363. Windows color (decimal): -5486792 or 3688364. OLE color: 3688364.
HSL color Cylindrical-coordinate representation of color #AC4738: hue angle of 7.76º 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 #AC4738 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 56 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.33 |
| HSL | 7.76º | 0.51% | 0.45% | - |
| HSV(B) | 7.76º | 0.67% | 0.67% | - |
| XYZ | 19.98 | 13.56 | 5.31 | - |
| YUV | 99.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 56 | 0 | 0.59 | 0.67 | 0.33 | 7.76 | 0.51 | 0.45 |
| Hex | AC | 47 | 38 | 0 | 3B | 43 | 21 | 8 | 33 | 2D |
| Octal | 254 | 107 | 70 | 0 | 73 | 103 | 41 | 10 | 63 | 55 |
| Binary | 10101100 | 1000111 | 111000 | 0 | 111011 | 1000011 | 100001 | 1000 | 110011 | 101101 |
Color Harmonies of #AC4738
Complementary color
Monochromatic Colors of #AC4738
Black with #AC4738
Text Example
Text Example
White with #AC4738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4738; }
p { color: rgb(172,71,56); }
H1.HeaderClassName
{
color: #AC4738;
}
.AnyTagClassName
{
color: #AC4738;
}
</style>
background-color css
<style>
a { background-color: #AC4738; }
a { background-color: rgb(172,71,56); }
div.DivClassName
{
background-color: #AC4738;
}
.BgClassName
{
background-color: #AC4738;
}
</style>
border-color css
<style>
span { border-color: #AC4738; }
span { border-color: rgb(172,71,56); }
td.TdClassName
{
border-color: #AC4738;
}
.TagClassName
{
border-color: #AC4738;
}
</style>