Shades of Grenadier #BD4437
Tints of Grenadier #BD4437
RGB
CMYK
RGB Variations
Color information
#BD4437 (or 0xBD4437) is known color: Grenadier. HEX triplet: BD, 44 and 37. RGB value is (189,68,55). Sum of RGB (Red+Green+Blue) = 189+68+55=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4437 is #42BBC8. Grayscale: #666666. Windows color (decimal): -4373449 or 3622077. OLE color: 3622077.
HSL color Cylindrical-coordinate representation of color #BD4437: hue angle of 5.82º degrees, saturation: 0.55, 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 #BD4437 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 55 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.26 |
| HSL | 5.82º | 0.55% | 0.48% | - |
| HSV(B) | 5.82º | 0.71% | 0.74% | - |
| XYZ | 23.74 | 15.23 | 5.3 | - |
| YUV | 102.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 55 | 0 | 0.64 | 0.71 | 0.26 | 5.82 | 0.55 | 0.48 |
| Hex | BD | 44 | 37 | 0 | 40 | 47 | 1A | 6 | 37 | 30 |
| Octal | 275 | 104 | 67 | 0 | 100 | 107 | 32 | 6 | 67 | 60 |
| Binary | 10111101 | 1000100 | 110111 | 0 | 1000000 | 1000111 | 11010 | 110 | 110111 | 110000 |
Color Harmonies of #BD4437
Complementary color
Monochromatic Colors of #BD4437
Black with #BD4437
Text Example
Text Example
White with #BD4437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4437; }
p { color: rgb(189,68,55); }
H1.HeaderClassName
{
color: #BD4437;
}
.AnyTagClassName
{
color: #BD4437;
}
</style>
background-color css
<style>
a { background-color: #BD4437; }
a { background-color: rgb(189,68,55); }
div.DivClassName
{
background-color: #BD4437;
}
.BgClassName
{
background-color: #BD4437;
}
</style>
border-color css
<style>
span { border-color: #BD4437; }
span { border-color: rgb(189,68,55); }
td.TdClassName
{
border-color: #BD4437;
}
.TagClassName
{
border-color: #BD4437;
}
</style>