Shades of Grenadier #BF4939
Tints of Grenadier #BF4939
RGB
CMYK
RGB Variations
Color information
#BF4939 (or 0xBF4939) is known color: Grenadier. HEX triplet: BF, 49 and 39. RGB value is (191,73,57). Sum of RGB (Red+Green+Blue) = 191+73+57=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4939 is #40B6C6. Grayscale: #6A6A6A. Windows color (decimal): -4241095 or 3754431. OLE color: 3754431.
HSL color Cylindrical-coordinate representation of color #BF4939: hue angle of 7.16º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF4939 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 57 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.25 |
| HSL | 7.16º | 0.54% | 0.49% | - |
| HSV(B) | 7.16º | 0.7% | 0.75% | - |
| XYZ | 24.61 | 16.14 | 5.69 | - |
| YUV | 106.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 57 | 0 | 0.62 | 0.70 | 0.25 | 7.16 | 0.54 | 0.49 |
| Hex | BF | 49 | 39 | 0 | 3E | 46 | 19 | 7 | 36 | 31 |
| Octal | 277 | 111 | 71 | 0 | 76 | 106 | 31 | 7 | 66 | 61 |
| Binary | 10111111 | 1001001 | 111001 | 0 | 111110 | 1000110 | 11001 | 111 | 110110 | 110001 |
Color Harmonies of #BF4939
Complementary color
Monochromatic Colors of #BF4939
Black with #BF4939
Text Example
Text Example
White with #BF4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4939; }
p { color: rgb(191,73,57); }
H1.HeaderClassName
{
color: #BF4939;
}
.AnyTagClassName
{
color: #BF4939;
}
</style>
background-color css
<style>
a { background-color: #BF4939; }
a { background-color: rgb(191,73,57); }
div.DivClassName
{
background-color: #BF4939;
}
.BgClassName
{
background-color: #BF4939;
}
</style>
border-color css
<style>
span { border-color: #BF4939; }
span { border-color: rgb(191,73,57); }
td.TdClassName
{
border-color: #BF4939;
}
.TagClassName
{
border-color: #BF4939;
}
</style>