Shades of Medium Carmine #AC3A36
Tints of Medium Carmine #AC3A36
RGB
CMYK
RGB Variations
Color information
#AC3A36 (or 0xAC3A36) is known color: Medium Carmine. HEX triplet: AC, 3A and 36. RGB value is (172,58,54). Sum of RGB (Red+Green+Blue) = 172+58+54=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A36 is #53C5C9. Grayscale: #5B5B5B. Windows color (decimal): -5490122 or 3553964. OLE color: 3553964.
HSL color Cylindrical-coordinate representation of color #AC3A36: hue angle of 2.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3A36 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 54 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.33 |
| HSL | 2.03º | 0.52% | 0.44% | - |
| HSV(B) | 2.03º | 0.69% | 0.67% | - |
| XYZ | 19.19 | 12.06 | 4.81 | - |
| YUV | 91.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 54 | 0 | 0.66 | 0.69 | 0.33 | 2.03 | 0.52 | 0.44 |
| Hex | AC | 3A | 36 | 0 | 42 | 45 | 21 | 2 | 34 | 2C |
| Octal | 254 | 72 | 66 | 0 | 102 | 105 | 41 | 2 | 64 | 54 |
| Binary | 10101100 | 111010 | 110110 | 0 | 1000010 | 1000101 | 100001 | 10 | 110100 | 101100 |
Color Harmonies of #AC3A36
Complementary color
Monochromatic Colors of #AC3A36
Black with #AC3A36
Text Example
Text Example
White with #AC3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A36; }
p { color: rgb(172,58,54); }
H1.HeaderClassName
{
color: #AC3A36;
}
.AnyTagClassName
{
color: #AC3A36;
}
</style>
background-color css
<style>
a { background-color: #AC3A36; }
a { background-color: rgb(172,58,54); }
div.DivClassName
{
background-color: #AC3A36;
}
.BgClassName
{
background-color: #AC3A36;
}
</style>
border-color css
<style>
span { border-color: #AC3A36; }
span { border-color: rgb(172,58,54); }
td.TdClassName
{
border-color: #AC3A36;
}
.TagClassName
{
border-color: #AC3A36;
}
</style>