Shades of Medium Carmine #AC3E31
Tints of Medium Carmine #AC3E31
RGB
CMYK
RGB Variations
Color information
#AC3E31 (or 0xAC3E31) is known color: Medium Carmine. HEX triplet: AC, 3E and 31. RGB value is (172,62,49). Sum of RGB (Red+Green+Blue) = 172+62+49=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E31 is #53C1CE. Grayscale: #5D5D5D. Windows color (decimal): -5489103 or 3227308. OLE color: 3227308.
HSL color Cylindrical-coordinate representation of color #AC3E31: hue angle of 6.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3E31 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 49 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.33 |
| HSL | 6.34º | 0.56% | 0.43% | - |
| HSV(B) | 6.34º | 0.72% | 0.67% | - |
| XYZ | 19.29 | 12.44 | 4.29 | - |
| YUV | 93.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 49 | 0 | 0.64 | 0.72 | 0.33 | 6.34 | 0.56 | 0.43 |
| Hex | AC | 3E | 31 | 0 | 40 | 48 | 21 | 6 | 38 | 2B |
| Octal | 254 | 76 | 61 | 0 | 100 | 110 | 41 | 6 | 70 | 53 |
| Binary | 10101100 | 111110 | 110001 | 0 | 1000000 | 1001000 | 100001 | 110 | 111000 | 101011 |
Color Harmonies of #AC3E31
Complementary color
Monochromatic Colors of #AC3E31
Black with #AC3E31
Text Example
Text Example
White with #AC3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E31; }
p { color: rgb(172,62,49); }
H1.HeaderClassName
{
color: #AC3E31;
}
.AnyTagClassName
{
color: #AC3E31;
}
</style>
background-color css
<style>
a { background-color: #AC3E31; }
a { background-color: rgb(172,62,49); }
div.DivClassName
{
background-color: #AC3E31;
}
.BgClassName
{
background-color: #AC3E31;
}
</style>
border-color css
<style>
span { border-color: #AC3E31; }
span { border-color: rgb(172,62,49); }
td.TdClassName
{
border-color: #AC3E31;
}
.TagClassName
{
border-color: #AC3E31;
}
</style>