Shades of Medium Carmine #BA392B
Tints of Medium Carmine #BA392B
RGB
CMYK
RGB Variations
Color information
#BA392B (or 0xBA392B) is known color: Medium Carmine. HEX triplet: BA, 39 and 2B. RGB value is (186,57,43). Sum of RGB (Red+Green+Blue) = 186+57+43=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA392B is #45C6D4. Grayscale: #5E5E5E. Windows color (decimal): -4572885 or 2832826. OLE color: 2832826.
HSL color Cylindrical-coordinate representation of color #BA392B: hue angle of 5.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA392B is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 57 | 43 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.27 |
| HSL | 5.87º | 0.62% | 0.45% | - |
| HSV(B) | 5.87º | 0.77% | 0.73% | - |
| XYZ | 22.15 | 13.54 | 3.73 | - |
| YUV | 93.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 57 | 43 | 0 | 0.69 | 0.77 | 0.27 | 5.87 | 0.62 | 0.45 |
| Hex | BA | 39 | 2B | 0 | 45 | 4D | 1B | 6 | 3E | 2D |
| Octal | 272 | 71 | 53 | 0 | 105 | 115 | 33 | 6 | 76 | 55 |
| Binary | 10111010 | 111001 | 101011 | 0 | 1000101 | 1001101 | 11011 | 110 | 111110 | 101101 |
Color Harmonies of #BA392B
Complementary color
Monochromatic Colors of #BA392B
Black with #BA392B
Text Example
Text Example
White with #BA392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA392B; }
p { color: rgb(186,57,43); }
H1.HeaderClassName
{
color: #BA392B;
}
.AnyTagClassName
{
color: #BA392B;
}
</style>
background-color css
<style>
a { background-color: #BA392B; }
a { background-color: rgb(186,57,43); }
div.DivClassName
{
background-color: #BA392B;
}
.BgClassName
{
background-color: #BA392B;
}
</style>
border-color css
<style>
span { border-color: #BA392B; }
span { border-color: rgb(186,57,43); }
td.TdClassName
{
border-color: #BA392B;
}
.TagClassName
{
border-color: #BA392B;
}
</style>