Shades of Grenadier #BF4035
Tints of Grenadier #BF4035
RGB
CMYK
RGB Variations
Color information
#BF4035 (or 0xBF4035) is known color: Grenadier. HEX triplet: BF, 40 and 35. RGB value is (191,64,53). Sum of RGB (Red+Green+Blue) = 191+64+53=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4035 is #40BFCA. Grayscale: #646464. Windows color (decimal): -4243403 or 3489983. OLE color: 3489983.
HSL color Cylindrical-coordinate representation of color #BF4035: hue angle of 4.78º 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 #BF4035 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 53 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.25 |
| HSL | 4.78º | 0.57% | 0.48% | - |
| HSV(B) | 4.78º | 0.72% | 0.75% | - |
| XYZ | 23.96 | 15 | 5 | - |
| YUV | 100.72 | 101.08 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 53 | 0 | 0.66 | 0.72 | 0.25 | 4.78 | 0.57 | 0.48 |
| Hex | BF | 40 | 35 | 0 | 42 | 48 | 19 | 5 | 39 | 30 |
| Octal | 277 | 100 | 65 | 0 | 102 | 110 | 31 | 5 | 71 | 60 |
| Binary | 10111111 | 1000000 | 110101 | 0 | 1000010 | 1001000 | 11001 | 101 | 111001 | 110000 |
Color Harmonies of #BF4035
Complementary color
Monochromatic Colors of #BF4035
Black with #BF4035
Text Example
Text Example
White with #BF4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4035; }
p { color: rgb(191,64,53); }
H1.HeaderClassName
{
color: #BF4035;
}
.AnyTagClassName
{
color: #BF4035;
}
</style>
background-color css
<style>
a { background-color: #BF4035; }
a { background-color: rgb(191,64,53); }
div.DivClassName
{
background-color: #BF4035;
}
.BgClassName
{
background-color: #BF4035;
}
</style>
border-color css
<style>
span { border-color: #BF4035; }
span { border-color: rgb(191,64,53); }
td.TdClassName
{
border-color: #BF4035;
}
.TagClassName
{
border-color: #BF4035;
}
</style>