Shades of Grenadier #BF492D
Tints of Grenadier #BF492D
RGB
CMYK
RGB Variations
Color information
#BF492D (or 0xBF492D) is known color: Grenadier. HEX triplet: BF, 49 and 2D. RGB value is (191,73,45). Sum of RGB (Red+Green+Blue) = 191+73+45=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF492D is #40B6D2. Grayscale: #696969. Windows color (decimal): -4241107 or 2967999. OLE color: 2967999.
HSL color Cylindrical-coordinate representation of color #BF492D: hue angle of 11.51º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF492D is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 45 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.25 |
| HSL | 11.51º | 0.62% | 0.46% | - |
| HSV(B) | 11.51º | 0.76% | 0.75% | - |
| XYZ | 24.34 | 16.03 | 4.29 | - |
| YUV | 105.09 | 94.09 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 45 | 0 | 0.62 | 0.76 | 0.25 | 11.51 | 0.62 | 0.46 |
| Hex | BF | 49 | 2D | 0 | 3E | 4C | 19 | C | 3E | 2E |
| Octal | 277 | 111 | 55 | 0 | 76 | 114 | 31 | 14 | 76 | 56 |
| Binary | 10111111 | 1001001 | 101101 | 0 | 111110 | 1001100 | 11001 | 1100 | 111110 | 101110 |
Color Harmonies of #BF492D
Complementary color
Monochromatic Colors of #BF492D
Black with #BF492D
Text Example
Text Example
White with #BF492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF492D; }
p { color: rgb(191,73,45); }
H1.HeaderClassName
{
color: #BF492D;
}
.AnyTagClassName
{
color: #BF492D;
}
</style>
background-color css
<style>
a { background-color: #BF492D; }
a { background-color: rgb(191,73,45); }
div.DivClassName
{
background-color: #BF492D;
}
.BgClassName
{
background-color: #BF492D;
}
</style>
border-color css
<style>
span { border-color: #BF492D; }
span { border-color: rgb(191,73,45); }
td.TdClassName
{
border-color: #BF492D;
}
.TagClassName
{
border-color: #BF492D;
}
</style>