Shades of Grenadier #BA472D
Tints of Grenadier #BA472D
RGB
CMYK
RGB Variations
Color information
#BA472D (or 0xBA472D) is known color: Grenadier. HEX triplet: BA, 47 and 2D. RGB value is (186,71,45). Sum of RGB (Red+Green+Blue) = 186+71+45=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA472D is #45B8D2. Grayscale: #666666. Windows color (decimal): -4569299 or 2967482. OLE color: 2967482.
HSL color Cylindrical-coordinate representation of color #BA472D: hue angle of 11.06º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA472D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 45 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.27 |
| HSL | 11.06º | 0.61% | 0.45% | - |
| HSV(B) | 11.06º | 0.76% | 0.73% | - |
| XYZ | 22.98 | 15.14 | 4.19 | - |
| YUV | 102.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 45 | 0 | 0.62 | 0.76 | 0.27 | 11.06 | 0.61 | 0.45 |
| Hex | BA | 47 | 2D | 0 | 3E | 4C | 1B | B | 3D | 2D |
| Octal | 272 | 107 | 55 | 0 | 76 | 114 | 33 | 13 | 75 | 55 |
| Binary | 10111010 | 1000111 | 101101 | 0 | 111110 | 1001100 | 11011 | 1011 | 111101 | 101101 |
Color Harmonies of #BA472D
Complementary color
Monochromatic Colors of #BA472D
Black with #BA472D
Text Example
Text Example
White with #BA472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA472D; }
p { color: rgb(186,71,45); }
H1.HeaderClassName
{
color: #BA472D;
}
.AnyTagClassName
{
color: #BA472D;
}
</style>
background-color css
<style>
a { background-color: #BA472D; }
a { background-color: rgb(186,71,45); }
div.DivClassName
{
background-color: #BA472D;
}
.BgClassName
{
background-color: #BA472D;
}
</style>
border-color css
<style>
span { border-color: #BA472D; }
span { border-color: rgb(186,71,45); }
td.TdClassName
{
border-color: #BA472D;
}
.TagClassName
{
border-color: #BA472D;
}
</style>