Shades of Grenadier #BB4428
Tints of Grenadier #BB4428
RGB
CMYK
RGB Variations
Color information
#BB4428 (or 0xBB4428) is known color: Grenadier. HEX triplet: BB, 44 and 28. RGB value is (187,68,40). Sum of RGB (Red+Green+Blue) = 187+68+40=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4428 is #44BBD7. Grayscale: #646464. Windows color (decimal): -4504536 or 2639035. OLE color: 2639035.
HSL color Cylindrical-coordinate representation of color #BB4428: hue angle of 11.43º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB4428 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 40 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.27 |
| HSL | 11.43º | 0.65% | 0.45% | - |
| HSV(B) | 11.43º | 0.79% | 0.73% | - |
| XYZ | 22.94 | 14.85 | 3.66 | - |
| YUV | 100.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 40 | 0 | 0.64 | 0.79 | 0.27 | 11.43 | 0.65 | 0.45 |
| Hex | BB | 44 | 28 | 0 | 40 | 4F | 1B | B | 41 | 2D |
| Octal | 273 | 104 | 50 | 0 | 100 | 117 | 33 | 13 | 101 | 55 |
| Binary | 10111011 | 1000100 | 101000 | 0 | 1000000 | 1001111 | 11011 | 1011 | 1000001 | 101101 |
Color Harmonies of #BB4428
Complementary color
Monochromatic Colors of #BB4428
Black with #BB4428
Text Example
Text Example
White with #BB4428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4428; }
p { color: rgb(187,68,40); }
H1.HeaderClassName
{
color: #BB4428;
}
.AnyTagClassName
{
color: #BB4428;
}
</style>
background-color css
<style>
a { background-color: #BB4428; }
a { background-color: rgb(187,68,40); }
div.DivClassName
{
background-color: #BB4428;
}
.BgClassName
{
background-color: #BB4428;
}
</style>
border-color css
<style>
span { border-color: #BB4428; }
span { border-color: rgb(187,68,40); }
td.TdClassName
{
border-color: #BB4428;
}
.TagClassName
{
border-color: #BB4428;
}
</style>