Shades of Grenadier #BD4939
Tints of Grenadier #BD4939
RGB
CMYK
RGB Variations
Color information
#BD4939 (or 0xBD4939) is known color: Grenadier. HEX triplet: BD, 49 and 39. RGB value is (189,73,57). Sum of RGB (Red+Green+Blue) = 189+73+57=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4939 is #42B6C6. Grayscale: #6A6A6A. Windows color (decimal): -4372167 or 3754429. OLE color: 3754429.
HSL color Cylindrical-coordinate representation of color #BD4939: hue angle of 7.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4939 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 57 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.26 |
| HSL | 7.27º | 0.54% | 0.48% | - |
| HSV(B) | 7.27º | 0.7% | 0.74% | - |
| XYZ | 24.11 | 15.88 | 5.67 | - |
| YUV | 105.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 57 | 0 | 0.61 | 0.70 | 0.26 | 7.27 | 0.54 | 0.48 |
| Hex | BD | 49 | 39 | 0 | 3D | 46 | 1A | 7 | 36 | 30 |
| Octal | 275 | 111 | 71 | 0 | 75 | 106 | 32 | 7 | 66 | 60 |
| Binary | 10111101 | 1001001 | 111001 | 0 | 111101 | 1000110 | 11010 | 111 | 110110 | 110000 |
Color Harmonies of #BD4939
Complementary color
Monochromatic Colors of #BD4939
Black with #BD4939
Text Example
Text Example
White with #BD4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4939; }
p { color: rgb(189,73,57); }
H1.HeaderClassName
{
color: #BD4939;
}
.AnyTagClassName
{
color: #BD4939;
}
</style>
background-color css
<style>
a { background-color: #BD4939; }
a { background-color: rgb(189,73,57); }
div.DivClassName
{
background-color: #BD4939;
}
.BgClassName
{
background-color: #BD4939;
}
</style>
border-color css
<style>
span { border-color: #BD4939; }
span { border-color: rgb(189,73,57); }
td.TdClassName
{
border-color: #BD4939;
}
.TagClassName
{
border-color: #BD4939;
}
</style>