Shades of Grenadier #BD4338
Tints of Grenadier #BD4338
RGB
CMYK
RGB Variations
Color information
#BD4338 (or 0xBD4338) is known color: Grenadier. HEX triplet: BD, 43 and 38. RGB value is (189,67,56). Sum of RGB (Red+Green+Blue) = 189+67+56=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4338 is #42BCC7. Grayscale: #666666. Windows color (decimal): -4373704 or 3687357. OLE color: 3687357.
HSL color Cylindrical-coordinate representation of color #BD4338: hue angle of 4.96º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4338 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 56 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.26 |
| HSL | 4.96º | 0.54% | 0.48% | - |
| HSV(B) | 4.96º | 0.7% | 0.74% | - |
| XYZ | 23.71 | 15.12 | 5.41 | - |
| YUV | 102.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 56 | 0 | 0.65 | 0.70 | 0.26 | 4.96 | 0.54 | 0.48 |
| Hex | BD | 43 | 38 | 0 | 41 | 46 | 1A | 5 | 36 | 30 |
| Octal | 275 | 103 | 70 | 0 | 101 | 106 | 32 | 5 | 66 | 60 |
| Binary | 10111101 | 1000011 | 111000 | 0 | 1000001 | 1000110 | 11010 | 101 | 110110 | 110000 |
Color Harmonies of #BD4338
Complementary color
Monochromatic Colors of #BD4338
Black with #BD4338
Text Example
Text Example
White with #BD4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4338; }
p { color: rgb(189,67,56); }
H1.HeaderClassName
{
color: #BD4338;
}
.AnyTagClassName
{
color: #BD4338;
}
</style>
background-color css
<style>
a { background-color: #BD4338; }
a { background-color: rgb(189,67,56); }
div.DivClassName
{
background-color: #BD4338;
}
.BgClassName
{
background-color: #BD4338;
}
</style>
border-color css
<style>
span { border-color: #BD4338; }
span { border-color: rgb(189,67,56); }
td.TdClassName
{
border-color: #BD4338;
}
.TagClassName
{
border-color: #BD4338;
}
</style>