Shades of Grenadier #BF3E27
Tints of Grenadier #BF3E27
RGB
CMYK
RGB Variations
Color information
#BF3E27 (or 0xBF3E27) is known color: Grenadier. HEX triplet: BF, 3E and 27. RGB value is (191,62,39). Sum of RGB (Red+Green+Blue) = 191+62+39=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E27 is #40C1D8. Grayscale: #626262. Windows color (decimal): -4243929 or 2571967. OLE color: 2571967.
HSL color Cylindrical-coordinate representation of color #BF3E27: hue angle of 9.08º degrees, saturation: 0.66, 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 #BF3E27 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 39 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.25 |
| HSL | 9.08º | 0.66% | 0.45% | - |
| HSV(B) | 9.08º | 0.8% | 0.75% | - |
| XYZ | 23.57 | 14.67 | 3.51 | - |
| YUV | 97.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 39 | 0 | 0.68 | 0.80 | 0.25 | 9.08 | 0.66 | 0.45 |
| Hex | BF | 3E | 27 | 0 | 44 | 50 | 19 | 9 | 42 | 2D |
| Octal | 277 | 76 | 47 | 0 | 104 | 120 | 31 | 11 | 102 | 55 |
| Binary | 10111111 | 111110 | 100111 | 0 | 1000100 | 1010000 | 11001 | 1001 | 1000010 | 101101 |
Color Harmonies of #BF3E27
Complementary color
Monochromatic Colors of #BF3E27
Black with #BF3E27
Text Example
Text Example
White with #BF3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E27; }
p { color: rgb(191,62,39); }
H1.HeaderClassName
{
color: #BF3E27;
}
.AnyTagClassName
{
color: #BF3E27;
}
</style>
background-color css
<style>
a { background-color: #BF3E27; }
a { background-color: rgb(191,62,39); }
div.DivClassName
{
background-color: #BF3E27;
}
.BgClassName
{
background-color: #BF3E27;
}
</style>
border-color css
<style>
span { border-color: #BF3E27; }
span { border-color: rgb(191,62,39); }
td.TdClassName
{
border-color: #BF3E27;
}
.TagClassName
{
border-color: #BF3E27;
}
</style>