Shades of Medium Carmine #AC3834
Tints of Medium Carmine #AC3834
RGB
CMYK
RGB Variations
Color information
#AC3834 (or 0xAC3834) is known color: Medium Carmine. HEX triplet: AC, 38 and 34. RGB value is (172,56,52). Sum of RGB (Red+Green+Blue) = 172+56+52=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3834 is #53C7CB. Grayscale: #5A5A5A. Windows color (decimal): -5490636 or 3422380. OLE color: 3422380.
HSL color Cylindrical-coordinate representation of color #AC3834: hue angle of 2º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3834 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 52 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.33 |
| HSL | 2º | 0.54% | 0.44% | - |
| HSV(B) | 2º | 0.7% | 0.67% | - |
| XYZ | 19.05 | 11.85 | 4.53 | - |
| YUV | 90.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 52 | 0 | 0.67 | 0.70 | 0.33 | 2 | 0.54 | 0.44 |
| Hex | AC | 38 | 34 | 0 | 43 | 46 | 21 | 2 | 36 | 2C |
| Octal | 254 | 70 | 64 | 0 | 103 | 106 | 41 | 2 | 66 | 54 |
| Binary | 10101100 | 111000 | 110100 | 0 | 1000011 | 1000110 | 100001 | 10 | 110110 | 101100 |
Color Harmonies of #AC3834
Complementary color
Monochromatic Colors of #AC3834
Black with #AC3834
Text Example
Text Example
White with #AC3834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3834; }
p { color: rgb(172,56,52); }
H1.HeaderClassName
{
color: #AC3834;
}
.AnyTagClassName
{
color: #AC3834;
}
</style>
background-color css
<style>
a { background-color: #AC3834; }
a { background-color: rgb(172,56,52); }
div.DivClassName
{
background-color: #AC3834;
}
.BgClassName
{
background-color: #AC3834;
}
</style>
border-color css
<style>
span { border-color: #AC3834; }
span { border-color: rgb(172,56,52); }
td.TdClassName
{
border-color: #AC3834;
}
.TagClassName
{
border-color: #AC3834;
}
</style>