Shades of Medium Carmine #BA3B38
Tints of Medium Carmine #BA3B38
RGB
CMYK
RGB Variations
Color information
#BA3B38 (or 0xBA3B38) is known color: Medium Carmine. HEX triplet: BA, 3B and 38. RGB value is (186,59,56). Sum of RGB (Red+Green+Blue) = 186+59+56=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B38 is #45C4C7. Grayscale: #606060. Windows color (decimal): -4572360 or 3685306. OLE color: 3685306.
HSL color Cylindrical-coordinate representation of color #BA3B38: hue angle of 1.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3B38 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 56 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.27 |
| HSL | 1.38º | 0.54% | 0.47% | - |
| HSV(B) | 1.38º | 0.7% | 0.73% | - |
| XYZ | 22.53 | 13.85 | 5.23 | - |
| YUV | 96.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 56 | 0 | 0.68 | 0.70 | 0.27 | 1.38 | 0.54 | 0.47 |
| Hex | BA | 3B | 38 | 0 | 44 | 46 | 1B | 1 | 36 | 2F |
| Octal | 272 | 73 | 70 | 0 | 104 | 106 | 33 | 1 | 66 | 57 |
| Binary | 10111010 | 111011 | 111000 | 0 | 1000100 | 1000110 | 11011 | 1 | 110110 | 101111 |
Color Harmonies of #BA3B38
Complementary color
Monochromatic Colors of #BA3B38
Black with #BA3B38
Text Example
Text Example
White with #BA3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B38; }
p { color: rgb(186,59,56); }
H1.HeaderClassName
{
color: #BA3B38;
}
.AnyTagClassName
{
color: #BA3B38;
}
</style>
background-color css
<style>
a { background-color: #BA3B38; }
a { background-color: rgb(186,59,56); }
div.DivClassName
{
background-color: #BA3B38;
}
.BgClassName
{
background-color: #BA3B38;
}
</style>
border-color css
<style>
span { border-color: #BA3B38; }
span { border-color: rgb(186,59,56); }
td.TdClassName
{
border-color: #BA3B38;
}
.TagClassName
{
border-color: #BA3B38;
}
</style>