Shades of Medium Carmine #BA392F
Tints of Medium Carmine #BA392F
RGB
CMYK
RGB Variations
Color information
#BA392F (or 0xBA392F) is known color: Medium Carmine. HEX triplet: BA, 39 and 2F. RGB value is (186,57,47). Sum of RGB (Red+Green+Blue) = 186+57+47=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA392F is #45C6D0. Grayscale: #5E5E5E. Windows color (decimal): -4572881 or 3094970. OLE color: 3094970.
HSL color Cylindrical-coordinate representation of color #BA392F: hue angle of 4.32º 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 #BA392F is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 47 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.27 |
| HSL | 4.32º | 0.6% | 0.46% | - |
| HSV(B) | 4.32º | 0.75% | 0.73% | - |
| XYZ | 22.23 | 13.57 | 4.14 | - |
| YUV | 94.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 47 | 0 | 0.69 | 0.75 | 0.27 | 4.32 | 0.6 | 0.46 |
| Hex | BA | 39 | 2F | 0 | 45 | 4B | 1B | 4 | 3C | 2E |
| Octal | 272 | 71 | 57 | 0 | 105 | 113 | 33 | 4 | 74 | 56 |
| Binary | 10111010 | 111001 | 101111 | 0 | 1000101 | 1001011 | 11011 | 100 | 111100 | 101110 |
Color Harmonies of #BA392F
Complementary color
Monochromatic Colors of #BA392F
Black with #BA392F
Text Example
Text Example
White with #BA392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA392F; }
p { color: rgb(186,57,47); }
H1.HeaderClassName
{
color: #BA392F;
}
.AnyTagClassName
{
color: #BA392F;
}
</style>
background-color css
<style>
a { background-color: #BA392F; }
a { background-color: rgb(186,57,47); }
div.DivClassName
{
background-color: #BA392F;
}
.BgClassName
{
background-color: #BA392F;
}
</style>
border-color css
<style>
span { border-color: #BA392F; }
span { border-color: rgb(186,57,47); }
td.TdClassName
{
border-color: #BA392F;
}
.TagClassName
{
border-color: #BA392F;
}
</style>