Shades of Medium Carmine #AC3E3B
Tints of Medium Carmine #AC3E3B
RGB
CMYK
RGB Variations
Color information
#AC3E3B (or 0xAC3E3B) is known color: Medium Carmine. HEX triplet: AC, 3E and 3B. RGB value is (172,62,59). Sum of RGB (Red+Green+Blue) = 172+62+59=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E3B is #53C1C4. Grayscale: #5E5E5E. Windows color (decimal): -5489093 or 3882668. OLE color: 3882668.
HSL color Cylindrical-coordinate representation of color #AC3E3B: hue angle of 1.59º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3E3B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 59 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.33 |
| HSL | 1.59º | 0.49% | 0.45% | - |
| HSV(B) | 1.59º | 0.66% | 0.67% | - |
| XYZ | 19.53 | 12.53 | 5.53 | - |
| YUV | 94.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 59 | 0 | 0.64 | 0.66 | 0.33 | 1.59 | 0.49 | 0.45 |
| Hex | AC | 3E | 3B | 0 | 40 | 42 | 21 | 2 | 31 | 2D |
| Octal | 254 | 76 | 73 | 0 | 100 | 102 | 41 | 2 | 61 | 55 |
| Binary | 10101100 | 111110 | 111011 | 0 | 1000000 | 1000010 | 100001 | 10 | 110001 | 101101 |
Color Harmonies of #AC3E3B
Complementary color
Monochromatic Colors of #AC3E3B
Black with #AC3E3B
Text Example
Text Example
White with #AC3E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E3B; }
p { color: rgb(172,62,59); }
H1.HeaderClassName
{
color: #AC3E3B;
}
.AnyTagClassName
{
color: #AC3E3B;
}
</style>
background-color css
<style>
a { background-color: #AC3E3B; }
a { background-color: rgb(172,62,59); }
div.DivClassName
{
background-color: #AC3E3B;
}
.BgClassName
{
background-color: #AC3E3B;
}
</style>
border-color css
<style>
span { border-color: #AC3E3B; }
span { border-color: rgb(172,62,59); }
td.TdClassName
{
border-color: #AC3E3B;
}
.TagClassName
{
border-color: #AC3E3B;
}
</style>