Shades of Grenadier #BF4033
Tints of Grenadier #BF4033
RGB
CMYK
RGB Variations
Color information
#BF4033 (or 0xBF4033) is known color: Grenadier. HEX triplet: BF, 40 and 33. RGB value is (191,64,51). Sum of RGB (Red+Green+Blue) = 191+64+51=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4033 is #40BFCC. Grayscale: #646464. Windows color (decimal): -4243405 or 3358911. OLE color: 3358911.
HSL color Cylindrical-coordinate representation of color #BF4033: hue angle of 5.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF4033 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 51 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.25 |
| HSL | 5.57º | 0.58% | 0.47% | - |
| HSV(B) | 5.57º | 0.73% | 0.75% | - |
| XYZ | 23.92 | 14.98 | 4.76 | - |
| YUV | 100.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 51 | 0 | 0.66 | 0.73 | 0.25 | 5.57 | 0.58 | 0.47 |
| Hex | BF | 40 | 33 | 0 | 42 | 49 | 19 | 6 | 3A | 2F |
| Octal | 277 | 100 | 63 | 0 | 102 | 111 | 31 | 6 | 72 | 57 |
| Binary | 10111111 | 1000000 | 110011 | 0 | 1000010 | 1001001 | 11001 | 110 | 111010 | 101111 |
Color Harmonies of #BF4033
Complementary color
Monochromatic Colors of #BF4033
Black with #BF4033
Text Example
Text Example
White with #BF4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4033; }
p { color: rgb(191,64,51); }
H1.HeaderClassName
{
color: #BF4033;
}
.AnyTagClassName
{
color: #BF4033;
}
</style>
background-color css
<style>
a { background-color: #BF4033; }
a { background-color: rgb(191,64,51); }
div.DivClassName
{
background-color: #BF4033;
}
.BgClassName
{
background-color: #BF4033;
}
</style>
border-color css
<style>
span { border-color: #BF4033; }
span { border-color: rgb(191,64,51); }
td.TdClassName
{
border-color: #BF4033;
}
.TagClassName
{
border-color: #BF4033;
}
</style>