Shades of Grenadier #BD4539
Tints of Grenadier #BD4539
RGB
CMYK
RGB Variations
Color information
#BD4539 (or 0xBD4539) is known color: Grenadier. HEX triplet: BD, 45 and 39. RGB value is (189,69,57). Sum of RGB (Red+Green+Blue) = 189+69+57=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4539 is #42BAC6. Grayscale: #676767. Windows color (decimal): -4373191 or 3753405. OLE color: 3753405.
HSL color Cylindrical-coordinate representation of color #BD4539: hue angle of 5.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4539 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 57 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.26 |
| HSL | 5.45º | 0.54% | 0.48% | - |
| HSV(B) | 5.45º | 0.7% | 0.74% | - |
| XYZ | 23.85 | 15.37 | 5.58 | - |
| YUV | 103.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 57 | 0 | 0.63 | 0.70 | 0.26 | 5.45 | 0.54 | 0.48 |
| Hex | BD | 45 | 39 | 0 | 3F | 46 | 1A | 5 | 36 | 30 |
| Octal | 275 | 105 | 71 | 0 | 77 | 106 | 32 | 5 | 66 | 60 |
| Binary | 10111101 | 1000101 | 111001 | 0 | 111111 | 1000110 | 11010 | 101 | 110110 | 110000 |
Color Harmonies of #BD4539
Complementary color
Monochromatic Colors of #BD4539
Black with #BD4539
Text Example
Text Example
White with #BD4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4539; }
p { color: rgb(189,69,57); }
H1.HeaderClassName
{
color: #BD4539;
}
.AnyTagClassName
{
color: #BD4539;
}
</style>
background-color css
<style>
a { background-color: #BD4539; }
a { background-color: rgb(189,69,57); }
div.DivClassName
{
background-color: #BD4539;
}
.BgClassName
{
background-color: #BD4539;
}
</style>
border-color css
<style>
span { border-color: #BD4539; }
span { border-color: rgb(189,69,57); }
td.TdClassName
{
border-color: #BD4539;
}
.TagClassName
{
border-color: #BD4539;
}
</style>