Shades of Grenadier #BF3E28
Tints of Grenadier #BF3E28
RGB
CMYK
RGB Variations
Color information
#BF3E28 (or 0xBF3E28) is known color: Grenadier. HEX triplet: BF, 3E and 28. RGB value is (191,62,40). Sum of RGB (Red+Green+Blue) = 191+62+40=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E28 is #40C1D7. Grayscale: #626262. Windows color (decimal): -4243928 or 2637503. OLE color: 2637503.
HSL color Cylindrical-coordinate representation of color #BF3E28: hue angle of 8.74º 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 #BF3E28 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 40 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.25 |
| HSL | 8.74º | 0.65% | 0.45% | - |
| HSV(B) | 8.74º | 0.79% | 0.75% | - |
| XYZ | 23.59 | 14.67 | 3.6 | - |
| YUV | 98.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 40 | 0 | 0.68 | 0.79 | 0.25 | 8.74 | 0.65 | 0.45 |
| Hex | BF | 3E | 28 | 0 | 44 | 4F | 19 | 9 | 41 | 2D |
| Octal | 277 | 76 | 50 | 0 | 104 | 117 | 31 | 11 | 101 | 55 |
| Binary | 10111111 | 111110 | 101000 | 0 | 1000100 | 1001111 | 11001 | 1001 | 1000001 | 101101 |
Color Harmonies of #BF3E28
Complementary color
Monochromatic Colors of #BF3E28
Black with #BF3E28
Text Example
Text Example
White with #BF3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E28; }
p { color: rgb(191,62,40); }
H1.HeaderClassName
{
color: #BF3E28;
}
.AnyTagClassName
{
color: #BF3E28;
}
</style>
background-color css
<style>
a { background-color: #BF3E28; }
a { background-color: rgb(191,62,40); }
div.DivClassName
{
background-color: #BF3E28;
}
.BgClassName
{
background-color: #BF3E28;
}
</style>
border-color css
<style>
span { border-color: #BF3E28; }
span { border-color: rgb(191,62,40); }
td.TdClassName
{
border-color: #BF3E28;
}
.TagClassName
{
border-color: #BF3E28;
}
</style>