Shades of Grenadier #BF4030
Tints of Grenadier #BF4030
RGB
CMYK
RGB Variations
Color information
#BF4030 (or 0xBF4030) is known color: Grenadier. HEX triplet: BF, 40 and 30. RGB value is (191,64,48). Sum of RGB (Red+Green+Blue) = 191+64+48=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4030 is #40BFCF. Grayscale: #646464. Windows color (decimal): -4243408 or 3162303. OLE color: 3162303.
HSL color Cylindrical-coordinate representation of color #BF4030: hue angle of 6.71º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF4030 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 48 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.25 |
| HSL | 6.71º | 0.6% | 0.47% | - |
| HSV(B) | 6.71º | 0.75% | 0.75% | - |
| XYZ | 23.85 | 14.96 | 4.43 | - |
| YUV | 100.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 48 | 0 | 0.66 | 0.75 | 0.25 | 6.71 | 0.6 | 0.47 |
| Hex | BF | 40 | 30 | 0 | 42 | 4B | 19 | 7 | 3C | 2F |
| Octal | 277 | 100 | 60 | 0 | 102 | 113 | 31 | 7 | 74 | 57 |
| Binary | 10111111 | 1000000 | 110000 | 0 | 1000010 | 1001011 | 11001 | 111 | 111100 | 101111 |
Color Harmonies of #BF4030
Complementary color
Monochromatic Colors of #BF4030
Black with #BF4030
Text Example
Text Example
White with #BF4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4030; }
p { color: rgb(191,64,48); }
H1.HeaderClassName
{
color: #BF4030;
}
.AnyTagClassName
{
color: #BF4030;
}
</style>
background-color css
<style>
a { background-color: #BF4030; }
a { background-color: rgb(191,64,48); }
div.DivClassName
{
background-color: #BF4030;
}
.BgClassName
{
background-color: #BF4030;
}
</style>
border-color css
<style>
span { border-color: #BF4030; }
span { border-color: rgb(191,64,48); }
td.TdClassName
{
border-color: #BF4030;
}
.TagClassName
{
border-color: #BF4030;
}
</style>