Shades of Grenadier #BD4025
Tints of Grenadier #BD4025
RGB
CMYK
RGB Variations
Color information
#BD4025 (or 0xBD4025) is known color: Grenadier. HEX triplet: BD, 40 and 25. RGB value is (189,64,37). Sum of RGB (Red+Green+Blue) = 189+64+37=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4025 is #42BFDA. Grayscale: #626262. Windows color (decimal): -4374491 or 2441405. OLE color: 2441405.
HSL color Cylindrical-coordinate representation of color #BD4025: hue angle of 10.66º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD4025 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 37 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.26 |
| HSL | 10.66º | 0.67% | 0.44% | - |
| HSV(B) | 10.66º | 0.8% | 0.74% | - |
| XYZ | 23.15 | 14.62 | 3.35 | - |
| YUV | 98.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 37 | 0 | 0.66 | 0.80 | 0.26 | 10.66 | 0.67 | 0.44 |
| Hex | BD | 40 | 25 | 0 | 42 | 50 | 1A | B | 43 | 2C |
| Octal | 275 | 100 | 45 | 0 | 102 | 120 | 32 | 13 | 103 | 54 |
| Binary | 10111101 | 1000000 | 100101 | 0 | 1000010 | 1010000 | 11010 | 1011 | 1000011 | 101100 |
Color Harmonies of #BD4025
Complementary color
Monochromatic Colors of #BD4025
Black with #BD4025
Text Example
Text Example
White with #BD4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4025; }
p { color: rgb(189,64,37); }
H1.HeaderClassName
{
color: #BD4025;
}
.AnyTagClassName
{
color: #BD4025;
}
</style>
background-color css
<style>
a { background-color: #BD4025; }
a { background-color: rgb(189,64,37); }
div.DivClassName
{
background-color: #BD4025;
}
.BgClassName
{
background-color: #BD4025;
}
</style>
border-color css
<style>
span { border-color: #BD4025; }
span { border-color: rgb(189,64,37); }
td.TdClassName
{
border-color: #BD4025;
}
.TagClassName
{
border-color: #BD4025;
}
</style>