Shades of Medium Carmine #BA3D2E
Tints of Medium Carmine #BA3D2E
RGB
CMYK
RGB Variations
Color information
#BA3D2E (or 0xBA3D2E) is known color: Medium Carmine. HEX triplet: BA, 3D and 2E. RGB value is (186,61,46). Sum of RGB (Red+Green+Blue) = 186+61+46=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D2E is #45C2D1. Grayscale: #606060. Windows color (decimal): -4571858 or 3030458. OLE color: 3030458.
HSL color Cylindrical-coordinate representation of color #BA3D2E: hue angle of 6.43º 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 #BA3D2E is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 46 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.27 |
| HSL | 6.43º | 0.6% | 0.45% | - |
| HSV(B) | 6.43º | 0.75% | 0.73% | - |
| XYZ | 22.41 | 13.97 | 4.1 | - |
| YUV | 96.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 46 | 0 | 0.67 | 0.75 | 0.27 | 6.43 | 0.6 | 0.45 |
| Hex | BA | 3D | 2E | 0 | 43 | 4B | 1B | 6 | 3C | 2D |
| Octal | 272 | 75 | 56 | 0 | 103 | 113 | 33 | 6 | 74 | 55 |
| Binary | 10111010 | 111101 | 101110 | 0 | 1000011 | 1001011 | 11011 | 110 | 111100 | 101101 |
Color Harmonies of #BA3D2E
Complementary color
Monochromatic Colors of #BA3D2E
Black with #BA3D2E
Text Example
Text Example
White with #BA3D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D2E; }
p { color: rgb(186,61,46); }
H1.HeaderClassName
{
color: #BA3D2E;
}
.AnyTagClassName
{
color: #BA3D2E;
}
</style>
background-color css
<style>
a { background-color: #BA3D2E; }
a { background-color: rgb(186,61,46); }
div.DivClassName
{
background-color: #BA3D2E;
}
.BgClassName
{
background-color: #BA3D2E;
}
</style>
border-color css
<style>
span { border-color: #BA3D2E; }
span { border-color: rgb(186,61,46); }
td.TdClassName
{
border-color: #BA3D2E;
}
.TagClassName
{
border-color: #BA3D2E;
}
</style>