Shades of Grenadier #BD4529
Tints of Grenadier #BD4529
RGB
CMYK
RGB Variations
Color information
#BD4529 (or 0xBD4529) is known color: Grenadier. HEX triplet: BD, 45 and 29. RGB value is (189,69,41). Sum of RGB (Red+Green+Blue) = 189+69+41=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4529 is #42BAD6. Grayscale: #656565. Windows color (decimal): -4373207 or 2704829. OLE color: 2704829.
HSL color Cylindrical-coordinate representation of color #BD4529: hue angle of 11.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD4529 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 41 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.26 |
| HSL | 11.35º | 0.64% | 0.45% | - |
| HSV(B) | 11.35º | 0.78% | 0.74% | - |
| XYZ | 23.51 | 15.24 | 3.8 | - |
| YUV | 101.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 41 | 0 | 0.63 | 0.78 | 0.26 | 11.35 | 0.64 | 0.45 |
| Hex | BD | 45 | 29 | 0 | 3F | 4E | 1A | B | 40 | 2D |
| Octal | 275 | 105 | 51 | 0 | 77 | 116 | 32 | 13 | 100 | 55 |
| Binary | 10111101 | 1000101 | 101001 | 0 | 111111 | 1001110 | 11010 | 1011 | 1000000 | 101101 |
Color Harmonies of #BD4529
Complementary color
Monochromatic Colors of #BD4529
Black with #BD4529
Text Example
Text Example
White with #BD4529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4529; }
p { color: rgb(189,69,41); }
H1.HeaderClassName
{
color: #BD4529;
}
.AnyTagClassName
{
color: #BD4529;
}
</style>
background-color css
<style>
a { background-color: #BD4529; }
a { background-color: rgb(189,69,41); }
div.DivClassName
{
background-color: #BD4529;
}
.BgClassName
{
background-color: #BD4529;
}
</style>
border-color css
<style>
span { border-color: #BD4529; }
span { border-color: rgb(189,69,41); }
td.TdClassName
{
border-color: #BD4529;
}
.TagClassName
{
border-color: #BD4529;
}
</style>