Shades of Medium Carmine #AC3A33
Tints of Medium Carmine #AC3A33
RGB
CMYK
RGB Variations
Color information
#AC3A33 (or 0xAC3A33) is known color: Medium Carmine. HEX triplet: AC, 3A and 33. RGB value is (172,58,51). Sum of RGB (Red+Green+Blue) = 172+58+51=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A33 is #53C5CC. Grayscale: #5B5B5B. Windows color (decimal): -5490125 or 3357356. OLE color: 3357356.
HSL color Cylindrical-coordinate representation of color #AC3A33: hue angle of 3.47º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3A33 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 51 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.33 |
| HSL | 3.47º | 0.54% | 0.44% | - |
| HSV(B) | 3.47º | 0.7% | 0.67% | - |
| XYZ | 19.12 | 12.04 | 4.45 | - |
| YUV | 91.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 51 | 0 | 0.66 | 0.70 | 0.33 | 3.47 | 0.54 | 0.44 |
| Hex | AC | 3A | 33 | 0 | 42 | 46 | 21 | 3 | 36 | 2C |
| Octal | 254 | 72 | 63 | 0 | 102 | 106 | 41 | 3 | 66 | 54 |
| Binary | 10101100 | 111010 | 110011 | 0 | 1000010 | 1000110 | 100001 | 11 | 110110 | 101100 |
Color Harmonies of #AC3A33
Complementary color
Monochromatic Colors of #AC3A33
Black with #AC3A33
Text Example
Text Example
White with #AC3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A33; }
p { color: rgb(172,58,51); }
H1.HeaderClassName
{
color: #AC3A33;
}
.AnyTagClassName
{
color: #AC3A33;
}
</style>
background-color css
<style>
a { background-color: #AC3A33; }
a { background-color: rgb(172,58,51); }
div.DivClassName
{
background-color: #AC3A33;
}
.BgClassName
{
background-color: #AC3A33;
}
</style>
border-color css
<style>
span { border-color: #AC3A33; }
span { border-color: rgb(172,58,51); }
td.TdClassName
{
border-color: #AC3A33;
}
.TagClassName
{
border-color: #AC3A33;
}
</style>