Shades of Grenadier #BD4336
Tints of Grenadier #BD4336
RGB
CMYK
RGB Variations
Color information
#BD4336 (or 0xBD4336) is known color: Grenadier. HEX triplet: BD, 43 and 36. RGB value is (189,67,54). Sum of RGB (Red+Green+Blue) = 189+67+54=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4336 is #42BCC9. Grayscale: #666666. Windows color (decimal): -4373706 or 3556285. OLE color: 3556285.
HSL color Cylindrical-coordinate representation of color #BD4336: hue angle of 5.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD4336 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 54 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.26 |
| HSL | 5.78º | 0.56% | 0.48% | - |
| HSV(B) | 5.78º | 0.71% | 0.74% | - |
| XYZ | 23.66 | 15.1 | 5.16 | - |
| YUV | 102 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 54 | 0 | 0.65 | 0.71 | 0.26 | 5.78 | 0.56 | 0.48 |
| Hex | BD | 43 | 36 | 0 | 41 | 47 | 1A | 6 | 38 | 30 |
| Octal | 275 | 103 | 66 | 0 | 101 | 107 | 32 | 6 | 70 | 60 |
| Binary | 10111101 | 1000011 | 110110 | 0 | 1000001 | 1000111 | 11010 | 110 | 111000 | 110000 |
Color Harmonies of #BD4336
Complementary color
Monochromatic Colors of #BD4336
Black with #BD4336
Text Example
Text Example
White with #BD4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4336; }
p { color: rgb(189,67,54); }
H1.HeaderClassName
{
color: #BD4336;
}
.AnyTagClassName
{
color: #BD4336;
}
</style>
background-color css
<style>
a { background-color: #BD4336; }
a { background-color: rgb(189,67,54); }
div.DivClassName
{
background-color: #BD4336;
}
.BgClassName
{
background-color: #BD4336;
}
</style>
border-color css
<style>
span { border-color: #BD4336; }
span { border-color: rgb(189,67,54); }
td.TdClassName
{
border-color: #BD4336;
}
.TagClassName
{
border-color: #BD4336;
}
</style>