Shades of Medium Carmine #AC4538
Tints of Medium Carmine #AC4538
RGB
CMYK
RGB Variations
Color information
#AC4538 (or 0xAC4538) is known color: Medium Carmine. HEX triplet: AC, 45 and 38. RGB value is (172,69,56). Sum of RGB (Red+Green+Blue) = 172+69+56=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4538 is #53BAC7. Grayscale: #626262. Windows color (decimal): -5487304 or 3687852. OLE color: 3687852.
HSL color Cylindrical-coordinate representation of color #AC4538: hue angle of 6.72º 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 #AC4538 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 56 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.33 |
| HSL | 6.72º | 0.51% | 0.45% | - |
| HSV(B) | 6.72º | 0.67% | 0.67% | - |
| XYZ | 19.86 | 13.31 | 5.26 | - |
| YUV | 98.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 56 | 0 | 0.60 | 0.67 | 0.33 | 6.72 | 0.51 | 0.45 |
| Hex | AC | 45 | 38 | 0 | 3C | 43 | 21 | 7 | 33 | 2D |
| Octal | 254 | 105 | 70 | 0 | 74 | 103 | 41 | 7 | 63 | 55 |
| Binary | 10101100 | 1000101 | 111000 | 0 | 111100 | 1000011 | 100001 | 111 | 110011 | 101101 |
Color Harmonies of #AC4538
Complementary color
Monochromatic Colors of #AC4538
Black with #AC4538
Text Example
Text Example
White with #AC4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4538; }
p { color: rgb(172,69,56); }
H1.HeaderClassName
{
color: #AC4538;
}
.AnyTagClassName
{
color: #AC4538;
}
</style>
background-color css
<style>
a { background-color: #AC4538; }
a { background-color: rgb(172,69,56); }
div.DivClassName
{
background-color: #AC4538;
}
.BgClassName
{
background-color: #AC4538;
}
</style>
border-color css
<style>
span { border-color: #AC4538; }
span { border-color: rgb(172,69,56); }
td.TdClassName
{
border-color: #AC4538;
}
.TagClassName
{
border-color: #AC4538;
}
</style>