Shades of Medium Carmine #AC4438
Tints of Medium Carmine #AC4438
RGB
CMYK
RGB Variations
Color information
#AC4438 (or 0xAC4438) is known color: Medium Carmine. HEX triplet: AC, 44 and 38. RGB value is (172,68,56). Sum of RGB (Red+Green+Blue) = 172+68+56=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4438 is #53BBC7. Grayscale: #616161. Windows color (decimal): -5487560 or 3687596. OLE color: 3687596.
HSL color Cylindrical-coordinate representation of color #AC4438: hue angle of 6.21º 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 #AC4438 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 56 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.33 |
| HSL | 6.21º | 0.51% | 0.45% | - |
| HSV(B) | 6.21º | 0.67% | 0.67% | - |
| XYZ | 19.79 | 13.19 | 5.24 | - |
| YUV | 97.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 56 | 0 | 0.60 | 0.67 | 0.33 | 6.21 | 0.51 | 0.45 |
| Hex | AC | 44 | 38 | 0 | 3C | 43 | 21 | 6 | 33 | 2D |
| Octal | 254 | 104 | 70 | 0 | 74 | 103 | 41 | 6 | 63 | 55 |
| Binary | 10101100 | 1000100 | 111000 | 0 | 111100 | 1000011 | 100001 | 110 | 110011 | 101101 |
Color Harmonies of #AC4438
Complementary color
Monochromatic Colors of #AC4438
Black with #AC4438
Text Example
Text Example
White with #AC4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4438; }
p { color: rgb(172,68,56); }
H1.HeaderClassName
{
color: #AC4438;
}
.AnyTagClassName
{
color: #AC4438;
}
</style>
background-color css
<style>
a { background-color: #AC4438; }
a { background-color: rgb(172,68,56); }
div.DivClassName
{
background-color: #AC4438;
}
.BgClassName
{
background-color: #AC4438;
}
</style>
border-color css
<style>
span { border-color: #AC4438; }
span { border-color: rgb(172,68,56); }
td.TdClassName
{
border-color: #AC4438;
}
.TagClassName
{
border-color: #AC4438;
}
</style>