Shades of Grenadier #BD4438
Tints of Grenadier #BD4438
RGB
CMYK
RGB Variations
Color information
#BD4438 (or 0xBD4438) is known color: Grenadier. HEX triplet: BD, 44 and 38. RGB value is (189,68,56). Sum of RGB (Red+Green+Blue) = 189+68+56=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4438 is #42BBC7. Grayscale: #666666. Windows color (decimal): -4373448 or 3687613. OLE color: 3687613.
HSL color Cylindrical-coordinate representation of color #BD4438: hue angle of 5.41º 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 #BD4438 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 56 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.26 |
| HSL | 5.41º | 0.54% | 0.48% | - |
| HSV(B) | 5.41º | 0.7% | 0.74% | - |
| XYZ | 23.77 | 15.24 | 5.43 | - |
| YUV | 102.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 56 | 0 | 0.64 | 0.70 | 0.26 | 5.41 | 0.54 | 0.48 |
| Hex | BD | 44 | 38 | 0 | 40 | 46 | 1A | 5 | 36 | 30 |
| Octal | 275 | 104 | 70 | 0 | 100 | 106 | 32 | 5 | 66 | 60 |
| Binary | 10111101 | 1000100 | 111000 | 0 | 1000000 | 1000110 | 11010 | 101 | 110110 | 110000 |
Color Harmonies of #BD4438
Complementary color
Monochromatic Colors of #BD4438
Black with #BD4438
Text Example
Text Example
White with #BD4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4438; }
p { color: rgb(189,68,56); }
H1.HeaderClassName
{
color: #BD4438;
}
.AnyTagClassName
{
color: #BD4438;
}
</style>
background-color css
<style>
a { background-color: #BD4438; }
a { background-color: rgb(189,68,56); }
div.DivClassName
{
background-color: #BD4438;
}
.BgClassName
{
background-color: #BD4438;
}
</style>
border-color css
<style>
span { border-color: #BD4438; }
span { border-color: rgb(189,68,56); }
td.TdClassName
{
border-color: #BD4438;
}
.TagClassName
{
border-color: #BD4438;
}
</style>