Shades of Medium Carmine #BA382C
Tints of Medium Carmine #BA382C
RGB
CMYK
RGB Variations
Color information
#BA382C (or 0xBA382C) is known color: Medium Carmine. HEX triplet: BA, 38 and 2C. RGB value is (186,56,44). Sum of RGB (Red+Green+Blue) = 186+56+44=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA382C is #45C7D3. Grayscale: #5D5D5D. Windows color (decimal): -4573140 or 2898106. OLE color: 2898106.
HSL color Cylindrical-coordinate representation of color #BA382C: hue angle of 5.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA382C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 44 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.27 |
| HSL | 5.07º | 0.62% | 0.45% | - |
| HSV(B) | 5.07º | 0.76% | 0.73% | - |
| XYZ | 22.12 | 13.45 | 3.81 | - |
| YUV | 93.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 44 | 0 | 0.70 | 0.76 | 0.27 | 5.07 | 0.62 | 0.45 |
| Hex | BA | 38 | 2C | 0 | 46 | 4C | 1B | 5 | 3E | 2D |
| Octal | 272 | 70 | 54 | 0 | 106 | 114 | 33 | 5 | 76 | 55 |
| Binary | 10111010 | 111000 | 101100 | 0 | 1000110 | 1001100 | 11011 | 101 | 111110 | 101101 |
Color Harmonies of #BA382C
Complementary color
Monochromatic Colors of #BA382C
Black with #BA382C
Text Example
Text Example
White with #BA382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA382C; }
p { color: rgb(186,56,44); }
H1.HeaderClassName
{
color: #BA382C;
}
.AnyTagClassName
{
color: #BA382C;
}
</style>
background-color css
<style>
a { background-color: #BA382C; }
a { background-color: rgb(186,56,44); }
div.DivClassName
{
background-color: #BA382C;
}
.BgClassName
{
background-color: #BA382C;
}
</style>
border-color css
<style>
span { border-color: #BA382C; }
span { border-color: rgb(186,56,44); }
td.TdClassName
{
border-color: #BA382C;
}
.TagClassName
{
border-color: #BA382C;
}
</style>