Shades of Medium Carmine #BA3D38
Tints of Medium Carmine #BA3D38
RGB
CMYK
RGB Variations
Color information
#BA3D38 (or 0xBA3D38) is known color: Medium Carmine. HEX triplet: BA, 3D and 38. RGB value is (186,61,56). Sum of RGB (Red+Green+Blue) = 186+61+56=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D38 is #45C2C7. Grayscale: #616161. Windows color (decimal): -4571848 or 3685818. OLE color: 3685818.
HSL color Cylindrical-coordinate representation of color #BA3D38: hue angle of 2.31º 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 #BA3D38 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 56 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.27 |
| HSL | 2.31º | 0.54% | 0.47% | - |
| HSV(B) | 2.31º | 0.7% | 0.73% | - |
| XYZ | 22.63 | 14.06 | 5.26 | - |
| YUV | 97.81 | 104.41 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 56 | 0 | 0.67 | 0.70 | 0.27 | 2.31 | 0.54 | 0.47 |
| Hex | BA | 3D | 38 | 0 | 43 | 46 | 1B | 2 | 36 | 2F |
| Octal | 272 | 75 | 70 | 0 | 103 | 106 | 33 | 2 | 66 | 57 |
| Binary | 10111010 | 111101 | 111000 | 0 | 1000011 | 1000110 | 11011 | 10 | 110110 | 101111 |
Color Harmonies of #BA3D38
Complementary color
Monochromatic Colors of #BA3D38
Black with #BA3D38
Text Example
Text Example
White with #BA3D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D38; }
p { color: rgb(186,61,56); }
H1.HeaderClassName
{
color: #BA3D38;
}
.AnyTagClassName
{
color: #BA3D38;
}
</style>
background-color css
<style>
a { background-color: #BA3D38; }
a { background-color: rgb(186,61,56); }
div.DivClassName
{
background-color: #BA3D38;
}
.BgClassName
{
background-color: #BA3D38;
}
</style>
border-color css
<style>
span { border-color: #BA3D38; }
span { border-color: rgb(186,61,56); }
td.TdClassName
{
border-color: #BA3D38;
}
.TagClassName
{
border-color: #BA3D38;
}
</style>