Shades of Medium Carmine #BA413D
Tints of Medium Carmine #BA413D
RGB
CMYK
RGB Variations
Color information
#BA413D (or 0xBA413D) is known color: Medium Carmine. HEX triplet: BA, 41 and 3D. RGB value is (186,65,61). Sum of RGB (Red+Green+Blue) = 186+65+61=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA413D is #45BEC2. Grayscale: #646464. Windows color (decimal): -4570819 or 4014522. OLE color: 4014522.
HSL color Cylindrical-coordinate representation of color #BA413D: hue angle of 1.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA413D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 61 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.27 |
| HSL | 1.92º | 0.51% | 0.48% | - |
| HSV(B) | 1.92º | 0.67% | 0.73% | - |
| XYZ | 22.98 | 14.56 | 6.01 | - |
| YUV | 100.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 61 | 0 | 0.65 | 0.67 | 0.27 | 1.92 | 0.51 | 0.48 |
| Hex | BA | 41 | 3D | 0 | 41 | 43 | 1B | 2 | 33 | 30 |
| Octal | 272 | 101 | 75 | 0 | 101 | 103 | 33 | 2 | 63 | 60 |
| Binary | 10111010 | 1000001 | 111101 | 0 | 1000001 | 1000011 | 11011 | 10 | 110011 | 110000 |
Color Harmonies of #BA413D
Complementary color
Monochromatic Colors of #BA413D
Black with #BA413D
Text Example
Text Example
White with #BA413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA413D; }
p { color: rgb(186,65,61); }
H1.HeaderClassName
{
color: #BA413D;
}
.AnyTagClassName
{
color: #BA413D;
}
</style>
background-color css
<style>
a { background-color: #BA413D; }
a { background-color: rgb(186,65,61); }
div.DivClassName
{
background-color: #BA413D;
}
.BgClassName
{
background-color: #BA413D;
}
</style>
border-color css
<style>
span { border-color: #BA413D; }
span { border-color: rgb(186,65,61); }
td.TdClassName
{
border-color: #BA413D;
}
.TagClassName
{
border-color: #BA413D;
}
</style>