Shades of Grenadier #BF432D
Tints of Grenadier #BF432D
RGB
CMYK
RGB Variations
Color information
#BF432D (or 0xBF432D) is known color: Grenadier. HEX triplet: BF, 43 and 2D. RGB value is (191,67,45). Sum of RGB (Red+Green+Blue) = 191+67+45=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF432D is #40BCD2. Grayscale: #656565. Windows color (decimal): -4242643 or 2966463. OLE color: 2966463.
HSL color Cylindrical-coordinate representation of color #BF432D: hue angle of 9.04º 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 #BF432D is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 45 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.25 |
| HSL | 9.04º | 0.62% | 0.46% | - |
| HSV(B) | 9.04º | 0.76% | 0.75% | - |
| XYZ | 23.97 | 15.28 | 4.17 | - |
| YUV | 101.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 45 | 0 | 0.65 | 0.76 | 0.25 | 9.04 | 0.62 | 0.46 |
| Hex | BF | 43 | 2D | 0 | 41 | 4C | 19 | 9 | 3E | 2E |
| Octal | 277 | 103 | 55 | 0 | 101 | 114 | 31 | 11 | 76 | 56 |
| Binary | 10111111 | 1000011 | 101101 | 0 | 1000001 | 1001100 | 11001 | 1001 | 111110 | 101110 |
Color Harmonies of #BF432D
Complementary color
Monochromatic Colors of #BF432D
Black with #BF432D
Text Example
Text Example
White with #BF432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF432D; }
p { color: rgb(191,67,45); }
H1.HeaderClassName
{
color: #BF432D;
}
.AnyTagClassName
{
color: #BF432D;
}
</style>
background-color css
<style>
a { background-color: #BF432D; }
a { background-color: rgb(191,67,45); }
div.DivClassName
{
background-color: #BF432D;
}
.BgClassName
{
background-color: #BF432D;
}
</style>
border-color css
<style>
span { border-color: #BF432D; }
span { border-color: rgb(191,67,45); }
td.TdClassName
{
border-color: #BF432D;
}
.TagClassName
{
border-color: #BF432D;
}
</style>