Shades of Medium Carmine #AC4237
Tints of Medium Carmine #AC4237
RGB
CMYK
RGB Variations
Color information
#AC4237 (or 0xAC4237) is known color: Medium Carmine. HEX triplet: AC, 42 and 37. RGB value is (172,66,55). Sum of RGB (Red+Green+Blue) = 172+66+55=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4237 is #53BDC8. Grayscale: #606060. Windows color (decimal): -5488073 or 3621548. OLE color: 3621548.
HSL color Cylindrical-coordinate representation of color #AC4237: hue angle of 5.64º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4237 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 55 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.33 |
| HSL | 5.64º | 0.52% | 0.45% | - |
| HSV(B) | 5.64º | 0.68% | 0.67% | - |
| XYZ | 19.65 | 12.94 | 5.08 | - |
| YUV | 96.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 55 | 0 | 0.62 | 0.68 | 0.33 | 5.64 | 0.52 | 0.45 |
| Hex | AC | 42 | 37 | 0 | 3E | 44 | 21 | 6 | 34 | 2D |
| Octal | 254 | 102 | 67 | 0 | 76 | 104 | 41 | 6 | 64 | 55 |
| Binary | 10101100 | 1000010 | 110111 | 0 | 111110 | 1000100 | 100001 | 110 | 110100 | 101101 |
Color Harmonies of #AC4237
Complementary color
Monochromatic Colors of #AC4237
Black with #AC4237
Text Example
Text Example
White with #AC4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4237; }
p { color: rgb(172,66,55); }
H1.HeaderClassName
{
color: #AC4237;
}
.AnyTagClassName
{
color: #AC4237;
}
</style>
background-color css
<style>
a { background-color: #AC4237; }
a { background-color: rgb(172,66,55); }
div.DivClassName
{
background-color: #AC4237;
}
.BgClassName
{
background-color: #AC4237;
}
</style>
border-color css
<style>
span { border-color: #AC4237; }
span { border-color: rgb(172,66,55); }
td.TdClassName
{
border-color: #AC4237;
}
.TagClassName
{
border-color: #AC4237;
}
</style>