Shades of Grenadier #B9472D
Tints of Grenadier #B9472D
RGB
CMYK
RGB Variations
Color information
#B9472D (or 0xB9472D) is known color: Grenadier. HEX triplet: B9, 47 and 2D. RGB value is (185,71,45). Sum of RGB (Red+Green+Blue) = 185+71+45=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9472D is #46B8D2. Grayscale: #666666. Windows color (decimal): -4634835 or 2967481. OLE color: 2967481.
HSL color Cylindrical-coordinate representation of color #B9472D: hue angle of 11.14º 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 #B9472D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 45 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.27 |
| HSL | 11.14º | 0.61% | 0.45% | - |
| HSV(B) | 11.14º | 0.76% | 0.73% | - |
| XYZ | 22.73 | 15.01 | 4.18 | - |
| YUV | 102.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 45 | 0 | 0.62 | 0.76 | 0.27 | 11.14 | 0.61 | 0.45 |
| Hex | B9 | 47 | 2D | 0 | 3E | 4C | 1B | B | 3D | 2D |
| Octal | 271 | 107 | 55 | 0 | 76 | 114 | 33 | 13 | 75 | 55 |
| Binary | 10111001 | 1000111 | 101101 | 0 | 111110 | 1001100 | 11011 | 1011 | 111101 | 101101 |
Color Harmonies of #B9472D
Complementary color
Monochromatic Colors of #B9472D
Black with #B9472D
Text Example
Text Example
White with #B9472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9472D; }
p { color: rgb(185,71,45); }
H1.HeaderClassName
{
color: #B9472D;
}
.AnyTagClassName
{
color: #B9472D;
}
</style>
background-color css
<style>
a { background-color: #B9472D; }
a { background-color: rgb(185,71,45); }
div.DivClassName
{
background-color: #B9472D;
}
.BgClassName
{
background-color: #B9472D;
}
</style>
border-color css
<style>
span { border-color: #B9472D; }
span { border-color: rgb(185,71,45); }
td.TdClassName
{
border-color: #B9472D;
}
.TagClassName
{
border-color: #B9472D;
}
</style>