Shades of Grenadier #BF3F31
Tints of Grenadier #BF3F31
RGB
CMYK
RGB Variations
Color information
#BF3F31 (or 0xBF3F31) is known color: Grenadier. HEX triplet: BF, 3F and 31. RGB value is (191,63,49). Sum of RGB (Red+Green+Blue) = 191+63+49=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F31 is #40C0CE. Grayscale: #636363. Windows color (decimal): -4243663 or 3227583. OLE color: 3227583.
HSL color Cylindrical-coordinate representation of color #BF3F31: hue angle of 5.92º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3F31 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 49 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.25 |
| HSL | 5.92º | 0.59% | 0.47% | - |
| HSV(B) | 5.92º | 0.74% | 0.75% | - |
| XYZ | 23.82 | 14.85 | 4.52 | - |
| YUV | 99.68 | 99.41 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 49 | 0 | 0.67 | 0.74 | 0.25 | 5.92 | 0.59 | 0.47 |
| Hex | BF | 3F | 31 | 0 | 43 | 4A | 19 | 6 | 3B | 2F |
| Octal | 277 | 77 | 61 | 0 | 103 | 112 | 31 | 6 | 73 | 57 |
| Binary | 10111111 | 111111 | 110001 | 0 | 1000011 | 1001010 | 11001 | 110 | 111011 | 101111 |
Color Harmonies of #BF3F31
Complementary color
Monochromatic Colors of #BF3F31
Black with #BF3F31
Text Example
Text Example
White with #BF3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F31; }
p { color: rgb(191,63,49); }
H1.HeaderClassName
{
color: #BF3F31;
}
.AnyTagClassName
{
color: #BF3F31;
}
</style>
background-color css
<style>
a { background-color: #BF3F31; }
a { background-color: rgb(191,63,49); }
div.DivClassName
{
background-color: #BF3F31;
}
.BgClassName
{
background-color: #BF3F31;
}
</style>
border-color css
<style>
span { border-color: #BF3F31; }
span { border-color: rgb(191,63,49); }
td.TdClassName
{
border-color: #BF3F31;
}
.TagClassName
{
border-color: #BF3F31;
}
</style>