Shades of Medium Carmine #AC463C
Tints of Medium Carmine #AC463C
RGB
CMYK
RGB Variations
Color information
#AC463C (or 0xAC463C) is known color: Medium Carmine. HEX triplet: AC, 46 and 3C. RGB value is (172,70,60). Sum of RGB (Red+Green+Blue) = 172+70+60=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC463C is #53B9C3. Grayscale: #636363. Windows color (decimal): -5487044 or 3950252. OLE color: 3950252.
HSL color Cylindrical-coordinate representation of color #AC463C: hue angle of 5.36º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC463C is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 60 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.33 |
| HSL | 5.36º | 0.48% | 0.45% | - |
| HSV(B) | 5.36º | 0.65% | 0.67% | - |
| XYZ | 20.02 | 13.48 | 5.82 | - |
| YUV | 99.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 60 | 0 | 0.59 | 0.65 | 0.33 | 5.36 | 0.48 | 0.45 |
| Hex | AC | 46 | 3C | 0 | 3B | 41 | 21 | 5 | 30 | 2D |
| Octal | 254 | 106 | 74 | 0 | 73 | 101 | 41 | 5 | 60 | 55 |
| Binary | 10101100 | 1000110 | 111100 | 0 | 111011 | 1000001 | 100001 | 101 | 110000 | 101101 |
Color Harmonies of #AC463C
Complementary color
Monochromatic Colors of #AC463C
Black with #AC463C
Text Example
Text Example
White with #AC463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC463C; }
p { color: rgb(172,70,60); }
H1.HeaderClassName
{
color: #AC463C;
}
.AnyTagClassName
{
color: #AC463C;
}
</style>
background-color css
<style>
a { background-color: #AC463C; }
a { background-color: rgb(172,70,60); }
div.DivClassName
{
background-color: #AC463C;
}
.BgClassName
{
background-color: #AC463C;
}
</style>
border-color css
<style>
span { border-color: #AC463C; }
span { border-color: rgb(172,70,60); }
td.TdClassName
{
border-color: #AC463C;
}
.TagClassName
{
border-color: #AC463C;
}
</style>