Shades of Grenadier #BD4332
Tints of Grenadier #BD4332
RGB
CMYK
RGB Variations
Color information
#BD4332 (or 0xBD4332) is known color: Grenadier. HEX triplet: BD, 43 and 32. RGB value is (189,67,50). Sum of RGB (Red+Green+Blue) = 189+67+50=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4332 is #42BCCD. Grayscale: #656565. Windows color (decimal): -4373710 or 3294141. OLE color: 3294141.
HSL color Cylindrical-coordinate representation of color #BD4332: hue angle of 7.34º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD4332 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 50 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.26 |
| HSL | 7.34º | 0.58% | 0.47% | - |
| HSV(B) | 7.34º | 0.74% | 0.74% | - |
| XYZ | 23.57 | 15.06 | 4.68 | - |
| YUV | 101.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 50 | 0 | 0.65 | 0.74 | 0.26 | 7.34 | 0.58 | 0.47 |
| Hex | BD | 43 | 32 | 0 | 41 | 4A | 1A | 7 | 3A | 2F |
| Octal | 275 | 103 | 62 | 0 | 101 | 112 | 32 | 7 | 72 | 57 |
| Binary | 10111101 | 1000011 | 110010 | 0 | 1000001 | 1001010 | 11010 | 111 | 111010 | 101111 |
Color Harmonies of #BD4332
Complementary color
Monochromatic Colors of #BD4332
Black with #BD4332
Text Example
Text Example
White with #BD4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4332; }
p { color: rgb(189,67,50); }
H1.HeaderClassName
{
color: #BD4332;
}
.AnyTagClassName
{
color: #BD4332;
}
</style>
background-color css
<style>
a { background-color: #BD4332; }
a { background-color: rgb(189,67,50); }
div.DivClassName
{
background-color: #BD4332;
}
.BgClassName
{
background-color: #BD4332;
}
</style>
border-color css
<style>
span { border-color: #BD4332; }
span { border-color: rgb(189,67,50); }
td.TdClassName
{
border-color: #BD4332;
}
.TagClassName
{
border-color: #BD4332;
}
</style>