Shades of Grenadier #BD482F
Tints of Grenadier #BD482F
RGB
CMYK
RGB Variations
Color information
#BD482F (or 0xBD482F) is known color: Grenadier. HEX triplet: BD, 48 and 2F. RGB value is (189,72,47). Sum of RGB (Red+Green+Blue) = 189+72+47=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD482F is #42B7D0. Grayscale: #686868. Windows color (decimal): -4372433 or 3098813. OLE color: 3098813.
HSL color Cylindrical-coordinate representation of color #BD482F: hue angle of 10.56º degrees, saturation: 0.6, 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 #BD482F is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 47 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.26 |
| HSL | 10.56º | 0.6% | 0.46% | - |
| HSV(B) | 10.56º | 0.75% | 0.74% | - |
| XYZ | 23.82 | 15.66 | 4.46 | - |
| YUV | 104.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 47 | 0 | 0.62 | 0.75 | 0.26 | 10.56 | 0.6 | 0.46 |
| Hex | BD | 48 | 2F | 0 | 3E | 4B | 1A | B | 3C | 2E |
| Octal | 275 | 110 | 57 | 0 | 76 | 113 | 32 | 13 | 74 | 56 |
| Binary | 10111101 | 1001000 | 101111 | 0 | 111110 | 1001011 | 11010 | 1011 | 111100 | 101110 |
Color Harmonies of #BD482F
Complementary color
Monochromatic Colors of #BD482F
Black with #BD482F
Text Example
Text Example
White with #BD482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD482F; }
p { color: rgb(189,72,47); }
H1.HeaderClassName
{
color: #BD482F;
}
.AnyTagClassName
{
color: #BD482F;
}
</style>
background-color css
<style>
a { background-color: #BD482F; }
a { background-color: rgb(189,72,47); }
div.DivClassName
{
background-color: #BD482F;
}
.BgClassName
{
background-color: #BD482F;
}
</style>
border-color css
<style>
span { border-color: #BD482F; }
span { border-color: rgb(189,72,47); }
td.TdClassName
{
border-color: #BD482F;
}
.TagClassName
{
border-color: #BD482F;
}
</style>