Shades of Medium Carmine #BA413B
Tints of Medium Carmine #BA413B
RGB
CMYK
RGB Variations
Color information
#BA413B (or 0xBA413B) is known color: Medium Carmine. HEX triplet: BA, 41 and 3B. RGB value is (186,65,59). Sum of RGB (Red+Green+Blue) = 186+65+59=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA413B is #45BEC4. Grayscale: #646464. Windows color (decimal): -4570821 or 3883450. OLE color: 3883450.
HSL color Cylindrical-coordinate representation of color #BA413B: hue angle of 2.83º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA413B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 59 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.27 |
| HSL | 2.83º | 0.52% | 0.48% | - |
| HSV(B) | 2.83º | 0.68% | 0.73% | - |
| XYZ | 22.93 | 14.54 | 5.73 | - |
| YUV | 100.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 59 | 0 | 0.65 | 0.68 | 0.27 | 2.83 | 0.52 | 0.48 |
| Hex | BA | 41 | 3B | 0 | 41 | 44 | 1B | 3 | 34 | 30 |
| Octal | 272 | 101 | 73 | 0 | 101 | 104 | 33 | 3 | 64 | 60 |
| Binary | 10111010 | 1000001 | 111011 | 0 | 1000001 | 1000100 | 11011 | 11 | 110100 | 110000 |
Color Harmonies of #BA413B
Complementary color
Monochromatic Colors of #BA413B
Black with #BA413B
Text Example
Text Example
White with #BA413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA413B; }
p { color: rgb(186,65,59); }
H1.HeaderClassName
{
color: #BA413B;
}
.AnyTagClassName
{
color: #BA413B;
}
</style>
background-color css
<style>
a { background-color: #BA413B; }
a { background-color: rgb(186,65,59); }
div.DivClassName
{
background-color: #BA413B;
}
.BgClassName
{
background-color: #BA413B;
}
</style>
border-color css
<style>
span { border-color: #BA413B; }
span { border-color: rgb(186,65,59); }
td.TdClassName
{
border-color: #BA413B;
}
.TagClassName
{
border-color: #BA413B;
}
</style>