Shades of Medium Carmine #BA3A38
Tints of Medium Carmine #BA3A38
RGB
CMYK
RGB Variations
Color information
#BA3A38 (or 0xBA3A38) is known color: Medium Carmine. HEX triplet: BA, 3A and 38. RGB value is (186,58,56). Sum of RGB (Red+Green+Blue) = 186+58+56=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A38 is #45C5C7. Grayscale: #606060. Windows color (decimal): -4572616 or 3685050. OLE color: 3685050.
HSL color Cylindrical-coordinate representation of color #BA3A38: hue angle of 0.92º 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 #BA3A38 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 56 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.27 |
| HSL | 0.92º | 0.54% | 0.47% | - |
| HSV(B) | 0.92º | 0.7% | 0.73% | - |
| XYZ | 22.48 | 13.75 | 5.21 | - |
| YUV | 96.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 56 | 0 | 0.69 | 0.70 | 0.27 | 0.92 | 0.54 | 0.47 |
| Hex | BA | 3A | 38 | 0 | 45 | 46 | 1B | 1 | 36 | 2F |
| Octal | 272 | 72 | 70 | 0 | 105 | 106 | 33 | 1 | 66 | 57 |
| Binary | 10111010 | 111010 | 111000 | 0 | 1000101 | 1000110 | 11011 | 1 | 110110 | 101111 |
Color Harmonies of #BA3A38
Complementary color
Monochromatic Colors of #BA3A38
Black with #BA3A38
Text Example
Text Example
White with #BA3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A38; }
p { color: rgb(186,58,56); }
H1.HeaderClassName
{
color: #BA3A38;
}
.AnyTagClassName
{
color: #BA3A38;
}
</style>
background-color css
<style>
a { background-color: #BA3A38; }
a { background-color: rgb(186,58,56); }
div.DivClassName
{
background-color: #BA3A38;
}
.BgClassName
{
background-color: #BA3A38;
}
</style>
border-color css
<style>
span { border-color: #BA3A38; }
span { border-color: rgb(186,58,56); }
td.TdClassName
{
border-color: #BA3A38;
}
.TagClassName
{
border-color: #BA3A38;
}
</style>