Shades of Grenadier #BD4237
Tints of Grenadier #BD4237
RGB
CMYK
RGB Variations
Color information
#BD4237 (or 0xBD4237) is known color: Grenadier. HEX triplet: BD, 42 and 37. RGB value is (189,66,55). Sum of RGB (Red+Green+Blue) = 189+66+55=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4237 is #42BDC8. Grayscale: #656565. Windows color (decimal): -4373961 or 3621565. OLE color: 3621565.
HSL color Cylindrical-coordinate representation of color #BD4237: hue angle of 4.93º 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 #BD4237 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 55 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.26 |
| HSL | 4.93º | 0.55% | 0.48% | - |
| HSV(B) | 4.93º | 0.71% | 0.74% | - |
| XYZ | 23.62 | 14.99 | 5.26 | - |
| YUV | 101.52 | 101.75 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 55 | 0 | 0.65 | 0.71 | 0.26 | 4.93 | 0.55 | 0.48 |
| Hex | BD | 42 | 37 | 0 | 41 | 47 | 1A | 5 | 37 | 30 |
| Octal | 275 | 102 | 67 | 0 | 101 | 107 | 32 | 5 | 67 | 60 |
| Binary | 10111101 | 1000010 | 110111 | 0 | 1000001 | 1000111 | 11010 | 101 | 110111 | 110000 |
Color Harmonies of #BD4237
Complementary color
Monochromatic Colors of #BD4237
Black with #BD4237
Text Example
Text Example
White with #BD4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4237; }
p { color: rgb(189,66,55); }
H1.HeaderClassName
{
color: #BD4237;
}
.AnyTagClassName
{
color: #BD4237;
}
</style>
background-color css
<style>
a { background-color: #BD4237; }
a { background-color: rgb(189,66,55); }
div.DivClassName
{
background-color: #BD4237;
}
.BgClassName
{
background-color: #BD4237;
}
</style>
border-color css
<style>
span { border-color: #BD4237; }
span { border-color: rgb(189,66,55); }
td.TdClassName
{
border-color: #BD4237;
}
.TagClassName
{
border-color: #BD4237;
}
</style>