Shades of Grenadier #BF432B
Tints of Grenadier #BF432B
RGB
CMYK
RGB Variations
Color information
#BF432B (or 0xBF432B) is known color: Grenadier. HEX triplet: BF, 43 and 2B. RGB value is (191,67,43). Sum of RGB (Red+Green+Blue) = 191+67+43=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF432B is #40BCD4. Grayscale: #656565. Windows color (decimal): -4242645 or 2835391. OLE color: 2835391.
HSL color Cylindrical-coordinate representation of color #BF432B: hue angle of 9.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF432B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 43 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.25 |
| HSL | 9.73º | 0.63% | 0.46% | - |
| HSV(B) | 9.73º | 0.77% | 0.75% | - |
| XYZ | 23.93 | 15.27 | 3.97 | - |
| YUV | 101.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 43 | 0 | 0.65 | 0.77 | 0.25 | 9.73 | 0.63 | 0.46 |
| Hex | BF | 43 | 2B | 0 | 41 | 4D | 19 | A | 3F | 2E |
| Octal | 277 | 103 | 53 | 0 | 101 | 115 | 31 | 12 | 77 | 56 |
| Binary | 10111111 | 1000011 | 101011 | 0 | 1000001 | 1001101 | 11001 | 1010 | 111111 | 101110 |
Color Harmonies of #BF432B
Complementary color
Monochromatic Colors of #BF432B
Black with #BF432B
Text Example
Text Example
White with #BF432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF432B; }
p { color: rgb(191,67,43); }
H1.HeaderClassName
{
color: #BF432B;
}
.AnyTagClassName
{
color: #BF432B;
}
</style>
background-color css
<style>
a { background-color: #BF432B; }
a { background-color: rgb(191,67,43); }
div.DivClassName
{
background-color: #BF432B;
}
.BgClassName
{
background-color: #BF432B;
}
</style>
border-color css
<style>
span { border-color: #BF432B; }
span { border-color: rgb(191,67,43); }
td.TdClassName
{
border-color: #BF432B;
}
.TagClassName
{
border-color: #BF432B;
}
</style>