Shades of Grenadier #BF3E26
Tints of Grenadier #BF3E26
RGB
CMYK
RGB Variations
Color information
#BF3E26 (or 0xBF3E26) is known color: Grenadier. HEX triplet: BF, 3E and 26. RGB value is (191,62,38). Sum of RGB (Red+Green+Blue) = 191+62+38=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E26 is #40C1D9. Grayscale: #626262. Windows color (decimal): -4243930 or 2506431. OLE color: 2506431.
HSL color Cylindrical-coordinate representation of color #BF3E26: hue angle of 9.41º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF3E26 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 38 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.25 |
| HSL | 9.41º | 0.67% | 0.45% | - |
| HSV(B) | 9.41º | 0.8% | 0.75% | - |
| XYZ | 23.56 | 14.66 | 3.42 | - |
| YUV | 97.84 | 94.24 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 38 | 0 | 0.68 | 0.80 | 0.25 | 9.41 | 0.67 | 0.45 |
| Hex | BF | 3E | 26 | 0 | 44 | 50 | 19 | 9 | 43 | 2D |
| Octal | 277 | 76 | 46 | 0 | 104 | 120 | 31 | 11 | 103 | 55 |
| Binary | 10111111 | 111110 | 100110 | 0 | 1000100 | 1010000 | 11001 | 1001 | 1000011 | 101101 |
Color Harmonies of #BF3E26
Complementary color
Monochromatic Colors of #BF3E26
Black with #BF3E26
Text Example
Text Example
White with #BF3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E26; }
p { color: rgb(191,62,38); }
H1.HeaderClassName
{
color: #BF3E26;
}
.AnyTagClassName
{
color: #BF3E26;
}
</style>
background-color css
<style>
a { background-color: #BF3E26; }
a { background-color: rgb(191,62,38); }
div.DivClassName
{
background-color: #BF3E26;
}
.BgClassName
{
background-color: #BF3E26;
}
</style>
border-color css
<style>
span { border-color: #BF3E26; }
span { border-color: rgb(191,62,38); }
td.TdClassName
{
border-color: #BF3E26;
}
.TagClassName
{
border-color: #BF3E26;
}
</style>