Shades of Medium Carmine #AC4B3C
Tints of Medium Carmine #AC4B3C
RGB
CMYK
RGB Variations
Color information
#AC4B3C (or 0xAC4B3C) is known color: Medium Carmine. HEX triplet: AC, 4B and 3C. RGB value is (172,75,60). Sum of RGB (Red+Green+Blue) = 172+75+60=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B3C is #53B4C3. Grayscale: #666666. Windows color (decimal): -5485764 or 3951532. OLE color: 3951532.
HSL color Cylindrical-coordinate representation of color #AC4B3C: hue angle of 8.04º 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 #AC4B3C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 60 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.33 |
| HSL | 8.04º | 0.48% | 0.45% | - |
| HSV(B) | 8.04º | 0.65% | 0.67% | - |
| XYZ | 20.34 | 14.13 | 5.93 | - |
| YUV | 102.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 60 | 0 | 0.56 | 0.65 | 0.33 | 8.04 | 0.48 | 0.45 |
| Hex | AC | 4B | 3C | 0 | 38 | 41 | 21 | 8 | 30 | 2D |
| Octal | 254 | 113 | 74 | 0 | 70 | 101 | 41 | 10 | 60 | 55 |
| Binary | 10101100 | 1001011 | 111100 | 0 | 111000 | 1000001 | 100001 | 1000 | 110000 | 101101 |
Color Harmonies of #AC4B3C
Complementary color
Monochromatic Colors of #AC4B3C
Black with #AC4B3C
Text Example
Text Example
White with #AC4B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B3C; }
p { color: rgb(172,75,60); }
H1.HeaderClassName
{
color: #AC4B3C;
}
.AnyTagClassName
{
color: #AC4B3C;
}
</style>
background-color css
<style>
a { background-color: #AC4B3C; }
a { background-color: rgb(172,75,60); }
div.DivClassName
{
background-color: #AC4B3C;
}
.BgClassName
{
background-color: #AC4B3C;
}
</style>
border-color css
<style>
span { border-color: #AC4B3C; }
span { border-color: rgb(172,75,60); }
td.TdClassName
{
border-color: #AC4B3C;
}
.TagClassName
{
border-color: #AC4B3C;
}
</style>