Shades of Medium Carmine #AC412E
Tints of Medium Carmine #AC412E
RGB
CMYK
RGB Variations
Color information
#AC412E (or 0xAC412E) is known color: Medium Carmine. HEX triplet: AC, 41 and 2E. RGB value is (172,65,46). Sum of RGB (Red+Green+Blue) = 172+65+46=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC412E is #53BED1. Grayscale: #5F5F5F. Windows color (decimal): -5488338 or 3031468. OLE color: 3031468.
HSL color Cylindrical-coordinate representation of color #AC412E: hue angle of 9.05º 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 #AC412E is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 46 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.33 |
| HSL | 9.05º | 0.58% | 0.43% | - |
| HSV(B) | 9.05º | 0.73% | 0.67% | - |
| XYZ | 19.4 | 12.75 | 4.02 | - |
| YUV | 94.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 46 | 0 | 0.62 | 0.73 | 0.33 | 9.05 | 0.58 | 0.43 |
| Hex | AC | 41 | 2E | 0 | 3E | 49 | 21 | 9 | 3A | 2B |
| Octal | 254 | 101 | 56 | 0 | 76 | 111 | 41 | 11 | 72 | 53 |
| Binary | 10101100 | 1000001 | 101110 | 0 | 111110 | 1001001 | 100001 | 1001 | 111010 | 101011 |
Color Harmonies of #AC412E
Complementary color
Monochromatic Colors of #AC412E
Black with #AC412E
Text Example
Text Example
White with #AC412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC412E; }
p { color: rgb(172,65,46); }
H1.HeaderClassName
{
color: #AC412E;
}
.AnyTagClassName
{
color: #AC412E;
}
</style>
background-color css
<style>
a { background-color: #AC412E; }
a { background-color: rgb(172,65,46); }
div.DivClassName
{
background-color: #AC412E;
}
.BgClassName
{
background-color: #AC412E;
}
</style>
border-color css
<style>
span { border-color: #AC412E; }
span { border-color: rgb(172,65,46); }
td.TdClassName
{
border-color: #AC412E;
}
.TagClassName
{
border-color: #AC412E;
}
</style>