Shades of Grenadier #BD4229
Tints of Grenadier #BD4229
RGB
CMYK
RGB Variations
Color information
#BD4229 (or 0xBD4229) is known color: Grenadier. HEX triplet: BD, 42 and 29. RGB value is (189,66,41). Sum of RGB (Red+Green+Blue) = 189+66+41=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4229 is #42BDD6. Grayscale: #646464. Windows color (decimal): -4373975 or 2704061. OLE color: 2704061.
HSL color Cylindrical-coordinate representation of color #BD4229: hue angle of 10.14º 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 #BD4229 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 41 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.26 |
| HSL | 10.14º | 0.64% | 0.45% | - |
| HSV(B) | 10.14º | 0.78% | 0.74% | - |
| XYZ | 23.33 | 14.88 | 3.74 | - |
| YUV | 99.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 41 | 0 | 0.65 | 0.78 | 0.26 | 10.14 | 0.64 | 0.45 |
| Hex | BD | 42 | 29 | 0 | 41 | 4E | 1A | A | 40 | 2D |
| Octal | 275 | 102 | 51 | 0 | 101 | 116 | 32 | 12 | 100 | 55 |
| Binary | 10111101 | 1000010 | 101001 | 0 | 1000001 | 1001110 | 11010 | 1010 | 1000000 | 101101 |
Color Harmonies of #BD4229
Complementary color
Monochromatic Colors of #BD4229
Black with #BD4229
Text Example
Text Example
White with #BD4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4229; }
p { color: rgb(189,66,41); }
H1.HeaderClassName
{
color: #BD4229;
}
.AnyTagClassName
{
color: #BD4229;
}
</style>
background-color css
<style>
a { background-color: #BD4229; }
a { background-color: rgb(189,66,41); }
div.DivClassName
{
background-color: #BD4229;
}
.BgClassName
{
background-color: #BD4229;
}
</style>
border-color css
<style>
span { border-color: #BD4229; }
span { border-color: rgb(189,66,41); }
td.TdClassName
{
border-color: #BD4229;
}
.TagClassName
{
border-color: #BD4229;
}
</style>