Shades of Medium Carmine #BA3E2F
Tints of Medium Carmine #BA3E2F
RGB
CMYK
RGB Variations
Color information
#BA3E2F (or 0xBA3E2F) is known color: Medium Carmine. HEX triplet: BA, 3E and 2F. RGB value is (186,62,47). Sum of RGB (Red+Green+Blue) = 186+62+47=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E2F is #45C1D0. Grayscale: #616161. Windows color (decimal): -4571601 or 3096250. OLE color: 3096250.
HSL color Cylindrical-coordinate representation of color #BA3E2F: hue angle of 6.47º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3E2F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 47 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.27 |
| HSL | 6.47º | 0.6% | 0.46% | - |
| HSV(B) | 6.47º | 0.75% | 0.73% | - |
| XYZ | 22.49 | 14.09 | 4.22 | - |
| YUV | 97.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 47 | 0 | 0.67 | 0.75 | 0.27 | 6.47 | 0.6 | 0.46 |
| Hex | BA | 3E | 2F | 0 | 43 | 4B | 1B | 6 | 3C | 2E |
| Octal | 272 | 76 | 57 | 0 | 103 | 113 | 33 | 6 | 74 | 56 |
| Binary | 10111010 | 111110 | 101111 | 0 | 1000011 | 1001011 | 11011 | 110 | 111100 | 101110 |
Color Harmonies of #BA3E2F
Complementary color
Monochromatic Colors of #BA3E2F
Black with #BA3E2F
Text Example
Text Example
White with #BA3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E2F; }
p { color: rgb(186,62,47); }
H1.HeaderClassName
{
color: #BA3E2F;
}
.AnyTagClassName
{
color: #BA3E2F;
}
</style>
background-color css
<style>
a { background-color: #BA3E2F; }
a { background-color: rgb(186,62,47); }
div.DivClassName
{
background-color: #BA3E2F;
}
.BgClassName
{
background-color: #BA3E2F;
}
</style>
border-color css
<style>
span { border-color: #BA3E2F; }
span { border-color: rgb(186,62,47); }
td.TdClassName
{
border-color: #BA3E2F;
}
.TagClassName
{
border-color: #BA3E2F;
}
</style>