Shades of Medium Carmine #BA3A2E
Tints of Medium Carmine #BA3A2E
RGB
CMYK
RGB Variations
Color information
#BA3A2E (or 0xBA3A2E) is known color: Medium Carmine. HEX triplet: BA, 3A and 2E. RGB value is (186,58,46). Sum of RGB (Red+Green+Blue) = 186+58+46=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A2E is #45C5D1. Grayscale: #5F5F5F. Windows color (decimal): -4572626 or 3029690. OLE color: 3029690.
HSL color Cylindrical-coordinate representation of color #BA3A2E: hue angle of 5.14º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3A2E is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 46 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.27 |
| HSL | 5.14º | 0.6% | 0.45% | - |
| HSV(B) | 5.14º | 0.75% | 0.73% | - |
| XYZ | 22.26 | 13.66 | 4.05 | - |
| YUV | 94.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 46 | 0 | 0.69 | 0.75 | 0.27 | 5.14 | 0.6 | 0.45 |
| Hex | BA | 3A | 2E | 0 | 45 | 4B | 1B | 5 | 3C | 2D |
| Octal | 272 | 72 | 56 | 0 | 105 | 113 | 33 | 5 | 74 | 55 |
| Binary | 10111010 | 111010 | 101110 | 0 | 1000101 | 1001011 | 11011 | 101 | 111100 | 101101 |
Color Harmonies of #BA3A2E
Complementary color
Monochromatic Colors of #BA3A2E
Black with #BA3A2E
Text Example
Text Example
White with #BA3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A2E; }
p { color: rgb(186,58,46); }
H1.HeaderClassName
{
color: #BA3A2E;
}
.AnyTagClassName
{
color: #BA3A2E;
}
</style>
background-color css
<style>
a { background-color: #BA3A2E; }
a { background-color: rgb(186,58,46); }
div.DivClassName
{
background-color: #BA3A2E;
}
.BgClassName
{
background-color: #BA3A2E;
}
</style>
border-color css
<style>
span { border-color: #BA3A2E; }
span { border-color: rgb(186,58,46); }
td.TdClassName
{
border-color: #BA3A2E;
}
.TagClassName
{
border-color: #BA3A2E;
}
</style>