Shades of Medium Carmine #AC3F32
Tints of Medium Carmine #AC3F32
RGB
CMYK
RGB Variations
Color information
#AC3F32 (or 0xAC3F32) is known color: Medium Carmine. HEX triplet: AC, 3F and 32. RGB value is (172,63,50). Sum of RGB (Red+Green+Blue) = 172+63+50=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F32 is #53C0CD. Grayscale: #5E5E5E. Windows color (decimal): -5488846 or 3293100. OLE color: 3293100.
HSL color Cylindrical-coordinate representation of color #AC3F32: hue angle of 6.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3F32 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 50 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.33 |
| HSL | 6.39º | 0.55% | 0.44% | - |
| HSV(B) | 6.39º | 0.71% | 0.67% | - |
| XYZ | 19.37 | 12.56 | 4.42 | - |
| YUV | 94.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 50 | 0 | 0.63 | 0.71 | 0.33 | 6.39 | 0.55 | 0.44 |
| Hex | AC | 3F | 32 | 0 | 3F | 47 | 21 | 6 | 37 | 2C |
| Octal | 254 | 77 | 62 | 0 | 77 | 107 | 41 | 6 | 67 | 54 |
| Binary | 10101100 | 111111 | 110010 | 0 | 111111 | 1000111 | 100001 | 110 | 110111 | 101100 |
Color Harmonies of #AC3F32
Complementary color
Monochromatic Colors of #AC3F32
Black with #AC3F32
Text Example
Text Example
White with #AC3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F32; }
p { color: rgb(172,63,50); }
H1.HeaderClassName
{
color: #AC3F32;
}
.AnyTagClassName
{
color: #AC3F32;
}
</style>
background-color css
<style>
a { background-color: #AC3F32; }
a { background-color: rgb(172,63,50); }
div.DivClassName
{
background-color: #AC3F32;
}
.BgClassName
{
background-color: #AC3F32;
}
</style>
border-color css
<style>
span { border-color: #AC3F32; }
span { border-color: rgb(172,63,50); }
td.TdClassName
{
border-color: #AC3F32;
}
.TagClassName
{
border-color: #AC3F32;
}
</style>