Shades of Medium Carmine #AC3737
Tints of Medium Carmine #AC3737
RGB
CMYK
RGB Variations
Color information
#AC3737 (or 0xAC3737) is known color: Medium Carmine. HEX triplet: AC, 37 and 37. RGB value is (172,55,55). Sum of RGB (Red+Green+Blue) = 172+55+55=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3737 is #53C8C8. Grayscale: #5A5A5A. Windows color (decimal): -5490889 or 3618732. OLE color: 3618732.
HSL color Cylindrical-coordinate representation of color #AC3737: hue angle of 0º 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 #AC3737 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 55 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.33 |
| HSL | 0º | 0.52% | 0.45% | - |
| HSV(B) | 0º | 0.68% | 0.67% | - |
| XYZ | 19.07 | 11.78 | 4.88 | - |
| YUV | 89.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 55 | 0 | 0.68 | 0.68 | 0.33 | 0 | 0.52 | 0.45 |
| Hex | AC | 37 | 37 | 0 | 44 | 44 | 21 | 0 | 34 | 2D |
| Octal | 254 | 67 | 67 | 0 | 104 | 104 | 41 | 0 | 64 | 55 |
| Binary | 10101100 | 110111 | 110111 | 0 | 1000100 | 1000100 | 100001 | 0 | 110100 | 101101 |
Color Harmonies of #AC3737
Complementary color
Monochromatic Colors of #AC3737
Black with #AC3737
Text Example
Text Example
White with #AC3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3737; }
p { color: rgb(172,55,55); }
H1.HeaderClassName
{
color: #AC3737;
}
.AnyTagClassName
{
color: #AC3737;
}
</style>
background-color css
<style>
a { background-color: #AC3737; }
a { background-color: rgb(172,55,55); }
div.DivClassName
{
background-color: #AC3737;
}
.BgClassName
{
background-color: #AC3737;
}
</style>
border-color css
<style>
span { border-color: #AC3737; }
span { border-color: rgb(172,55,55); }
td.TdClassName
{
border-color: #AC3737;
}
.TagClassName
{
border-color: #AC3737;
}
</style>