Shades of Medium Carmine #AC462E
Tints of Medium Carmine #AC462E
RGB
CMYK
RGB Variations
Color information
#AC462E (or 0xAC462E) is known color: Medium Carmine. HEX triplet: AC, 46 and 2E. RGB value is (172,70,46). Sum of RGB (Red+Green+Blue) = 172+70+46=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC462E is #53B9D1. Grayscale: #616161. Windows color (decimal): -5487058 or 3032748. OLE color: 3032748.
HSL color Cylindrical-coordinate representation of color #AC462E: hue angle of 11.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC462E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 46 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.33 |
| HSL | 11.43º | 0.58% | 0.43% | - |
| HSV(B) | 11.43º | 0.73% | 0.67% | - |
| XYZ | 19.7 | 13.35 | 4.12 | - |
| YUV | 97.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 46 | 0 | 0.59 | 0.73 | 0.33 | 11.43 | 0.58 | 0.43 |
| Hex | AC | 46 | 2E | 0 | 3B | 49 | 21 | B | 3A | 2B |
| Octal | 254 | 106 | 56 | 0 | 73 | 111 | 41 | 13 | 72 | 53 |
| Binary | 10101100 | 1000110 | 101110 | 0 | 111011 | 1001001 | 100001 | 1011 | 111010 | 101011 |
Color Harmonies of #AC462E
Complementary color
Monochromatic Colors of #AC462E
Black with #AC462E
Text Example
Text Example
White with #AC462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC462E; }
p { color: rgb(172,70,46); }
H1.HeaderClassName
{
color: #AC462E;
}
.AnyTagClassName
{
color: #AC462E;
}
</style>
background-color css
<style>
a { background-color: #AC462E; }
a { background-color: rgb(172,70,46); }
div.DivClassName
{
background-color: #AC462E;
}
.BgClassName
{
background-color: #AC462E;
}
</style>
border-color css
<style>
span { border-color: #AC462E; }
span { border-color: rgb(172,70,46); }
td.TdClassName
{
border-color: #AC462E;
}
.TagClassName
{
border-color: #AC462E;
}
</style>