Shades of Grenadier #BF442D
Tints of Grenadier #BF442D
RGB
CMYK
RGB Variations
Color information
#BF442D (or 0xBF442D) is known color: Grenadier. HEX triplet: BF, 44 and 2D. RGB value is (191,68,45). Sum of RGB (Red+Green+Blue) = 191+68+45=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF442D is #40BBD2. Grayscale: #666666. Windows color (decimal): -4242387 or 2966719. OLE color: 2966719.
HSL color Cylindrical-coordinate representation of color #BF442D: hue angle of 9.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF442D is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 45 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.25 |
| HSL | 9.45º | 0.62% | 0.46% | - |
| HSV(B) | 9.45º | 0.76% | 0.75% | - |
| XYZ | 24.03 | 15.4 | 4.19 | - |
| YUV | 102.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 45 | 0 | 0.64 | 0.76 | 0.25 | 9.45 | 0.62 | 0.46 |
| Hex | BF | 44 | 2D | 0 | 40 | 4C | 19 | 9 | 3E | 2E |
| Octal | 277 | 104 | 55 | 0 | 100 | 114 | 31 | 11 | 76 | 56 |
| Binary | 10111111 | 1000100 | 101101 | 0 | 1000000 | 1001100 | 11001 | 1001 | 111110 | 101110 |
Color Harmonies of #BF442D
Complementary color
Monochromatic Colors of #BF442D
Black with #BF442D
Text Example
Text Example
White with #BF442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF442D; }
p { color: rgb(191,68,45); }
H1.HeaderClassName
{
color: #BF442D;
}
.AnyTagClassName
{
color: #BF442D;
}
</style>
background-color css
<style>
a { background-color: #BF442D; }
a { background-color: rgb(191,68,45); }
div.DivClassName
{
background-color: #BF442D;
}
.BgClassName
{
background-color: #BF442D;
}
</style>
border-color css
<style>
span { border-color: #BF442D; }
span { border-color: rgb(191,68,45); }
td.TdClassName
{
border-color: #BF442D;
}
.TagClassName
{
border-color: #BF442D;
}
</style>