Shades of Grenadier #BF433D
Tints of Grenadier #BF433D
RGB
CMYK
RGB Variations
Color information
#BF433D (or 0xBF433D) is known color: Grenadier. HEX triplet: BF, 43 and 3D. RGB value is (191,67,61). Sum of RGB (Red+Green+Blue) = 191+67+61=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF433D is #40BCC2. Grayscale: #676767. Windows color (decimal): -4242627 or 4015039. OLE color: 4015039.
HSL color Cylindrical-coordinate representation of color #BF433D: hue angle of 2.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF433D is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 61 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.25 |
| HSL | 2.77º | 0.52% | 0.49% | - |
| HSV(B) | 2.77º | 0.68% | 0.75% | - |
| XYZ | 24.34 | 15.43 | 6.11 | - |
| YUV | 103.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 61 | 0 | 0.65 | 0.68 | 0.25 | 2.77 | 0.52 | 0.49 |
| Hex | BF | 43 | 3D | 0 | 41 | 44 | 19 | 3 | 34 | 31 |
| Octal | 277 | 103 | 75 | 0 | 101 | 104 | 31 | 3 | 64 | 61 |
| Binary | 10111111 | 1000011 | 111101 | 0 | 1000001 | 1000100 | 11001 | 11 | 110100 | 110001 |
Color Harmonies of #BF433D
Complementary color
Monochromatic Colors of #BF433D
Black with #BF433D
Text Example
Text Example
White with #BF433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF433D; }
p { color: rgb(191,67,61); }
H1.HeaderClassName
{
color: #BF433D;
}
.AnyTagClassName
{
color: #BF433D;
}
</style>
background-color css
<style>
a { background-color: #BF433D; }
a { background-color: rgb(191,67,61); }
div.DivClassName
{
background-color: #BF433D;
}
.BgClassName
{
background-color: #BF433D;
}
</style>
border-color css
<style>
span { border-color: #BF433D; }
span { border-color: rgb(191,67,61); }
td.TdClassName
{
border-color: #BF433D;
}
.TagClassName
{
border-color: #BF433D;
}
</style>