Shades of Medium Carmine #AC3F27
Tints of Medium Carmine #AC3F27
RGB
CMYK
RGB Variations
Color information
#AC3F27 (or 0xAC3F27) is known color: Medium Carmine. HEX triplet: AC, 3F and 27. RGB value is (172,63,39). Sum of RGB (Red+Green+Blue) = 172+63+39=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F27 is #53C0D8. Grayscale: #5D5D5D. Windows color (decimal): -5488857 or 2572204. OLE color: 2572204.
HSL color Cylindrical-coordinate representation of color #AC3F27: hue angle of 10.83º 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 #AC3F27 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 39 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.33 |
| HSL | 10.83º | 0.63% | 0.41% | - |
| HSV(B) | 10.83º | 0.77% | 0.67% | - |
| XYZ | 19.16 | 12.47 | 3.32 | - |
| YUV | 92.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 39 | 0 | 0.63 | 0.77 | 0.33 | 10.83 | 0.63 | 0.41 |
| Hex | AC | 3F | 27 | 0 | 3F | 4D | 21 | B | 3F | 29 |
| Octal | 254 | 77 | 47 | 0 | 77 | 115 | 41 | 13 | 77 | 51 |
| Binary | 10101100 | 111111 | 100111 | 0 | 111111 | 1001101 | 100001 | 1011 | 111111 | 101001 |
Color Harmonies of #AC3F27
Complementary color
Monochromatic Colors of #AC3F27
Black with #AC3F27
Text Example
Text Example
White with #AC3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F27; }
p { color: rgb(172,63,39); }
H1.HeaderClassName
{
color: #AC3F27;
}
.AnyTagClassName
{
color: #AC3F27;
}
</style>
background-color css
<style>
a { background-color: #AC3F27; }
a { background-color: rgb(172,63,39); }
div.DivClassName
{
background-color: #AC3F27;
}
.BgClassName
{
background-color: #AC3F27;
}
</style>
border-color css
<style>
span { border-color: #AC3F27; }
span { border-color: rgb(172,63,39); }
td.TdClassName
{
border-color: #AC3F27;
}
.TagClassName
{
border-color: #AC3F27;
}
</style>