Shades of Grenadier #BA4C3C
Tints of Grenadier #BA4C3C
RGB
CMYK
RGB Variations
Color information
#BA4C3C (or 0xBA4C3C) is known color: Grenadier. HEX triplet: BA, 4C and 3C. RGB value is (186,76,60). Sum of RGB (Red+Green+Blue) = 186+76+60=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C3C is #45B3C3. Grayscale: #6B6B6B. Windows color (decimal): -4568004 or 3951802. OLE color: 3951802.
HSL color Cylindrical-coordinate representation of color #BA4C3C: hue angle of 7.62º 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 #BA4C3C is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 60 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.27 |
| HSL | 7.62º | 0.51% | 0.48% | - |
| HSV(B) | 7.62º | 0.68% | 0.73% | - |
| XYZ | 23.65 | 15.93 | 6.1 | - |
| YUV | 107.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 60 | 0 | 0.59 | 0.68 | 0.27 | 7.62 | 0.51 | 0.48 |
| Hex | BA | 4C | 3C | 0 | 3B | 44 | 1B | 8 | 33 | 30 |
| Octal | 272 | 114 | 74 | 0 | 73 | 104 | 33 | 10 | 63 | 60 |
| Binary | 10111010 | 1001100 | 111100 | 0 | 111011 | 1000100 | 11011 | 1000 | 110011 | 110000 |
Color Harmonies of #BA4C3C
Complementary color
Monochromatic Colors of #BA4C3C
Black with #BA4C3C
Text Example
Text Example
White with #BA4C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C3C; }
p { color: rgb(186,76,60); }
H1.HeaderClassName
{
color: #BA4C3C;
}
.AnyTagClassName
{
color: #BA4C3C;
}
</style>
background-color css
<style>
a { background-color: #BA4C3C; }
a { background-color: rgb(186,76,60); }
div.DivClassName
{
background-color: #BA4C3C;
}
.BgClassName
{
background-color: #BA4C3C;
}
</style>
border-color css
<style>
span { border-color: #BA4C3C; }
span { border-color: rgb(186,76,60); }
td.TdClassName
{
border-color: #BA4C3C;
}
.TagClassName
{
border-color: #BA4C3C;
}
</style>