Shades of Grenadier #BF4029
Tints of Grenadier #BF4029
RGB
CMYK
RGB Variations
Color information
#BF4029 (or 0xBF4029) is known color: Grenadier. HEX triplet: BF, 40 and 29. RGB value is (191,64,41). Sum of RGB (Red+Green+Blue) = 191+64+41=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4029 is #40BFD6. Grayscale: #636363. Windows color (decimal): -4243415 or 2703551. OLE color: 2703551.
HSL color Cylindrical-coordinate representation of color #BF4029: hue angle of 9.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF4029 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 41 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.25 |
| HSL | 9.2º | 0.65% | 0.45% | - |
| HSV(B) | 9.2º | 0.79% | 0.75% | - |
| XYZ | 23.72 | 14.9 | 3.72 | - |
| YUV | 99.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 41 | 0 | 0.66 | 0.79 | 0.25 | 9.2 | 0.65 | 0.45 |
| Hex | BF | 40 | 29 | 0 | 42 | 4F | 19 | 9 | 41 | 2D |
| Octal | 277 | 100 | 51 | 0 | 102 | 117 | 31 | 11 | 101 | 55 |
| Binary | 10111111 | 1000000 | 101001 | 0 | 1000010 | 1001111 | 11001 | 1001 | 1000001 | 101101 |
Color Harmonies of #BF4029
Complementary color
Monochromatic Colors of #BF4029
Black with #BF4029
Text Example
Text Example
White with #BF4029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4029; }
p { color: rgb(191,64,41); }
H1.HeaderClassName
{
color: #BF4029;
}
.AnyTagClassName
{
color: #BF4029;
}
</style>
background-color css
<style>
a { background-color: #BF4029; }
a { background-color: rgb(191,64,41); }
div.DivClassName
{
background-color: #BF4029;
}
.BgClassName
{
background-color: #BF4029;
}
</style>
border-color css
<style>
span { border-color: #BF4029; }
span { border-color: rgb(191,64,41); }
td.TdClassName
{
border-color: #BF4029;
}
.TagClassName
{
border-color: #BF4029;
}
</style>