Shades of Medium Carmine #AC3D32
Tints of Medium Carmine #AC3D32
RGB
CMYK
RGB Variations
Color information
#AC3D32 (or 0xAC3D32) is known color: Medium Carmine. HEX triplet: AC, 3D and 32. RGB value is (172,61,50). Sum of RGB (Red+Green+Blue) = 172+61+50=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D32 is #53C2CD. Grayscale: #5D5D5D. Windows color (decimal): -5489358 or 3292588. OLE color: 3292588.
HSL color Cylindrical-coordinate representation of color #AC3D32: hue angle of 5.41º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3D32 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 50 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.33 |
| HSL | 5.41º | 0.55% | 0.44% | - |
| HSV(B) | 5.41º | 0.71% | 0.67% | - |
| XYZ | 19.26 | 12.34 | 4.38 | - |
| YUV | 92.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 50 | 0 | 0.65 | 0.71 | 0.33 | 5.41 | 0.55 | 0.44 |
| Hex | AC | 3D | 32 | 0 | 41 | 47 | 21 | 5 | 37 | 2C |
| Octal | 254 | 75 | 62 | 0 | 101 | 107 | 41 | 5 | 67 | 54 |
| Binary | 10101100 | 111101 | 110010 | 0 | 1000001 | 1000111 | 100001 | 101 | 110111 | 101100 |
Color Harmonies of #AC3D32
Complementary color
Monochromatic Colors of #AC3D32
Black with #AC3D32
Text Example
Text Example
White with #AC3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D32; }
p { color: rgb(172,61,50); }
H1.HeaderClassName
{
color: #AC3D32;
}
.AnyTagClassName
{
color: #AC3D32;
}
</style>
background-color css
<style>
a { background-color: #AC3D32; }
a { background-color: rgb(172,61,50); }
div.DivClassName
{
background-color: #AC3D32;
}
.BgClassName
{
background-color: #AC3D32;
}
</style>
border-color css
<style>
span { border-color: #AC3D32; }
span { border-color: rgb(172,61,50); }
td.TdClassName
{
border-color: #AC3D32;
}
.TagClassName
{
border-color: #AC3D32;
}
</style>