Shades of Grenadier #BF4130
Tints of Grenadier #BF4130
RGB
CMYK
RGB Variations
Color information
#BF4130 (or 0xBF4130) is known color: Grenadier. HEX triplet: BF, 41 and 30. RGB value is (191,65,48). Sum of RGB (Red+Green+Blue) = 191+65+48=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4130 is #40BECF. Grayscale: #646464. Windows color (decimal): -4243152 or 3162559. OLE color: 3162559.
HSL color Cylindrical-coordinate representation of color #BF4130: hue angle of 7.13º 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 #BF4130 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 48 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.25 |
| HSL | 7.13º | 0.6% | 0.47% | - |
| HSV(B) | 7.13º | 0.75% | 0.75% | - |
| XYZ | 23.91 | 15.07 | 4.44 | - |
| YUV | 100.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 48 | 0 | 0.66 | 0.75 | 0.25 | 7.13 | 0.6 | 0.47 |
| Hex | BF | 41 | 30 | 0 | 42 | 4B | 19 | 7 | 3C | 2F |
| Octal | 277 | 101 | 60 | 0 | 102 | 113 | 31 | 7 | 74 | 57 |
| Binary | 10111111 | 1000001 | 110000 | 0 | 1000010 | 1001011 | 11001 | 111 | 111100 | 101111 |
Color Harmonies of #BF4130
Complementary color
Monochromatic Colors of #BF4130
Black with #BF4130
Text Example
Text Example
White with #BF4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4130; }
p { color: rgb(191,65,48); }
H1.HeaderClassName
{
color: #BF4130;
}
.AnyTagClassName
{
color: #BF4130;
}
</style>
background-color css
<style>
a { background-color: #BF4130; }
a { background-color: rgb(191,65,48); }
div.DivClassName
{
background-color: #BF4130;
}
.BgClassName
{
background-color: #BF4130;
}
</style>
border-color css
<style>
span { border-color: #BF4130; }
span { border-color: rgb(191,65,48); }
td.TdClassName
{
border-color: #BF4130;
}
.TagClassName
{
border-color: #BF4130;
}
</style>