Shades of Grenadier #BD4B30
Tints of Grenadier #BD4B30
RGB
CMYK
RGB Variations
Color information
#BD4B30 (or 0xBD4B30) is known color: Grenadier. HEX triplet: BD, 4B and 30. RGB value is (189,75,48). Sum of RGB (Red+Green+Blue) = 189+75+48=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B30 is #42B4CF. Grayscale: #6A6A6A. Windows color (decimal): -4371664 or 3165117. OLE color: 3165117.
HSL color Cylindrical-coordinate representation of color #BD4B30: hue angle of 11.49º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD4B30 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 48 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.26 |
| HSL | 11.49º | 0.59% | 0.46% | - |
| HSV(B) | 11.49º | 0.75% | 0.74% | - |
| XYZ | 24.04 | 16.06 | 4.63 | - |
| YUV | 106.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 48 | 0 | 0.60 | 0.75 | 0.26 | 11.49 | 0.59 | 0.46 |
| Hex | BD | 4B | 30 | 0 | 3C | 4B | 1A | B | 3B | 2E |
| Octal | 275 | 113 | 60 | 0 | 74 | 113 | 32 | 13 | 73 | 56 |
| Binary | 10111101 | 1001011 | 110000 | 0 | 111100 | 1001011 | 11010 | 1011 | 111011 | 101110 |
Color Harmonies of #BD4B30
Complementary color
Monochromatic Colors of #BD4B30
Black with #BD4B30
Text Example
Text Example
White with #BD4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B30; }
p { color: rgb(189,75,48); }
H1.HeaderClassName
{
color: #BD4B30;
}
.AnyTagClassName
{
color: #BD4B30;
}
</style>
background-color css
<style>
a { background-color: #BD4B30; }
a { background-color: rgb(189,75,48); }
div.DivClassName
{
background-color: #BD4B30;
}
.BgClassName
{
background-color: #BD4B30;
}
</style>
border-color css
<style>
span { border-color: #BD4B30; }
span { border-color: rgb(189,75,48); }
td.TdClassName
{
border-color: #BD4B30;
}
.TagClassName
{
border-color: #BD4B30;
}
</style>