Shades of Medium Carmine #BA412E
Tints of Medium Carmine #BA412E
RGB
CMYK
RGB Variations
Color information
#BA412E (or 0xBA412E) is known color: Medium Carmine. HEX triplet: BA, 41 and 2E. RGB value is (186,65,46). Sum of RGB (Red+Green+Blue) = 186+65+46=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA412E is #45BED1. Grayscale: #636363. Windows color (decimal): -4570834 or 3031482. OLE color: 3031482.
HSL color Cylindrical-coordinate representation of color #BA412E: hue angle of 8.14º 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 #BA412E is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 46 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.27 |
| HSL | 8.14º | 0.6% | 0.45% | - |
| HSV(B) | 8.14º | 0.75% | 0.73% | - |
| XYZ | 22.63 | 14.42 | 4.17 | - |
| YUV | 99.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 46 | 0 | 0.65 | 0.75 | 0.27 | 8.14 | 0.6 | 0.45 |
| Hex | BA | 41 | 2E | 0 | 41 | 4B | 1B | 8 | 3C | 2D |
| Octal | 272 | 101 | 56 | 0 | 101 | 113 | 33 | 10 | 74 | 55 |
| Binary | 10111010 | 1000001 | 101110 | 0 | 1000001 | 1001011 | 11011 | 1000 | 111100 | 101101 |
Color Harmonies of #BA412E
Complementary color
Monochromatic Colors of #BA412E
Black with #BA412E
Text Example
Text Example
White with #BA412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA412E; }
p { color: rgb(186,65,46); }
H1.HeaderClassName
{
color: #BA412E;
}
.AnyTagClassName
{
color: #BA412E;
}
</style>
background-color css
<style>
a { background-color: #BA412E; }
a { background-color: rgb(186,65,46); }
div.DivClassName
{
background-color: #BA412E;
}
.BgClassName
{
background-color: #BA412E;
}
</style>
border-color css
<style>
span { border-color: #BA412E; }
span { border-color: rgb(186,65,46); }
td.TdClassName
{
border-color: #BA412E;
}
.TagClassName
{
border-color: #BA412E;
}
</style>