Shades of Grenadier #BF4534
Tints of Grenadier #BF4534
RGB
CMYK
RGB Variations
Color information
#BF4534 (or 0xBF4534) is known color: Grenadier. HEX triplet: BF, 45 and 34. RGB value is (191,69,52). Sum of RGB (Red+Green+Blue) = 191+69+52=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4534 is #40BACB. Grayscale: #676767. Windows color (decimal): -4242124 or 3425727. OLE color: 3425727.
HSL color Cylindrical-coordinate representation of color #BF4534: hue angle of 7.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF4534 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 52 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.25 |
| HSL | 7.34º | 0.57% | 0.48% | - |
| HSV(B) | 7.34º | 0.73% | 0.75% | - |
| XYZ | 24.23 | 15.58 | 4.98 | - |
| YUV | 103.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 52 | 0 | 0.64 | 0.73 | 0.25 | 7.34 | 0.57 | 0.48 |
| Hex | BF | 45 | 34 | 0 | 40 | 49 | 19 | 7 | 39 | 30 |
| Octal | 277 | 105 | 64 | 0 | 100 | 111 | 31 | 7 | 71 | 60 |
| Binary | 10111111 | 1000101 | 110100 | 0 | 1000000 | 1001001 | 11001 | 111 | 111001 | 110000 |
Color Harmonies of #BF4534
Complementary color
Monochromatic Colors of #BF4534
Black with #BF4534
Text Example
Text Example
White with #BF4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4534; }
p { color: rgb(191,69,52); }
H1.HeaderClassName
{
color: #BF4534;
}
.AnyTagClassName
{
color: #BF4534;
}
</style>
background-color css
<style>
a { background-color: #BF4534; }
a { background-color: rgb(191,69,52); }
div.DivClassName
{
background-color: #BF4534;
}
.BgClassName
{
background-color: #BF4534;
}
</style>
border-color css
<style>
span { border-color: #BF4534; }
span { border-color: rgb(191,69,52); }
td.TdClassName
{
border-color: #BF4534;
}
.TagClassName
{
border-color: #BF4534;
}
</style>