Shades of Medium Carmine #BA3C25
Tints of Medium Carmine #BA3C25
RGB
CMYK
RGB Variations
Color information
#BA3C25 (or 0xBA3C25) is known color: Medium Carmine. HEX triplet: BA, 3C and 25. RGB value is (186,60,37). Sum of RGB (Red+Green+Blue) = 186+60+37=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C25 is #45C3DA. Grayscale: #5F5F5F. Windows color (decimal): -4572123 or 2440378. OLE color: 2440378.
HSL color Cylindrical-coordinate representation of color #BA3C25: hue angle of 9.26º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3C25 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 37 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.27 |
| HSL | 9.26º | 0.67% | 0.44% | - |
| HSV(B) | 9.26º | 0.8% | 0.73% | - |
| XYZ | 22.2 | 13.8 | 3.24 | - |
| YUV | 95.05 | 95.24 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 37 | 0 | 0.68 | 0.80 | 0.27 | 9.26 | 0.67 | 0.44 |
| Hex | BA | 3C | 25 | 0 | 44 | 50 | 1B | 9 | 43 | 2C |
| Octal | 272 | 74 | 45 | 0 | 104 | 120 | 33 | 11 | 103 | 54 |
| Binary | 10111010 | 111100 | 100101 | 0 | 1000100 | 1010000 | 11011 | 1001 | 1000011 | 101100 |
Color Harmonies of #BA3C25
Complementary color
Monochromatic Colors of #BA3C25
Black with #BA3C25
Text Example
Text Example
White with #BA3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C25; }
p { color: rgb(186,60,37); }
H1.HeaderClassName
{
color: #BA3C25;
}
.AnyTagClassName
{
color: #BA3C25;
}
</style>
background-color css
<style>
a { background-color: #BA3C25; }
a { background-color: rgb(186,60,37); }
div.DivClassName
{
background-color: #BA3C25;
}
.BgClassName
{
background-color: #BA3C25;
}
</style>
border-color css
<style>
span { border-color: #BA3C25; }
span { border-color: rgb(186,60,37); }
td.TdClassName
{
border-color: #BA3C25;
}
.TagClassName
{
border-color: #BA3C25;
}
</style>