Shades of Medium Carmine #AC3A38
Tints of Medium Carmine #AC3A38
RGB
CMYK
RGB Variations
Color information
#AC3A38 (or 0xAC3A38) is known color: Medium Carmine. HEX triplet: AC, 3A and 38. RGB value is (172,58,56). Sum of RGB (Red+Green+Blue) = 172+58+56=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A38 is #53C5C7. Grayscale: #5B5B5B. Windows color (decimal): -5490120 or 3685036. OLE color: 3685036.
HSL color Cylindrical-coordinate representation of color #AC3A38: hue angle of 1.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC3A38 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 56 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.33 |
| HSL | 1.03º | 0.51% | 0.45% | - |
| HSV(B) | 1.03º | 0.67% | 0.67% | - |
| XYZ | 19.24 | 12.08 | 5.06 | - |
| YUV | 91.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 56 | 0 | 0.66 | 0.67 | 0.33 | 1.03 | 0.51 | 0.45 |
| Hex | AC | 3A | 38 | 0 | 42 | 43 | 21 | 1 | 33 | 2D |
| Octal | 254 | 72 | 70 | 0 | 102 | 103 | 41 | 1 | 63 | 55 |
| Binary | 10101100 | 111010 | 111000 | 0 | 1000010 | 1000011 | 100001 | 1 | 110011 | 101101 |
Color Harmonies of #AC3A38
Complementary color
Monochromatic Colors of #AC3A38
Black with #AC3A38
Text Example
Text Example
White with #AC3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A38; }
p { color: rgb(172,58,56); }
H1.HeaderClassName
{
color: #AC3A38;
}
.AnyTagClassName
{
color: #AC3A38;
}
</style>
background-color css
<style>
a { background-color: #AC3A38; }
a { background-color: rgb(172,58,56); }
div.DivClassName
{
background-color: #AC3A38;
}
.BgClassName
{
background-color: #AC3A38;
}
</style>
border-color css
<style>
span { border-color: #AC3A38; }
span { border-color: rgb(172,58,56); }
td.TdClassName
{
border-color: #AC3A38;
}
.TagClassName
{
border-color: #AC3A38;
}
</style>