Shades of Medium Carmine #BA382F
Tints of Medium Carmine #BA382F
RGB
CMYK
RGB Variations
Color information
#BA382F (or 0xBA382F) is known color: Medium Carmine. HEX triplet: BA, 38 and 2F. RGB value is (186,56,47). Sum of RGB (Red+Green+Blue) = 186+56+47=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA382F is #45C7D0. Grayscale: #5E5E5E. Windows color (decimal): -4573137 or 3094714. OLE color: 3094714.
HSL color Cylindrical-coordinate representation of color #BA382F: hue angle of 3.88º 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 #BA382F is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 47 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.27 |
| HSL | 3.88º | 0.6% | 0.46% | - |
| HSV(B) | 3.88º | 0.75% | 0.73% | - |
| XYZ | 22.18 | 13.47 | 4.12 | - |
| YUV | 93.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 47 | 0 | 0.70 | 0.75 | 0.27 | 3.88 | 0.6 | 0.46 |
| Hex | BA | 38 | 2F | 0 | 46 | 4B | 1B | 4 | 3C | 2E |
| Octal | 272 | 70 | 57 | 0 | 106 | 113 | 33 | 4 | 74 | 56 |
| Binary | 10111010 | 111000 | 101111 | 0 | 1000110 | 1001011 | 11011 | 100 | 111100 | 101110 |
Color Harmonies of #BA382F
Complementary color
Monochromatic Colors of #BA382F
Black with #BA382F
Text Example
Text Example
White with #BA382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA382F; }
p { color: rgb(186,56,47); }
H1.HeaderClassName
{
color: #BA382F;
}
.AnyTagClassName
{
color: #BA382F;
}
</style>
background-color css
<style>
a { background-color: #BA382F; }
a { background-color: rgb(186,56,47); }
div.DivClassName
{
background-color: #BA382F;
}
.BgClassName
{
background-color: #BA382F;
}
</style>
border-color css
<style>
span { border-color: #BA382F; }
span { border-color: rgb(186,56,47); }
td.TdClassName
{
border-color: #BA382F;
}
.TagClassName
{
border-color: #BA382F;
}
</style>