Shades of Medium Carmine #AC3A37
Tints of Medium Carmine #AC3A37
RGB
CMYK
RGB Variations
Color information
#AC3A37 (or 0xAC3A37) is known color: Medium Carmine. HEX triplet: AC, 3A and 37. RGB value is (172,58,55). Sum of RGB (Red+Green+Blue) = 172+58+55=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A37 is #53C5C8. Grayscale: #5B5B5B. Windows color (decimal): -5490121 or 3619500. OLE color: 3619500.
HSL color Cylindrical-coordinate representation of color #AC3A37: hue angle of 1.54º 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 #AC3A37 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 55 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.33 |
| HSL | 1.54º | 0.52% | 0.45% | - |
| HSV(B) | 1.54º | 0.68% | 0.67% | - |
| XYZ | 19.22 | 12.07 | 4.93 | - |
| YUV | 91.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 55 | 0 | 0.66 | 0.68 | 0.33 | 1.54 | 0.52 | 0.45 |
| Hex | AC | 3A | 37 | 0 | 42 | 44 | 21 | 2 | 34 | 2D |
| Octal | 254 | 72 | 67 | 0 | 102 | 104 | 41 | 2 | 64 | 55 |
| Binary | 10101100 | 111010 | 110111 | 0 | 1000010 | 1000100 | 100001 | 10 | 110100 | 101101 |
Color Harmonies of #AC3A37
Complementary color
Monochromatic Colors of #AC3A37
Black with #AC3A37
Text Example
Text Example
White with #AC3A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A37; }
p { color: rgb(172,58,55); }
H1.HeaderClassName
{
color: #AC3A37;
}
.AnyTagClassName
{
color: #AC3A37;
}
</style>
background-color css
<style>
a { background-color: #AC3A37; }
a { background-color: rgb(172,58,55); }
div.DivClassName
{
background-color: #AC3A37;
}
.BgClassName
{
background-color: #AC3A37;
}
</style>
border-color css
<style>
span { border-color: #AC3A37; }
span { border-color: rgb(172,58,55); }
td.TdClassName
{
border-color: #AC3A37;
}
.TagClassName
{
border-color: #AC3A37;
}
</style>