Shades of Grenadier #BF453B
Tints of Grenadier #BF453B
RGB
CMYK
RGB Variations
Color information
#BF453B (or 0xBF453B) is known color: Grenadier. HEX triplet: BF, 45 and 3B. RGB value is (191,69,59). Sum of RGB (Red+Green+Blue) = 191+69+59=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF453B is #40BAC4. Grayscale: #686868. Windows color (decimal): -4242117 or 3884479. OLE color: 3884479.
HSL color Cylindrical-coordinate representation of color #BF453B: hue angle of 4.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF453B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 59 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.25 |
| HSL | 4.55º | 0.53% | 0.49% | - |
| HSV(B) | 4.55º | 0.69% | 0.75% | - |
| XYZ | 24.4 | 15.65 | 5.87 | - |
| YUV | 104.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 59 | 0 | 0.64 | 0.69 | 0.25 | 4.55 | 0.53 | 0.49 |
| Hex | BF | 45 | 3B | 0 | 40 | 45 | 19 | 5 | 35 | 31 |
| Octal | 277 | 105 | 73 | 0 | 100 | 105 | 31 | 5 | 65 | 61 |
| Binary | 10111111 | 1000101 | 111011 | 0 | 1000000 | 1000101 | 11001 | 101 | 110101 | 110001 |
Color Harmonies of #BF453B
Complementary color
Monochromatic Colors of #BF453B
Black with #BF453B
Text Example
Text Example
White with #BF453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF453B; }
p { color: rgb(191,69,59); }
H1.HeaderClassName
{
color: #BF453B;
}
.AnyTagClassName
{
color: #BF453B;
}
</style>
background-color css
<style>
a { background-color: #BF453B; }
a { background-color: rgb(191,69,59); }
div.DivClassName
{
background-color: #BF453B;
}
.BgClassName
{
background-color: #BF453B;
}
</style>
border-color css
<style>
span { border-color: #BF453B; }
span { border-color: rgb(191,69,59); }
td.TdClassName
{
border-color: #BF453B;
}
.TagClassName
{
border-color: #BF453B;
}
</style>