Shades of Medium Carmine #BA3E3C
Tints of Medium Carmine #BA3E3C
RGB
CMYK
RGB Variations
Color information
#BA3E3C (or 0xBA3E3C) is known color: Medium Carmine. HEX triplet: BA, 3E and 3C. RGB value is (186,62,60). Sum of RGB (Red+Green+Blue) = 186+62+60=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E3C is #45C1C3. Grayscale: #626262. Windows color (decimal): -4571588 or 3948218. OLE color: 3948218.
HSL color Cylindrical-coordinate representation of color #BA3E3C: hue angle of 0.95º degrees, saturation: 0.51, 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 #BA3E3C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 60 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.27 |
| HSL | 0.95º | 0.51% | 0.48% | - |
| HSV(B) | 0.95º | 0.68% | 0.73% | - |
| XYZ | 22.79 | 14.21 | 5.82 | - |
| YUV | 98.85 | 106.08 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 60 | 0 | 0.67 | 0.68 | 0.27 | 0.95 | 0.51 | 0.48 |
| Hex | BA | 3E | 3C | 0 | 43 | 44 | 1B | 1 | 33 | 30 |
| Octal | 272 | 76 | 74 | 0 | 103 | 104 | 33 | 1 | 63 | 60 |
| Binary | 10111010 | 111110 | 111100 | 0 | 1000011 | 1000100 | 11011 | 1 | 110011 | 110000 |
Color Harmonies of #BA3E3C
Complementary color
Monochromatic Colors of #BA3E3C
Black with #BA3E3C
Text Example
Text Example
White with #BA3E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E3C; }
p { color: rgb(186,62,60); }
H1.HeaderClassName
{
color: #BA3E3C;
}
.AnyTagClassName
{
color: #BA3E3C;
}
</style>
background-color css
<style>
a { background-color: #BA3E3C; }
a { background-color: rgb(186,62,60); }
div.DivClassName
{
background-color: #BA3E3C;
}
.BgClassName
{
background-color: #BA3E3C;
}
</style>
border-color css
<style>
span { border-color: #BA3E3C; }
span { border-color: rgb(186,62,60); }
td.TdClassName
{
border-color: #BA3E3C;
}
.TagClassName
{
border-color: #BA3E3C;
}
</style>