Shades of Medium Carmine #BA413E
Tints of Medium Carmine #BA413E
RGB
CMYK
RGB Variations
Color information
#BA413E (or 0xBA413E) is known color: Medium Carmine. HEX triplet: BA, 41 and 3E. RGB value is (186,65,62). Sum of RGB (Red+Green+Blue) = 186+65+62=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA413E is #45BEC1. Grayscale: #646464. Windows color (decimal): -4570818 or 4080058. OLE color: 4080058.
HSL color Cylindrical-coordinate representation of color #BA413E: hue angle of 1.45º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA413E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 62 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.27 |
| HSL | 1.45º | 0.5% | 0.49% | - |
| HSV(B) | 1.45º | 0.67% | 0.73% | - |
| XYZ | 23.01 | 14.57 | 6.16 | - |
| YUV | 100.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 62 | 0 | 0.65 | 0.67 | 0.27 | 1.45 | 0.5 | 0.49 |
| Hex | BA | 41 | 3E | 0 | 41 | 43 | 1B | 1 | 32 | 31 |
| Octal | 272 | 101 | 76 | 0 | 101 | 103 | 33 | 1 | 62 | 61 |
| Binary | 10111010 | 1000001 | 111110 | 0 | 1000001 | 1000011 | 11011 | 1 | 110010 | 110001 |
Color Harmonies of #BA413E
Complementary color
Monochromatic Colors of #BA413E
Black with #BA413E
Text Example
Text Example
White with #BA413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA413E; }
p { color: rgb(186,65,62); }
H1.HeaderClassName
{
color: #BA413E;
}
.AnyTagClassName
{
color: #BA413E;
}
</style>
background-color css
<style>
a { background-color: #BA413E; }
a { background-color: rgb(186,65,62); }
div.DivClassName
{
background-color: #BA413E;
}
.BgClassName
{
background-color: #BA413E;
}
</style>
border-color css
<style>
span { border-color: #BA413E; }
span { border-color: rgb(186,65,62); }
td.TdClassName
{
border-color: #BA413E;
}
.TagClassName
{
border-color: #BA413E;
}
</style>