Shades of Grenadier #BF4435
Tints of Grenadier #BF4435
RGB
CMYK
RGB Variations
Color information
#BF4435 (or 0xBF4435) is known color: Grenadier. HEX triplet: BF, 44 and 35. RGB value is (191,68,53). Sum of RGB (Red+Green+Blue) = 191+68+53=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4435 is #40BBCA. Grayscale: #676767. Windows color (decimal): -4242379 or 3491007. OLE color: 3491007.
HSL color Cylindrical-coordinate representation of color #BF4435: hue angle of 6.52º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF4435 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 53 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.25 |
| HSL | 6.52º | 0.57% | 0.48% | - |
| HSV(B) | 6.52º | 0.72% | 0.75% | - |
| XYZ | 24.2 | 15.47 | 5.08 | - |
| YUV | 103.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 53 | 0 | 0.64 | 0.72 | 0.25 | 6.52 | 0.57 | 0.48 |
| Hex | BF | 44 | 35 | 0 | 40 | 48 | 19 | 7 | 39 | 30 |
| Octal | 277 | 104 | 65 | 0 | 100 | 110 | 31 | 7 | 71 | 60 |
| Binary | 10111111 | 1000100 | 110101 | 0 | 1000000 | 1001000 | 11001 | 111 | 111001 | 110000 |
Color Harmonies of #BF4435
Complementary color
Monochromatic Colors of #BF4435
Black with #BF4435
Text Example
Text Example
White with #BF4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4435; }
p { color: rgb(191,68,53); }
H1.HeaderClassName
{
color: #BF4435;
}
.AnyTagClassName
{
color: #BF4435;
}
</style>
background-color css
<style>
a { background-color: #BF4435; }
a { background-color: rgb(191,68,53); }
div.DivClassName
{
background-color: #BF4435;
}
.BgClassName
{
background-color: #BF4435;
}
</style>
border-color css
<style>
span { border-color: #BF4435; }
span { border-color: rgb(191,68,53); }
td.TdClassName
{
border-color: #BF4435;
}
.TagClassName
{
border-color: #BF4435;
}
</style>