Shades of Grenadier #BD492C
Tints of Grenadier #BD492C
RGB
CMYK
RGB Variations
Color information
#BD492C (or 0xBD492C) is known color: Grenadier. HEX triplet: BD, 49 and 2C. RGB value is (189,73,44). Sum of RGB (Red+Green+Blue) = 189+73+44=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD492C is #42B6D3. Grayscale: #686868. Windows color (decimal): -4372180 or 2902461. OLE color: 2902461.
HSL color Cylindrical-coordinate representation of color #BD492C: hue angle of 12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD492C is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 44 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.26 |
| HSL | 12º | 0.62% | 0.46% | - |
| HSV(B) | 12º | 0.77% | 0.74% | - |
| XYZ | 23.82 | 15.77 | 4.17 | - |
| YUV | 104.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 44 | 0 | 0.61 | 0.77 | 0.26 | 12 | 0.62 | 0.46 |
| Hex | BD | 49 | 2C | 0 | 3D | 4D | 1A | C | 3E | 2E |
| Octal | 275 | 111 | 54 | 0 | 75 | 115 | 32 | 14 | 76 | 56 |
| Binary | 10111101 | 1001001 | 101100 | 0 | 111101 | 1001101 | 11010 | 1100 | 111110 | 101110 |
Color Harmonies of #BD492C
Complementary color
Monochromatic Colors of #BD492C
Black with #BD492C
Text Example
Text Example
White with #BD492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD492C; }
p { color: rgb(189,73,44); }
H1.HeaderClassName
{
color: #BD492C;
}
.AnyTagClassName
{
color: #BD492C;
}
</style>
background-color css
<style>
a { background-color: #BD492C; }
a { background-color: rgb(189,73,44); }
div.DivClassName
{
background-color: #BD492C;
}
.BgClassName
{
background-color: #BD492C;
}
</style>
border-color css
<style>
span { border-color: #BD492C; }
span { border-color: rgb(189,73,44); }
td.TdClassName
{
border-color: #BD492C;
}
.TagClassName
{
border-color: #BD492C;
}
</style>