Shades of Medium Carmine #AC3D2D
Tints of Medium Carmine #AC3D2D
RGB
CMYK
RGB Variations
Color information
#AC3D2D (or 0xAC3D2D) is known color: Medium Carmine. HEX triplet: AC, 3D and 2D. RGB value is (172,61,45). Sum of RGB (Red+Green+Blue) = 172+61+45=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D2D is #53C2D2. Grayscale: #5C5C5C. Windows color (decimal): -5489363 or 2964908. OLE color: 2964908.
HSL color Cylindrical-coordinate representation of color #AC3D2D: hue angle of 7.56º 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 #AC3D2D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 45 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.33 |
| HSL | 7.56º | 0.59% | 0.43% | - |
| HSV(B) | 7.56º | 0.74% | 0.67% | - |
| XYZ | 19.16 | 12.3 | 3.85 | - |
| YUV | 92.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 45 | 0 | 0.65 | 0.74 | 0.33 | 7.56 | 0.59 | 0.43 |
| Hex | AC | 3D | 2D | 0 | 41 | 4A | 21 | 8 | 3B | 2B |
| Octal | 254 | 75 | 55 | 0 | 101 | 112 | 41 | 10 | 73 | 53 |
| Binary | 10101100 | 111101 | 101101 | 0 | 1000001 | 1001010 | 100001 | 1000 | 111011 | 101011 |
Color Harmonies of #AC3D2D
Complementary color
Monochromatic Colors of #AC3D2D
Black with #AC3D2D
Text Example
Text Example
White with #AC3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D2D; }
p { color: rgb(172,61,45); }
H1.HeaderClassName
{
color: #AC3D2D;
}
.AnyTagClassName
{
color: #AC3D2D;
}
</style>
background-color css
<style>
a { background-color: #AC3D2D; }
a { background-color: rgb(172,61,45); }
div.DivClassName
{
background-color: #AC3D2D;
}
.BgClassName
{
background-color: #AC3D2D;
}
</style>
border-color css
<style>
span { border-color: #AC3D2D; }
span { border-color: rgb(172,61,45); }
td.TdClassName
{
border-color: #AC3D2D;
}
.TagClassName
{
border-color: #AC3D2D;
}
</style>