Shades of Grenadier #BD4026
Tints of Grenadier #BD4026
RGB
CMYK
RGB Variations
Color information
#BD4026 (or 0xBD4026) is known color: Grenadier. HEX triplet: BD, 40 and 26. RGB value is (189,64,38). Sum of RGB (Red+Green+Blue) = 189+64+38=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4026 is #42BFD9. Grayscale: #626262. Windows color (decimal): -4374490 or 2506941. OLE color: 2506941.
HSL color Cylindrical-coordinate representation of color #BD4026: hue angle of 10.33º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD4026 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 38 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.26 |
| HSL | 10.33º | 0.67% | 0.45% | - |
| HSV(B) | 10.33º | 0.8% | 0.74% | - |
| XYZ | 23.17 | 14.63 | 3.44 | - |
| YUV | 98.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 38 | 0 | 0.66 | 0.80 | 0.26 | 10.33 | 0.67 | 0.45 |
| Hex | BD | 40 | 26 | 0 | 42 | 50 | 1A | A | 43 | 2D |
| Octal | 275 | 100 | 46 | 0 | 102 | 120 | 32 | 12 | 103 | 55 |
| Binary | 10111101 | 1000000 | 100110 | 0 | 1000010 | 1010000 | 11010 | 1010 | 1000011 | 101101 |
Color Harmonies of #BD4026
Complementary color
Monochromatic Colors of #BD4026
Black with #BD4026
Text Example
Text Example
White with #BD4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4026; }
p { color: rgb(189,64,38); }
H1.HeaderClassName
{
color: #BD4026;
}
.AnyTagClassName
{
color: #BD4026;
}
</style>
background-color css
<style>
a { background-color: #BD4026; }
a { background-color: rgb(189,64,38); }
div.DivClassName
{
background-color: #BD4026;
}
.BgClassName
{
background-color: #BD4026;
}
</style>
border-color css
<style>
span { border-color: #BD4026; }
span { border-color: rgb(189,64,38); }
td.TdClassName
{
border-color: #BD4026;
}
.TagClassName
{
border-color: #BD4026;
}
</style>