Shades of Medium Carmine #BA3F2F
Tints of Medium Carmine #BA3F2F
RGB
CMYK
RGB Variations
Color information
#BA3F2F (or 0xBA3F2F) is known color: Medium Carmine. HEX triplet: BA, 3F and 2F. RGB value is (186,63,47). Sum of RGB (Red+Green+Blue) = 186+63+47=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F2F is #45C0D0. Grayscale: #626262. Windows color (decimal): -4571345 or 3096506. OLE color: 3096506.
HSL color Cylindrical-coordinate representation of color #BA3F2F: hue angle of 6.91º 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 #BA3F2F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 47 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.27 |
| HSL | 6.91º | 0.6% | 0.46% | - |
| HSV(B) | 6.91º | 0.75% | 0.73% | - |
| XYZ | 22.54 | 14.2 | 4.24 | - |
| YUV | 97.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 47 | 0 | 0.66 | 0.75 | 0.27 | 6.91 | 0.6 | 0.46 |
| Hex | BA | 3F | 2F | 0 | 42 | 4B | 1B | 7 | 3C | 2E |
| Octal | 272 | 77 | 57 | 0 | 102 | 113 | 33 | 7 | 74 | 56 |
| Binary | 10111010 | 111111 | 101111 | 0 | 1000010 | 1001011 | 11011 | 111 | 111100 | 101110 |
Color Harmonies of #BA3F2F
Complementary color
Monochromatic Colors of #BA3F2F
Black with #BA3F2F
Text Example
Text Example
White with #BA3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F2F; }
p { color: rgb(186,63,47); }
H1.HeaderClassName
{
color: #BA3F2F;
}
.AnyTagClassName
{
color: #BA3F2F;
}
</style>
background-color css
<style>
a { background-color: #BA3F2F; }
a { background-color: rgb(186,63,47); }
div.DivClassName
{
background-color: #BA3F2F;
}
.BgClassName
{
background-color: #BA3F2F;
}
</style>
border-color css
<style>
span { border-color: #BA3F2F; }
span { border-color: rgb(186,63,47); }
td.TdClassName
{
border-color: #BA3F2F;
}
.TagClassName
{
border-color: #BA3F2F;
}
</style>