Shades of Medium Carmine #BA3E37
Tints of Medium Carmine #BA3E37
RGB
CMYK
RGB Variations
Color information
#BA3E37 (or 0xBA3E37) is known color: Medium Carmine. HEX triplet: BA, 3E and 37. RGB value is (186,62,55). Sum of RGB (Red+Green+Blue) = 186+62+55=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E37 is #45C1C8. Grayscale: #626262. Windows color (decimal): -4571593 or 3620538. OLE color: 3620538.
HSL color Cylindrical-coordinate representation of color #BA3E37: hue angle of 3.21º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3E37 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 55 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.27 |
| HSL | 3.21º | 0.54% | 0.47% | - |
| HSV(B) | 3.21º | 0.7% | 0.73% | - |
| XYZ | 22.66 | 14.16 | 5.15 | - |
| YUV | 98.28 | 103.58 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 55 | 0 | 0.67 | 0.70 | 0.27 | 3.21 | 0.54 | 0.47 |
| Hex | BA | 3E | 37 | 0 | 43 | 46 | 1B | 3 | 36 | 2F |
| Octal | 272 | 76 | 67 | 0 | 103 | 106 | 33 | 3 | 66 | 57 |
| Binary | 10111010 | 111110 | 110111 | 0 | 1000011 | 1000110 | 11011 | 11 | 110110 | 101111 |
Color Harmonies of #BA3E37
Complementary color
Monochromatic Colors of #BA3E37
Black with #BA3E37
Text Example
Text Example
White with #BA3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E37; }
p { color: rgb(186,62,55); }
H1.HeaderClassName
{
color: #BA3E37;
}
.AnyTagClassName
{
color: #BA3E37;
}
</style>
background-color css
<style>
a { background-color: #BA3E37; }
a { background-color: rgb(186,62,55); }
div.DivClassName
{
background-color: #BA3E37;
}
.BgClassName
{
background-color: #BA3E37;
}
</style>
border-color css
<style>
span { border-color: #BA3E37; }
span { border-color: rgb(186,62,55); }
td.TdClassName
{
border-color: #BA3E37;
}
.TagClassName
{
border-color: #BA3E37;
}
</style>