Shades of Grenadier #BA463C
Tints of Grenadier #BA463C
RGB
CMYK
RGB Variations
Color information
#BA463C (or 0xBA463C) is known color: Grenadier. HEX triplet: BA, 46 and 3C. RGB value is (186,70,60). Sum of RGB (Red+Green+Blue) = 186+70+60=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA463C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA463C is #45B9C3. Grayscale: #676767. Windows color (decimal): -4569540 or 3950266. OLE color: 3950266.
HSL color Cylindrical-coordinate representation of color #BA463C: hue angle of 4.76º 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 #BA463C is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 70 | 60 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.27 |
| HSL | 4.76º | 0.51% | 0.48% | - |
| HSV(B) | 4.76º | 0.68% | 0.73% | - |
| XYZ | 23.26 | 15.15 | 5.97 | - |
| YUV | 103.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 70 | 60 | 0 | 0.62 | 0.68 | 0.27 | 4.76 | 0.51 | 0.48 |
| Hex | BA | 46 | 3C | 0 | 3E | 44 | 1B | 5 | 33 | 30 |
| Octal | 272 | 106 | 74 | 0 | 76 | 104 | 33 | 5 | 63 | 60 |
| Binary | 10111010 | 1000110 | 111100 | 0 | 111110 | 1000100 | 11011 | 101 | 110011 | 110000 |
Color Harmonies of #BA463C
Complementary color
Monochromatic Colors of #BA463C
Black with #BA463C
Text Example
Text Example
White with #BA463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA463C; }
p { color: rgb(186,70,60); }
H1.HeaderClassName
{
color: #BA463C;
}
.AnyTagClassName
{
color: #BA463C;
}
</style>
background-color css
<style>
a { background-color: #BA463C; }
a { background-color: rgb(186,70,60); }
div.DivClassName
{
background-color: #BA463C;
}
.BgClassName
{
background-color: #BA463C;
}
</style>
border-color css
<style>
span { border-color: #BA463C; }
span { border-color: rgb(186,70,60); }
td.TdClassName
{
border-color: #BA463C;
}
.TagClassName
{
border-color: #BA463C;
}
</style>