Shades of Medium Carmine #AC3F2B
Tints of Medium Carmine #AC3F2B
RGB
CMYK
RGB Variations
Color information
#AC3F2B (or 0xAC3F2B) is known color: Medium Carmine. HEX triplet: AC, 3F and 2B. RGB value is (172,63,43). Sum of RGB (Red+Green+Blue) = 172+63+43=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F2B is #53C0D4. Grayscale: #5D5D5D. Windows color (decimal): -5488853 or 2834348. OLE color: 2834348.
HSL color Cylindrical-coordinate representation of color #AC3F2B: hue angle of 9.3º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC3F2B is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 43 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.33 |
| HSL | 9.3º | 0.6% | 0.42% | - |
| HSV(B) | 9.3º | 0.75% | 0.67% | - |
| XYZ | 19.23 | 12.5 | 3.68 | - |
| YUV | 93.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 43 | 0 | 0.63 | 0.75 | 0.33 | 9.3 | 0.6 | 0.42 |
| Hex | AC | 3F | 2B | 0 | 3F | 4B | 21 | 9 | 3C | 2A |
| Octal | 254 | 77 | 53 | 0 | 77 | 113 | 41 | 11 | 74 | 52 |
| Binary | 10101100 | 111111 | 101011 | 0 | 111111 | 1001011 | 100001 | 1001 | 111100 | 101010 |
Color Harmonies of #AC3F2B
Complementary color
Monochromatic Colors of #AC3F2B
Black with #AC3F2B
Text Example
Text Example
White with #AC3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F2B; }
p { color: rgb(172,63,43); }
H1.HeaderClassName
{
color: #AC3F2B;
}
.AnyTagClassName
{
color: #AC3F2B;
}
</style>
background-color css
<style>
a { background-color: #AC3F2B; }
a { background-color: rgb(172,63,43); }
div.DivClassName
{
background-color: #AC3F2B;
}
.BgClassName
{
background-color: #AC3F2B;
}
</style>
border-color css
<style>
span { border-color: #AC3F2B; }
span { border-color: rgb(172,63,43); }
td.TdClassName
{
border-color: #AC3F2B;
}
.TagClassName
{
border-color: #AC3F2B;
}
</style>