Shades of Grenadier #BF452E
Tints of Grenadier #BF452E
RGB
CMYK
RGB Variations
Color information
#BF452E (or 0xBF452E) is known color: Grenadier. HEX triplet: BF, 45 and 2E. RGB value is (191,69,46). Sum of RGB (Red+Green+Blue) = 191+69+46=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF452E is #40BAD1. Grayscale: #676767. Windows color (decimal): -4242130 or 3032511. OLE color: 3032511.
HSL color Cylindrical-coordinate representation of color #BF452E: hue angle of 9.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF452E is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 46 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.25 |
| HSL | 9.52º | 0.61% | 0.46% | - |
| HSV(B) | 9.52º | 0.76% | 0.75% | - |
| XYZ | 24.11 | 15.53 | 4.31 | - |
| YUV | 102.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 46 | 0 | 0.64 | 0.76 | 0.25 | 9.52 | 0.61 | 0.46 |
| Hex | BF | 45 | 2E | 0 | 40 | 4C | 19 | A | 3D | 2E |
| Octal | 277 | 105 | 56 | 0 | 100 | 114 | 31 | 12 | 75 | 56 |
| Binary | 10111111 | 1000101 | 101110 | 0 | 1000000 | 1001100 | 11001 | 1010 | 111101 | 101110 |
Color Harmonies of #BF452E
Complementary color
Monochromatic Colors of #BF452E
Black with #BF452E
Text Example
Text Example
White with #BF452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF452E; }
p { color: rgb(191,69,46); }
H1.HeaderClassName
{
color: #BF452E;
}
.AnyTagClassName
{
color: #BF452E;
}
</style>
background-color css
<style>
a { background-color: #BF452E; }
a { background-color: rgb(191,69,46); }
div.DivClassName
{
background-color: #BF452E;
}
.BgClassName
{
background-color: #BF452E;
}
</style>
border-color css
<style>
span { border-color: #BF452E; }
span { border-color: rgb(191,69,46); }
td.TdClassName
{
border-color: #BF452E;
}
.TagClassName
{
border-color: #BF452E;
}
</style>