Shades of Grenadier #BA472F
Tints of Grenadier #BA472F
RGB
CMYK
RGB Variations
Color information
#BA472F (or 0xBA472F) is known color: Grenadier. HEX triplet: BA, 47 and 2F. RGB value is (186,71,47). Sum of RGB (Red+Green+Blue) = 186+71+47=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA472F is #45B8D0. Grayscale: #666666. Windows color (decimal): -4569297 or 3098554. OLE color: 3098554.
HSL color Cylindrical-coordinate representation of color #BA472F: hue angle of 10.36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA472F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 47 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.27 |
| HSL | 10.36º | 0.6% | 0.46% | - |
| HSV(B) | 10.36º | 0.75% | 0.73% | - |
| XYZ | 23.02 | 15.15 | 4.4 | - |
| YUV | 102.65 | 96.6 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 47 | 0 | 0.62 | 0.75 | 0.27 | 10.36 | 0.6 | 0.46 |
| Hex | BA | 47 | 2F | 0 | 3E | 4B | 1B | A | 3C | 2E |
| Octal | 272 | 107 | 57 | 0 | 76 | 113 | 33 | 12 | 74 | 56 |
| Binary | 10111010 | 1000111 | 101111 | 0 | 111110 | 1001011 | 11011 | 1010 | 111100 | 101110 |
Color Harmonies of #BA472F
Complementary color
Monochromatic Colors of #BA472F
Black with #BA472F
Text Example
Text Example
White with #BA472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA472F; }
p { color: rgb(186,71,47); }
H1.HeaderClassName
{
color: #BA472F;
}
.AnyTagClassName
{
color: #BA472F;
}
</style>
background-color css
<style>
a { background-color: #BA472F; }
a { background-color: rgb(186,71,47); }
div.DivClassName
{
background-color: #BA472F;
}
.BgClassName
{
background-color: #BA472F;
}
</style>
border-color css
<style>
span { border-color: #BA472F; }
span { border-color: rgb(186,71,47); }
td.TdClassName
{
border-color: #BA472F;
}
.TagClassName
{
border-color: #BA472F;
}
</style>