Shades of Grenadier #BF4037
Tints of Grenadier #BF4037
RGB
CMYK
RGB Variations
Color information
#BF4037 (or 0xBF4037) is known color: Grenadier. HEX triplet: BF, 40 and 37. RGB value is (191,64,55). Sum of RGB (Red+Green+Blue) = 191+64+55=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4037 is #40BFC8. Grayscale: #656565. Windows color (decimal): -4243401 or 3621055. OLE color: 3621055.
HSL color Cylindrical-coordinate representation of color #BF4037: hue angle of 3.97º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF4037 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 55 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.25 |
| HSL | 3.97º | 0.55% | 0.48% | - |
| HSV(B) | 3.97º | 0.71% | 0.75% | - |
| XYZ | 24.01 | 15.02 | 5.25 | - |
| YUV | 100.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 55 | 0 | 0.66 | 0.71 | 0.25 | 3.97 | 0.55 | 0.48 |
| Hex | BF | 40 | 37 | 0 | 42 | 47 | 19 | 4 | 37 | 30 |
| Octal | 277 | 100 | 67 | 0 | 102 | 107 | 31 | 4 | 67 | 60 |
| Binary | 10111111 | 1000000 | 110111 | 0 | 1000010 | 1000111 | 11001 | 100 | 110111 | 110000 |
Color Harmonies of #BF4037
Complementary color
Monochromatic Colors of #BF4037
Black with #BF4037
Text Example
Text Example
White with #BF4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4037; }
p { color: rgb(191,64,55); }
H1.HeaderClassName
{
color: #BF4037;
}
.AnyTagClassName
{
color: #BF4037;
}
</style>
background-color css
<style>
a { background-color: #BF4037; }
a { background-color: rgb(191,64,55); }
div.DivClassName
{
background-color: #BF4037;
}
.BgClassName
{
background-color: #BF4037;
}
</style>
border-color css
<style>
span { border-color: #BF4037; }
span { border-color: rgb(191,64,55); }
td.TdClassName
{
border-color: #BF4037;
}
.TagClassName
{
border-color: #BF4037;
}
</style>