Shades of Grenadier #BD482C
Tints of Grenadier #BD482C
RGB
CMYK
RGB Variations
Color information
#BD482C (or 0xBD482C) is known color: Grenadier. HEX triplet: BD, 48 and 2C. RGB value is (189,72,44). Sum of RGB (Red+Green+Blue) = 189+72+44=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD482C is #42B7D3. Grayscale: #686868. Windows color (decimal): -4372436 or 2902205. OLE color: 2902205.
HSL color Cylindrical-coordinate representation of color #BD482C: hue angle of 11.59º 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 #BD482C is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 44 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.26 |
| HSL | 11.59º | 0.62% | 0.46% | - |
| HSV(B) | 11.59º | 0.77% | 0.74% | - |
| XYZ | 23.76 | 15.64 | 4.15 | - |
| YUV | 103.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 44 | 0 | 0.62 | 0.77 | 0.26 | 11.59 | 0.62 | 0.46 |
| Hex | BD | 48 | 2C | 0 | 3E | 4D | 1A | C | 3E | 2E |
| Octal | 275 | 110 | 54 | 0 | 76 | 115 | 32 | 14 | 76 | 56 |
| Binary | 10111101 | 1001000 | 101100 | 0 | 111110 | 1001101 | 11010 | 1100 | 111110 | 101110 |
Color Harmonies of #BD482C
Complementary color
Monochromatic Colors of #BD482C
Black with #BD482C
Text Example
Text Example
White with #BD482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD482C; }
p { color: rgb(189,72,44); }
H1.HeaderClassName
{
color: #BD482C;
}
.AnyTagClassName
{
color: #BD482C;
}
</style>
background-color css
<style>
a { background-color: #BD482C; }
a { background-color: rgb(189,72,44); }
div.DivClassName
{
background-color: #BD482C;
}
.BgClassName
{
background-color: #BD482C;
}
</style>
border-color css
<style>
span { border-color: #BD482C; }
span { border-color: rgb(189,72,44); }
td.TdClassName
{
border-color: #BD482C;
}
.TagClassName
{
border-color: #BD482C;
}
</style>