Shades of Grenadier #BF4436
Tints of Grenadier #BF4436
RGB
CMYK
RGB Variations
Color information
#BF4436 (or 0xBF4436) is known color: Grenadier. HEX triplet: BF, 44 and 36. RGB value is (191,68,54). Sum of RGB (Red+Green+Blue) = 191+68+54=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4436 is #40BBC9. Grayscale: #676767. Windows color (decimal): -4242378 or 3556543. OLE color: 3556543.
HSL color Cylindrical-coordinate representation of color #BF4436: hue angle of 6.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF4436 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 54 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.25 |
| HSL | 6.13º | 0.56% | 0.48% | - |
| HSV(B) | 6.13º | 0.72% | 0.75% | - |
| XYZ | 24.22 | 15.48 | 5.2 | - |
| YUV | 103.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 54 | 0 | 0.64 | 0.72 | 0.25 | 6.13 | 0.56 | 0.48 |
| Hex | BF | 44 | 36 | 0 | 40 | 48 | 19 | 6 | 38 | 30 |
| Octal | 277 | 104 | 66 | 0 | 100 | 110 | 31 | 6 | 70 | 60 |
| Binary | 10111111 | 1000100 | 110110 | 0 | 1000000 | 1001000 | 11001 | 110 | 111000 | 110000 |
Color Harmonies of #BF4436
Complementary color
Monochromatic Colors of #BF4436
Black with #BF4436
Text Example
Text Example
White with #BF4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4436; }
p { color: rgb(191,68,54); }
H1.HeaderClassName
{
color: #BF4436;
}
.AnyTagClassName
{
color: #BF4436;
}
</style>
background-color css
<style>
a { background-color: #BF4436; }
a { background-color: rgb(191,68,54); }
div.DivClassName
{
background-color: #BF4436;
}
.BgClassName
{
background-color: #BF4436;
}
</style>
border-color css
<style>
span { border-color: #BF4436; }
span { border-color: rgb(191,68,54); }
td.TdClassName
{
border-color: #BF4436;
}
.TagClassName
{
border-color: #BF4436;
}
</style>