Shades of Grenadier #B94428
Tints of Grenadier #B94428
RGB
CMYK
RGB Variations
Color information
#B94428 (or 0xB94428) is known color: Grenadier. HEX triplet: B9, 44 and 28. RGB value is (185,68,40). Sum of RGB (Red+Green+Blue) = 185+68+40=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B94428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94428 is #46BBD7. Grayscale: #646464. Windows color (decimal): -4635608 or 2639033. OLE color: 2639033.
HSL color Cylindrical-coordinate representation of color #B94428: hue angle of 11.59º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94428 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 40 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.27 |
| HSL | 11.59º | 0.64% | 0.44% | - |
| HSV(B) | 11.59º | 0.78% | 0.73% | - |
| XYZ | 22.46 | 14.6 | 3.64 | - |
| YUV | 99.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 40 | 0 | 0.63 | 0.78 | 0.27 | 11.59 | 0.64 | 0.44 |
| Hex | B9 | 44 | 28 | 0 | 3F | 4E | 1B | C | 40 | 2C |
| Octal | 271 | 104 | 50 | 0 | 77 | 116 | 33 | 14 | 100 | 54 |
| Binary | 10111001 | 1000100 | 101000 | 0 | 111111 | 1001110 | 11011 | 1100 | 1000000 | 101100 |
Color Harmonies of #B94428
Complementary color
Monochromatic Colors of #B94428
Black with #B94428
Text Example
Text Example
White with #B94428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94428; }
p { color: rgb(185,68,40); }
H1.HeaderClassName
{
color: #B94428;
}
.AnyTagClassName
{
color: #B94428;
}
</style>
background-color css
<style>
a { background-color: #B94428; }
a { background-color: rgb(185,68,40); }
div.DivClassName
{
background-color: #B94428;
}
.BgClassName
{
background-color: #B94428;
}
</style>
border-color css
<style>
span { border-color: #B94428; }
span { border-color: rgb(185,68,40); }
td.TdClassName
{
border-color: #B94428;
}
.TagClassName
{
border-color: #B94428;
}
</style>