Shades of Medium Carmine #BA372D
Tints of Medium Carmine #BA372D
RGB
CMYK
RGB Variations
Color information
#BA372D (or 0xBA372D) is known color: Medium Carmine. HEX triplet: BA, 37 and 2D. RGB value is (186,55,45). Sum of RGB (Red+Green+Blue) = 186+55+45=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA372D is #45C8D2. Grayscale: #5D5D5D. Windows color (decimal): -4573395 or 2963386. OLE color: 2963386.
HSL color Cylindrical-coordinate representation of color #BA372D: hue angle of 4.26º degrees, saturation: 0.61, 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 #BA372D is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 45 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.27 |
| HSL | 4.26º | 0.61% | 0.45% | - |
| HSV(B) | 4.26º | 0.76% | 0.73% | - |
| XYZ | 22.09 | 13.36 | 3.9 | - |
| YUV | 93.03 | 100.9 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 45 | 0 | 0.70 | 0.76 | 0.27 | 4.26 | 0.61 | 0.45 |
| Hex | BA | 37 | 2D | 0 | 46 | 4C | 1B | 4 | 3D | 2D |
| Octal | 272 | 67 | 55 | 0 | 106 | 114 | 33 | 4 | 75 | 55 |
| Binary | 10111010 | 110111 | 101101 | 0 | 1000110 | 1001100 | 11011 | 100 | 111101 | 101101 |
Color Harmonies of #BA372D
Complementary color
Monochromatic Colors of #BA372D
Black with #BA372D
Text Example
Text Example
White with #BA372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA372D; }
p { color: rgb(186,55,45); }
H1.HeaderClassName
{
color: #BA372D;
}
.AnyTagClassName
{
color: #BA372D;
}
</style>
background-color css
<style>
a { background-color: #BA372D; }
a { background-color: rgb(186,55,45); }
div.DivClassName
{
background-color: #BA372D;
}
.BgClassName
{
background-color: #BA372D;
}
</style>
border-color css
<style>
span { border-color: #BA372D; }
span { border-color: rgb(186,55,45); }
td.TdClassName
{
border-color: #BA372D;
}
.TagClassName
{
border-color: #BA372D;
}
</style>