Shades of Grenadier #B9462C
Tints of Grenadier #B9462C
RGB
CMYK
RGB Variations
Color information
#B9462C (or 0xB9462C) is known color: Grenadier. HEX triplet: B9, 46 and 2C. RGB value is (185,70,44). Sum of RGB (Red+Green+Blue) = 185+70+44=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9462C is #46B9D3. Grayscale: #656565. Windows color (decimal): -4635092 or 2901689. OLE color: 2901689.
HSL color Cylindrical-coordinate representation of color #B9462C: hue angle of 11.06º degrees, saturation: 0.62, 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 #B9462C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 44 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.27 |
| HSL | 11.06º | 0.62% | 0.45% | - |
| HSV(B) | 11.06º | 0.76% | 0.73% | - |
| XYZ | 22.65 | 14.88 | 4.06 | - |
| YUV | 101.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 44 | 0 | 0.62 | 0.76 | 0.27 | 11.06 | 0.62 | 0.45 |
| Hex | B9 | 46 | 2C | 0 | 3E | 4C | 1B | B | 3E | 2D |
| Octal | 271 | 106 | 54 | 0 | 76 | 114 | 33 | 13 | 76 | 55 |
| Binary | 10111001 | 1000110 | 101100 | 0 | 111110 | 1001100 | 11011 | 1011 | 111110 | 101101 |
Color Harmonies of #B9462C
Complementary color
Monochromatic Colors of #B9462C
Black with #B9462C
Text Example
Text Example
White with #B9462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9462C; }
p { color: rgb(185,70,44); }
H1.HeaderClassName
{
color: #B9462C;
}
.AnyTagClassName
{
color: #B9462C;
}
</style>
background-color css
<style>
a { background-color: #B9462C; }
a { background-color: rgb(185,70,44); }
div.DivClassName
{
background-color: #B9462C;
}
.BgClassName
{
background-color: #B9462C;
}
</style>
border-color css
<style>
span { border-color: #B9462C; }
span { border-color: rgb(185,70,44); }
td.TdClassName
{
border-color: #B9462C;
}
.TagClassName
{
border-color: #B9462C;
}
</style>