Shades of Grenadier #BF452D
Tints of Grenadier #BF452D
RGB
CMYK
RGB Variations
Color information
#BF452D (or 0xBF452D) is known color: Grenadier. HEX triplet: BF, 45 and 2D. RGB value is (191,69,45). Sum of RGB (Red+Green+Blue) = 191+69+45=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF452D is #40BAD2. Grayscale: #666666. Windows color (decimal): -4242131 or 2966975. OLE color: 2966975.
HSL color Cylindrical-coordinate representation of color #BF452D: hue angle of 9.86º 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 #BF452D is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 45 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.25 |
| HSL | 9.86º | 0.62% | 0.46% | - |
| HSV(B) | 9.86º | 0.76% | 0.75% | - |
| XYZ | 24.09 | 15.52 | 4.21 | - |
| YUV | 102.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 45 | 0 | 0.64 | 0.76 | 0.25 | 9.86 | 0.62 | 0.46 |
| Hex | BF | 45 | 2D | 0 | 40 | 4C | 19 | A | 3E | 2E |
| Octal | 277 | 105 | 55 | 0 | 100 | 114 | 31 | 12 | 76 | 56 |
| Binary | 10111111 | 1000101 | 101101 | 0 | 1000000 | 1001100 | 11001 | 1010 | 111110 | 101110 |
Color Harmonies of #BF452D
Complementary color
Monochromatic Colors of #BF452D
Black with #BF452D
Text Example
Text Example
White with #BF452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF452D; }
p { color: rgb(191,69,45); }
H1.HeaderClassName
{
color: #BF452D;
}
.AnyTagClassName
{
color: #BF452D;
}
</style>
background-color css
<style>
a { background-color: #BF452D; }
a { background-color: rgb(191,69,45); }
div.DivClassName
{
background-color: #BF452D;
}
.BgClassName
{
background-color: #BF452D;
}
</style>
border-color css
<style>
span { border-color: #BF452D; }
span { border-color: rgb(191,69,45); }
td.TdClassName
{
border-color: #BF452D;
}
.TagClassName
{
border-color: #BF452D;
}
</style>