Shades of Medium Carmine #BA3B2D
Tints of Medium Carmine #BA3B2D
RGB
CMYK
RGB Variations
Color information
#BA3B2D (or 0xBA3B2D) is known color: Medium Carmine. HEX triplet: BA, 3B and 2D. RGB value is (186,59,45). Sum of RGB (Red+Green+Blue) = 186+59+45=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B2D is #45C4D2. Grayscale: #5F5F5F. Windows color (decimal): -4572371 or 2964410. OLE color: 2964410.
HSL color Cylindrical-coordinate representation of color #BA3B2D: hue angle of 5.96º degrees, saturation: 0.61, 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 #BA3B2D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 45 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.27 |
| HSL | 5.96º | 0.61% | 0.45% | - |
| HSV(B) | 5.96º | 0.76% | 0.73% | - |
| XYZ | 22.29 | 13.76 | 3.96 | - |
| YUV | 95.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 45 | 0 | 0.68 | 0.76 | 0.27 | 5.96 | 0.61 | 0.45 |
| Hex | BA | 3B | 2D | 0 | 44 | 4C | 1B | 6 | 3D | 2D |
| Octal | 272 | 73 | 55 | 0 | 104 | 114 | 33 | 6 | 75 | 55 |
| Binary | 10111010 | 111011 | 101101 | 0 | 1000100 | 1001100 | 11011 | 110 | 111101 | 101101 |
Color Harmonies of #BA3B2D
Complementary color
Monochromatic Colors of #BA3B2D
Black with #BA3B2D
Text Example
Text Example
White with #BA3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B2D; }
p { color: rgb(186,59,45); }
H1.HeaderClassName
{
color: #BA3B2D;
}
.AnyTagClassName
{
color: #BA3B2D;
}
</style>
background-color css
<style>
a { background-color: #BA3B2D; }
a { background-color: rgb(186,59,45); }
div.DivClassName
{
background-color: #BA3B2D;
}
.BgClassName
{
background-color: #BA3B2D;
}
</style>
border-color css
<style>
span { border-color: #BA3B2D; }
span { border-color: rgb(186,59,45); }
td.TdClassName
{
border-color: #BA3B2D;
}
.TagClassName
{
border-color: #BA3B2D;
}
</style>