Shades of Medium Carmine #AC3F28
Tints of Medium Carmine #AC3F28
RGB
CMYK
RGB Variations
Color information
#AC3F28 (or 0xAC3F28) is known color: Medium Carmine. HEX triplet: AC, 3F and 28. RGB value is (172,63,40). Sum of RGB (Red+Green+Blue) = 172+63+40=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F28 is #53C0D7. Grayscale: #5D5D5D. Windows color (decimal): -5488856 or 2637740. OLE color: 2637740.
HSL color Cylindrical-coordinate representation of color #AC3F28: hue angle of 10.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3F28 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 40 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.33 |
| HSL | 10.45º | 0.62% | 0.42% | - |
| HSV(B) | 10.45º | 0.77% | 0.67% | - |
| XYZ | 19.17 | 12.48 | 3.41 | - |
| YUV | 92.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 40 | 0 | 0.63 | 0.77 | 0.33 | 10.45 | 0.62 | 0.42 |
| Hex | AC | 3F | 28 | 0 | 3F | 4D | 21 | A | 3E | 2A |
| Octal | 254 | 77 | 50 | 0 | 77 | 115 | 41 | 12 | 76 | 52 |
| Binary | 10101100 | 111111 | 101000 | 0 | 111111 | 1001101 | 100001 | 1010 | 111110 | 101010 |
Color Harmonies of #AC3F28
Complementary color
Monochromatic Colors of #AC3F28
Black with #AC3F28
Text Example
Text Example
White with #AC3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F28; }
p { color: rgb(172,63,40); }
H1.HeaderClassName
{
color: #AC3F28;
}
.AnyTagClassName
{
color: #AC3F28;
}
</style>
background-color css
<style>
a { background-color: #AC3F28; }
a { background-color: rgb(172,63,40); }
div.DivClassName
{
background-color: #AC3F28;
}
.BgClassName
{
background-color: #AC3F28;
}
</style>
border-color css
<style>
span { border-color: #AC3F28; }
span { border-color: rgb(172,63,40); }
td.TdClassName
{
border-color: #AC3F28;
}
.TagClassName
{
border-color: #AC3F28;
}
</style>