Shades of Grenadier #BF4430
Tints of Grenadier #BF4430
RGB
CMYK
RGB Variations
Color information
#BF4430 (or 0xBF4430) is known color: Grenadier. HEX triplet: BF, 44 and 30. RGB value is (191,68,48). Sum of RGB (Red+Green+Blue) = 191+68+48=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4430 is #40BBCF. Grayscale: #666666. Windows color (decimal): -4242384 or 3163327. OLE color: 3163327.
HSL color Cylindrical-coordinate representation of color #BF4430: hue angle of 8.39º 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 #BF4430 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 48 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.25 |
| HSL | 8.39º | 0.6% | 0.47% | - |
| HSV(B) | 8.39º | 0.75% | 0.75% | - |
| XYZ | 24.09 | 15.42 | 4.5 | - |
| YUV | 102.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 48 | 0 | 0.64 | 0.75 | 0.25 | 8.39 | 0.6 | 0.47 |
| Hex | BF | 44 | 30 | 0 | 40 | 4B | 19 | 8 | 3C | 2F |
| Octal | 277 | 104 | 60 | 0 | 100 | 113 | 31 | 10 | 74 | 57 |
| Binary | 10111111 | 1000100 | 110000 | 0 | 1000000 | 1001011 | 11001 | 1000 | 111100 | 101111 |
Color Harmonies of #BF4430
Complementary color
Monochromatic Colors of #BF4430
Black with #BF4430
Text Example
Text Example
White with #BF4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4430; }
p { color: rgb(191,68,48); }
H1.HeaderClassName
{
color: #BF4430;
}
.AnyTagClassName
{
color: #BF4430;
}
</style>
background-color css
<style>
a { background-color: #BF4430; }
a { background-color: rgb(191,68,48); }
div.DivClassName
{
background-color: #BF4430;
}
.BgClassName
{
background-color: #BF4430;
}
</style>
border-color css
<style>
span { border-color: #BF4430; }
span { border-color: rgb(191,68,48); }
td.TdClassName
{
border-color: #BF4430;
}
.TagClassName
{
border-color: #BF4430;
}
</style>