Shades of Medium Carmine #BA3F2E
Tints of Medium Carmine #BA3F2E
RGB
CMYK
RGB Variations
Color information
#BA3F2E (or 0xBA3F2E) is known color: Medium Carmine. HEX triplet: BA, 3F and 2E. RGB value is (186,63,46). Sum of RGB (Red+Green+Blue) = 186+63+46=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F2E is #45C0D1. Grayscale: #626262. Windows color (decimal): -4571346 or 3030970. OLE color: 3030970.
HSL color Cylindrical-coordinate representation of color #BA3F2E: hue angle of 7.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3F2E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 46 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.27 |
| HSL | 7.29º | 0.6% | 0.45% | - |
| HSV(B) | 7.29º | 0.75% | 0.73% | - |
| XYZ | 22.52 | 14.19 | 4.14 | - |
| YUV | 97.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 46 | 0 | 0.66 | 0.75 | 0.27 | 7.29 | 0.6 | 0.45 |
| Hex | BA | 3F | 2E | 0 | 42 | 4B | 1B | 7 | 3C | 2D |
| Octal | 272 | 77 | 56 | 0 | 102 | 113 | 33 | 7 | 74 | 55 |
| Binary | 10111010 | 111111 | 101110 | 0 | 1000010 | 1001011 | 11011 | 111 | 111100 | 101101 |
Color Harmonies of #BA3F2E
Complementary color
Monochromatic Colors of #BA3F2E
Black with #BA3F2E
Text Example
Text Example
White with #BA3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F2E; }
p { color: rgb(186,63,46); }
H1.HeaderClassName
{
color: #BA3F2E;
}
.AnyTagClassName
{
color: #BA3F2E;
}
</style>
background-color css
<style>
a { background-color: #BA3F2E; }
a { background-color: rgb(186,63,46); }
div.DivClassName
{
background-color: #BA3F2E;
}
.BgClassName
{
background-color: #BA3F2E;
}
</style>
border-color css
<style>
span { border-color: #BA3F2E; }
span { border-color: rgb(186,63,46); }
td.TdClassName
{
border-color: #BA3F2E;
}
.TagClassName
{
border-color: #BA3F2E;
}
</style>