Shades of Medium Carmine #BA3D3C
Tints of Medium Carmine #BA3D3C
RGB
CMYK
RGB Variations
Color information
#BA3D3C (or 0xBA3D3C) is known color: Medium Carmine. HEX triplet: BA, 3D and 3C. RGB value is (186,61,60). Sum of RGB (Red+Green+Blue) = 186+61+60=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D3C is #45C2C3. Grayscale: #626262. Windows color (decimal): -4571844 or 3947962. OLE color: 3947962.
HSL color Cylindrical-coordinate representation of color #BA3D3C: hue angle of 0.48º 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 #BA3D3C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 60 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.27 |
| HSL | 0.48º | 0.51% | 0.48% | - |
| HSV(B) | 0.48º | 0.68% | 0.73% | - |
| XYZ | 22.73 | 14.1 | 5.8 | - |
| YUV | 98.26 | 106.41 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 60 | 0 | 0.67 | 0.68 | 0.27 | 0.48 | 0.51 | 0.48 |
| Hex | BA | 3D | 3C | 0 | 43 | 44 | 1B | 0 | 33 | 30 |
| Octal | 272 | 75 | 74 | 0 | 103 | 104 | 33 | 0 | 63 | 60 |
| Binary | 10111010 | 111101 | 111100 | 0 | 1000011 | 1000100 | 11011 | 0 | 110011 | 110000 |
Color Harmonies of #BA3D3C
Complementary color
Monochromatic Colors of #BA3D3C
Black with #BA3D3C
Text Example
Text Example
White with #BA3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D3C; }
p { color: rgb(186,61,60); }
H1.HeaderClassName
{
color: #BA3D3C;
}
.AnyTagClassName
{
color: #BA3D3C;
}
</style>
background-color css
<style>
a { background-color: #BA3D3C; }
a { background-color: rgb(186,61,60); }
div.DivClassName
{
background-color: #BA3D3C;
}
.BgClassName
{
background-color: #BA3D3C;
}
</style>
border-color css
<style>
span { border-color: #BA3D3C; }
span { border-color: rgb(186,61,60); }
td.TdClassName
{
border-color: #BA3D3C;
}
.TagClassName
{
border-color: #BA3D3C;
}
</style>