Shades of Grenadier #BD4A30
Tints of Grenadier #BD4A30
RGB
CMYK
RGB Variations
Color information
#BD4A30 (or 0xBD4A30) is known color: Grenadier. HEX triplet: BD, 4A and 30. RGB value is (189,74,48). Sum of RGB (Red+Green+Blue) = 189+74+48=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A30 is #42B5CF. Grayscale: #696969. Windows color (decimal): -4371920 or 3164861. OLE color: 3164861.
HSL color Cylindrical-coordinate representation of color #BD4A30: hue angle of 11.06º 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 #BD4A30 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 48 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.26 |
| HSL | 11.06º | 0.59% | 0.46% | - |
| HSV(B) | 11.06º | 0.75% | 0.74% | - |
| XYZ | 23.97 | 15.93 | 4.61 | - |
| YUV | 105.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 48 | 0 | 0.61 | 0.75 | 0.26 | 11.06 | 0.59 | 0.46 |
| Hex | BD | 4A | 30 | 0 | 3D | 4B | 1A | B | 3B | 2E |
| Octal | 275 | 112 | 60 | 0 | 75 | 113 | 32 | 13 | 73 | 56 |
| Binary | 10111101 | 1001010 | 110000 | 0 | 111101 | 1001011 | 11010 | 1011 | 111011 | 101110 |
Color Harmonies of #BD4A30
Complementary color
Monochromatic Colors of #BD4A30
Black with #BD4A30
Text Example
Text Example
White with #BD4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A30; }
p { color: rgb(189,74,48); }
H1.HeaderClassName
{
color: #BD4A30;
}
.AnyTagClassName
{
color: #BD4A30;
}
</style>
background-color css
<style>
a { background-color: #BD4A30; }
a { background-color: rgb(189,74,48); }
div.DivClassName
{
background-color: #BD4A30;
}
.BgClassName
{
background-color: #BD4A30;
}
</style>
border-color css
<style>
span { border-color: #BD4A30; }
span { border-color: rgb(189,74,48); }
td.TdClassName
{
border-color: #BD4A30;
}
.TagClassName
{
border-color: #BD4A30;
}
</style>