Shades of Medium Carmine #AC3727
Tints of Medium Carmine #AC3727
RGB
CMYK
RGB Variations
Color information
#AC3727 (or 0xAC3727) is known color: Medium Carmine. HEX triplet: AC, 37 and 27. RGB value is (172,55,39). Sum of RGB (Red+Green+Blue) = 172+55+39=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3727 is #53C8D8. Grayscale: #585858. Windows color (decimal): -5490905 or 2570156. OLE color: 2570156.
HSL color Cylindrical-coordinate representation of color #AC3727: hue angle of 7.22º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3727 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 39 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.33 |
| HSL | 7.22º | 0.63% | 0.41% | - |
| HSV(B) | 7.22º | 0.77% | 0.67% | - |
| XYZ | 18.75 | 11.65 | 3.18 | - |
| YUV | 88.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 39 | 0 | 0.68 | 0.77 | 0.33 | 7.22 | 0.63 | 0.41 |
| Hex | AC | 37 | 27 | 0 | 44 | 4D | 21 | 7 | 3F | 29 |
| Octal | 254 | 67 | 47 | 0 | 104 | 115 | 41 | 7 | 77 | 51 |
| Binary | 10101100 | 110111 | 100111 | 0 | 1000100 | 1001101 | 100001 | 111 | 111111 | 101001 |
Color Harmonies of #AC3727
Complementary color
Monochromatic Colors of #AC3727
Black with #AC3727
Text Example
Text Example
White with #AC3727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3727; }
p { color: rgb(172,55,39); }
H1.HeaderClassName
{
color: #AC3727;
}
.AnyTagClassName
{
color: #AC3727;
}
</style>
background-color css
<style>
a { background-color: #AC3727; }
a { background-color: rgb(172,55,39); }
div.DivClassName
{
background-color: #AC3727;
}
.BgClassName
{
background-color: #AC3727;
}
</style>
border-color css
<style>
span { border-color: #AC3727; }
span { border-color: rgb(172,55,39); }
td.TdClassName
{
border-color: #AC3727;
}
.TagClassName
{
border-color: #AC3727;
}
</style>