Shades of Medium Carmine #AC3F2D
Tints of Medium Carmine #AC3F2D
RGB
CMYK
RGB Variations
Color information
#AC3F2D (or 0xAC3F2D) is known color: Medium Carmine. HEX triplet: AC, 3F and 2D. RGB value is (172,63,45). Sum of RGB (Red+Green+Blue) = 172+63+45=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F2D is #53C0D2. Grayscale: #5D5D5D. Windows color (decimal): -5488851 or 2965420. OLE color: 2965420.
HSL color Cylindrical-coordinate representation of color #AC3F2D: hue angle of 8.5º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3F2D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 45 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.33 |
| HSL | 8.5º | 0.59% | 0.43% | - |
| HSV(B) | 8.5º | 0.74% | 0.67% | - |
| XYZ | 19.26 | 12.52 | 3.88 | - |
| YUV | 93.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 45 | 0 | 0.63 | 0.74 | 0.33 | 8.5 | 0.59 | 0.43 |
| Hex | AC | 3F | 2D | 0 | 3F | 4A | 21 | 9 | 3B | 2B |
| Octal | 254 | 77 | 55 | 0 | 77 | 112 | 41 | 11 | 73 | 53 |
| Binary | 10101100 | 111111 | 101101 | 0 | 111111 | 1001010 | 100001 | 1001 | 111011 | 101011 |
Color Harmonies of #AC3F2D
Complementary color
Monochromatic Colors of #AC3F2D
Black with #AC3F2D
Text Example
Text Example
White with #AC3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F2D; }
p { color: rgb(172,63,45); }
H1.HeaderClassName
{
color: #AC3F2D;
}
.AnyTagClassName
{
color: #AC3F2D;
}
</style>
background-color css
<style>
a { background-color: #AC3F2D; }
a { background-color: rgb(172,63,45); }
div.DivClassName
{
background-color: #AC3F2D;
}
.BgClassName
{
background-color: #AC3F2D;
}
</style>
border-color css
<style>
span { border-color: #AC3F2D; }
span { border-color: rgb(172,63,45); }
td.TdClassName
{
border-color: #AC3F2D;
}
.TagClassName
{
border-color: #AC3F2D;
}
</style>