Shades of Medium Carmine #AC4838
Tints of Medium Carmine #AC4838
RGB
CMYK
RGB Variations
Color information
#AC4838 (or 0xAC4838) is known color: Medium Carmine. HEX triplet: AC, 48 and 38. RGB value is (172,72,56). Sum of RGB (Red+Green+Blue) = 172+72+56=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4838 is #53B7C7. Grayscale: #646464. Windows color (decimal): -5486536 or 3688620. OLE color: 3688620.
HSL color Cylindrical-coordinate representation of color #AC4838: hue angle of 8.28º 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 #AC4838 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 56 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.33 |
| HSL | 8.28º | 0.51% | 0.45% | - |
| HSV(B) | 8.28º | 0.67% | 0.67% | - |
| XYZ | 20.04 | 13.69 | 5.33 | - |
| YUV | 100.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 56 | 0 | 0.58 | 0.67 | 0.33 | 8.28 | 0.51 | 0.45 |
| Hex | AC | 48 | 38 | 0 | 3A | 43 | 21 | 8 | 33 | 2D |
| Octal | 254 | 110 | 70 | 0 | 72 | 103 | 41 | 10 | 63 | 55 |
| Binary | 10101100 | 1001000 | 111000 | 0 | 111010 | 1000011 | 100001 | 1000 | 110011 | 101101 |
Color Harmonies of #AC4838
Complementary color
Monochromatic Colors of #AC4838
Black with #AC4838
Text Example
Text Example
White with #AC4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4838; }
p { color: rgb(172,72,56); }
H1.HeaderClassName
{
color: #AC4838;
}
.AnyTagClassName
{
color: #AC4838;
}
</style>
background-color css
<style>
a { background-color: #AC4838; }
a { background-color: rgb(172,72,56); }
div.DivClassName
{
background-color: #AC4838;
}
.BgClassName
{
background-color: #AC4838;
}
</style>
border-color css
<style>
span { border-color: #AC4838; }
span { border-color: rgb(172,72,56); }
td.TdClassName
{
border-color: #AC4838;
}
.TagClassName
{
border-color: #AC4838;
}
</style>