Shades of Medium Carmine #BA3F3C
Tints of Medium Carmine #BA3F3C
RGB
CMYK
RGB Variations
Color information
#BA3F3C (or 0xBA3F3C) is known color: Medium Carmine. HEX triplet: BA, 3F and 3C. RGB value is (186,63,60). Sum of RGB (Red+Green+Blue) = 186+63+60=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F3C is #45C0C3. Grayscale: #636363. Windows color (decimal): -4571332 or 3948474. OLE color: 3948474.
HSL color Cylindrical-coordinate representation of color #BA3F3C: hue angle of 1.43º 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 #BA3F3C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 60 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.27 |
| HSL | 1.43º | 0.51% | 0.48% | - |
| HSV(B) | 1.43º | 0.68% | 0.73% | - |
| XYZ | 22.84 | 14.32 | 5.84 | - |
| YUV | 99.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 60 | 0 | 0.66 | 0.68 | 0.27 | 1.43 | 0.51 | 0.48 |
| Hex | BA | 3F | 3C | 0 | 42 | 44 | 1B | 1 | 33 | 30 |
| Octal | 272 | 77 | 74 | 0 | 102 | 104 | 33 | 1 | 63 | 60 |
| Binary | 10111010 | 111111 | 111100 | 0 | 1000010 | 1000100 | 11011 | 1 | 110011 | 110000 |
Color Harmonies of #BA3F3C
Complementary color
Monochromatic Colors of #BA3F3C
Black with #BA3F3C
Text Example
Text Example
White with #BA3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F3C; }
p { color: rgb(186,63,60); }
H1.HeaderClassName
{
color: #BA3F3C;
}
.AnyTagClassName
{
color: #BA3F3C;
}
</style>
background-color css
<style>
a { background-color: #BA3F3C; }
a { background-color: rgb(186,63,60); }
div.DivClassName
{
background-color: #BA3F3C;
}
.BgClassName
{
background-color: #BA3F3C;
}
</style>
border-color css
<style>
span { border-color: #BA3F3C; }
span { border-color: rgb(186,63,60); }
td.TdClassName
{
border-color: #BA3F3C;
}
.TagClassName
{
border-color: #BA3F3C;
}
</style>