Shades of Medium Carmine #BA3B2C
Tints of Medium Carmine #BA3B2C
RGB
CMYK
RGB Variations
Color information
#BA3B2C (or 0xBA3B2C) is known color: Medium Carmine. HEX triplet: BA, 3B and 2C. RGB value is (186,59,44). Sum of RGB (Red+Green+Blue) = 186+59+44=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B2C is #45C4D3. Grayscale: #5F5F5F. Windows color (decimal): -4572372 or 2898874. OLE color: 2898874.
HSL color Cylindrical-coordinate representation of color #BA3B2C: hue angle of 6.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3B2C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 44 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.27 |
| HSL | 6.34º | 0.62% | 0.45% | - |
| HSV(B) | 6.34º | 0.76% | 0.73% | - |
| XYZ | 22.27 | 13.75 | 3.86 | - |
| YUV | 95.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 44 | 0 | 0.68 | 0.76 | 0.27 | 6.34 | 0.62 | 0.45 |
| Hex | BA | 3B | 2C | 0 | 44 | 4C | 1B | 6 | 3E | 2D |
| Octal | 272 | 73 | 54 | 0 | 104 | 114 | 33 | 6 | 76 | 55 |
| Binary | 10111010 | 111011 | 101100 | 0 | 1000100 | 1001100 | 11011 | 110 | 111110 | 101101 |
Color Harmonies of #BA3B2C
Complementary color
Monochromatic Colors of #BA3B2C
Black with #BA3B2C
Text Example
Text Example
White with #BA3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B2C; }
p { color: rgb(186,59,44); }
H1.HeaderClassName
{
color: #BA3B2C;
}
.AnyTagClassName
{
color: #BA3B2C;
}
</style>
background-color css
<style>
a { background-color: #BA3B2C; }
a { background-color: rgb(186,59,44); }
div.DivClassName
{
background-color: #BA3B2C;
}
.BgClassName
{
background-color: #BA3B2C;
}
</style>
border-color css
<style>
span { border-color: #BA3B2C; }
span { border-color: rgb(186,59,44); }
td.TdClassName
{
border-color: #BA3B2C;
}
.TagClassName
{
border-color: #BA3B2C;
}
</style>