Shades of Medium Carmine #BA3E2D
Tints of Medium Carmine #BA3E2D
RGB
CMYK
RGB Variations
Color information
#BA3E2D (or 0xBA3E2D) is known color: Medium Carmine. HEX triplet: BA, 3E and 2D. RGB value is (186,62,45). Sum of RGB (Red+Green+Blue) = 186+62+45=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E2D is #45C1D2. Grayscale: #616161. Windows color (decimal): -4571603 or 2965178. OLE color: 2965178.
HSL color Cylindrical-coordinate representation of color #BA3E2D: hue angle of 7.23º 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 #BA3E2D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 45 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.27 |
| HSL | 7.23º | 0.61% | 0.45% | - |
| HSV(B) | 7.23º | 0.76% | 0.73% | - |
| XYZ | 22.45 | 14.07 | 4.02 | - |
| YUV | 97.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 45 | 0 | 0.67 | 0.76 | 0.27 | 7.23 | 0.61 | 0.45 |
| Hex | BA | 3E | 2D | 0 | 43 | 4C | 1B | 7 | 3D | 2D |
| Octal | 272 | 76 | 55 | 0 | 103 | 114 | 33 | 7 | 75 | 55 |
| Binary | 10111010 | 111110 | 101101 | 0 | 1000011 | 1001100 | 11011 | 111 | 111101 | 101101 |
Color Harmonies of #BA3E2D
Complementary color
Monochromatic Colors of #BA3E2D
Black with #BA3E2D
Text Example
Text Example
White with #BA3E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E2D; }
p { color: rgb(186,62,45); }
H1.HeaderClassName
{
color: #BA3E2D;
}
.AnyTagClassName
{
color: #BA3E2D;
}
</style>
background-color css
<style>
a { background-color: #BA3E2D; }
a { background-color: rgb(186,62,45); }
div.DivClassName
{
background-color: #BA3E2D;
}
.BgClassName
{
background-color: #BA3E2D;
}
</style>
border-color css
<style>
span { border-color: #BA3E2D; }
span { border-color: rgb(186,62,45); }
td.TdClassName
{
border-color: #BA3E2D;
}
.TagClassName
{
border-color: #BA3E2D;
}
</style>