Shades of Medium Carmine #AC3F2F
Tints of Medium Carmine #AC3F2F
RGB
CMYK
RGB Variations
Color information
#AC3F2F (or 0xAC3F2F) is known color: Medium Carmine. HEX triplet: AC, 3F and 2F. RGB value is (172,63,47). Sum of RGB (Red+Green+Blue) = 172+63+47=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F2F is #53C0D0. Grayscale: #5D5D5D. Windows color (decimal): -5488849 or 3096492. OLE color: 3096492.
HSL color Cylindrical-coordinate representation of color #AC3F2F: hue angle of 7.68º degrees, saturation: 0.57, 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 #AC3F2F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 47 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.33 |
| HSL | 7.68º | 0.57% | 0.43% | - |
| HSV(B) | 7.68º | 0.73% | 0.67% | - |
| XYZ | 19.3 | 12.53 | 4.09 | - |
| YUV | 93.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 47 | 0 | 0.63 | 0.73 | 0.33 | 7.68 | 0.57 | 0.43 |
| Hex | AC | 3F | 2F | 0 | 3F | 49 | 21 | 8 | 39 | 2B |
| Octal | 254 | 77 | 57 | 0 | 77 | 111 | 41 | 10 | 71 | 53 |
| Binary | 10101100 | 111111 | 101111 | 0 | 111111 | 1001001 | 100001 | 1000 | 111001 | 101011 |
Color Harmonies of #AC3F2F
Complementary color
Monochromatic Colors of #AC3F2F
Black with #AC3F2F
Text Example
Text Example
White with #AC3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F2F; }
p { color: rgb(172,63,47); }
H1.HeaderClassName
{
color: #AC3F2F;
}
.AnyTagClassName
{
color: #AC3F2F;
}
</style>
background-color css
<style>
a { background-color: #AC3F2F; }
a { background-color: rgb(172,63,47); }
div.DivClassName
{
background-color: #AC3F2F;
}
.BgClassName
{
background-color: #AC3F2F;
}
</style>
border-color css
<style>
span { border-color: #AC3F2F; }
span { border-color: rgb(172,63,47); }
td.TdClassName
{
border-color: #AC3F2F;
}
.TagClassName
{
border-color: #AC3F2F;
}
</style>