Shades of Grenadier #BD4838
Tints of Grenadier #BD4838
RGB
CMYK
RGB Variations
Color information
#BD4838 (or 0xBD4838) is known color: Grenadier. HEX triplet: BD, 48 and 38. RGB value is (189,72,56). Sum of RGB (Red+Green+Blue) = 189+72+56=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4838 is #42B7C7. Grayscale: #696969. Windows color (decimal): -4372424 or 3688637. OLE color: 3688637.
HSL color Cylindrical-coordinate representation of color #BD4838: hue angle of 7.22º 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 #BD4838 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 56 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.26 |
| HSL | 7.22º | 0.54% | 0.48% | - |
| HSV(B) | 7.22º | 0.7% | 0.74% | - |
| XYZ | 24.02 | 15.74 | 5.51 | - |
| YUV | 105.16 | 100.26 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 56 | 0 | 0.62 | 0.70 | 0.26 | 7.22 | 0.54 | 0.48 |
| Hex | BD | 48 | 38 | 0 | 3E | 46 | 1A | 7 | 36 | 30 |
| Octal | 275 | 110 | 70 | 0 | 76 | 106 | 32 | 7 | 66 | 60 |
| Binary | 10111101 | 1001000 | 111000 | 0 | 111110 | 1000110 | 11010 | 111 | 110110 | 110000 |
Color Harmonies of #BD4838
Complementary color
Monochromatic Colors of #BD4838
Black with #BD4838
Text Example
Text Example
White with #BD4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4838; }
p { color: rgb(189,72,56); }
H1.HeaderClassName
{
color: #BD4838;
}
.AnyTagClassName
{
color: #BD4838;
}
</style>
background-color css
<style>
a { background-color: #BD4838; }
a { background-color: rgb(189,72,56); }
div.DivClassName
{
background-color: #BD4838;
}
.BgClassName
{
background-color: #BD4838;
}
</style>
border-color css
<style>
span { border-color: #BD4838; }
span { border-color: rgb(189,72,56); }
td.TdClassName
{
border-color: #BD4838;
}
.TagClassName
{
border-color: #BD4838;
}
</style>