Shades of Grenadier #BD4533
Tints of Grenadier #BD4533
RGB
CMYK
RGB Variations
Color information
#BD4533 (or 0xBD4533) is known color: Grenadier. HEX triplet: BD, 45 and 33. RGB value is (189,69,51). Sum of RGB (Red+Green+Blue) = 189+69+51=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4533 is #42BACC. Grayscale: #676767. Windows color (decimal): -4373197 or 3360189. OLE color: 3360189.
HSL color Cylindrical-coordinate representation of color #BD4533: hue angle of 7.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD4533 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 51 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.26 |
| HSL | 7.83º | 0.58% | 0.47% | - |
| HSV(B) | 7.83º | 0.73% | 0.74% | - |
| XYZ | 23.71 | 15.31 | 4.84 | - |
| YUV | 102.83 | 98.76 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 51 | 0 | 0.63 | 0.73 | 0.26 | 7.83 | 0.58 | 0.47 |
| Hex | BD | 45 | 33 | 0 | 3F | 49 | 1A | 8 | 3A | 2F |
| Octal | 275 | 105 | 63 | 0 | 77 | 111 | 32 | 10 | 72 | 57 |
| Binary | 10111101 | 1000101 | 110011 | 0 | 111111 | 1001001 | 11010 | 1000 | 111010 | 101111 |
Color Harmonies of #BD4533
Complementary color
Monochromatic Colors of #BD4533
Black with #BD4533
Text Example
Text Example
White with #BD4533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4533; }
p { color: rgb(189,69,51); }
H1.HeaderClassName
{
color: #BD4533;
}
.AnyTagClassName
{
color: #BD4533;
}
</style>
background-color css
<style>
a { background-color: #BD4533; }
a { background-color: rgb(189,69,51); }
div.DivClassName
{
background-color: #BD4533;
}
.BgClassName
{
background-color: #BD4533;
}
</style>
border-color css
<style>
span { border-color: #BD4533; }
span { border-color: rgb(189,69,51); }
td.TdClassName
{
border-color: #BD4533;
}
.TagClassName
{
border-color: #BD4533;
}
</style>