Shades of Grenadier #BF4438
Tints of Grenadier #BF4438
RGB
CMYK
RGB Variations
Color information
#BF4438 (or 0xBF4438) is known color: Grenadier. HEX triplet: BF, 44 and 38. RGB value is (191,68,56). Sum of RGB (Red+Green+Blue) = 191+68+56=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4438 is #40BBC7. Grayscale: #676767. Windows color (decimal): -4242376 or 3687615. OLE color: 3687615.
HSL color Cylindrical-coordinate representation of color #BF4438: hue angle of 5.33º 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 #BF4438 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 56 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.25 |
| HSL | 5.33º | 0.55% | 0.48% | - |
| HSV(B) | 5.33º | 0.71% | 0.75% | - |
| XYZ | 24.27 | 15.5 | 5.45 | - |
| YUV | 103.41 | 101.25 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 56 | 0 | 0.64 | 0.71 | 0.25 | 5.33 | 0.55 | 0.48 |
| Hex | BF | 44 | 38 | 0 | 40 | 47 | 19 | 5 | 37 | 30 |
| Octal | 277 | 104 | 70 | 0 | 100 | 107 | 31 | 5 | 67 | 60 |
| Binary | 10111111 | 1000100 | 111000 | 0 | 1000000 | 1000111 | 11001 | 101 | 110111 | 110000 |
Color Harmonies of #BF4438
Complementary color
Monochromatic Colors of #BF4438
Black with #BF4438
Text Example
Text Example
White with #BF4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4438; }
p { color: rgb(191,68,56); }
H1.HeaderClassName
{
color: #BF4438;
}
.AnyTagClassName
{
color: #BF4438;
}
</style>
background-color css
<style>
a { background-color: #BF4438; }
a { background-color: rgb(191,68,56); }
div.DivClassName
{
background-color: #BF4438;
}
.BgClassName
{
background-color: #BF4438;
}
</style>
border-color css
<style>
span { border-color: #BF4438; }
span { border-color: rgb(191,68,56); }
td.TdClassName
{
border-color: #BF4438;
}
.TagClassName
{
border-color: #BF4438;
}
</style>