Shades of Grenadier #BB4B30
Tints of Grenadier #BB4B30
RGB
CMYK
RGB Variations
Color information
#BB4B30 (or 0xBB4B30) is known color: Grenadier. HEX triplet: BB, 4B and 30. RGB value is (187,75,48). Sum of RGB (Red+Green+Blue) = 187+75+48=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B30 is #44B4CF. Grayscale: #696969. Windows color (decimal): -4502736 or 3165115. OLE color: 3165115.
HSL color Cylindrical-coordinate representation of color #BB4B30: hue angle of 11.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB4B30 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 75 | 48 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.27 |
| HSL | 11.65º | 0.59% | 0.46% | - |
| HSV(B) | 11.65º | 0.74% | 0.73% | - |
| XYZ | 23.54 | 15.81 | 4.61 | - |
| YUV | 105.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 48 | 0 | 0.60 | 0.74 | 0.27 | 11.65 | 0.59 | 0.46 |
| Hex | BB | 4B | 30 | 0 | 3C | 4A | 1B | C | 3B | 2E |
| Octal | 273 | 113 | 60 | 0 | 74 | 112 | 33 | 14 | 73 | 56 |
| Binary | 10111011 | 1001011 | 110000 | 0 | 111100 | 1001010 | 11011 | 1100 | 111011 | 101110 |
Color Harmonies of #BB4B30
Complementary color
Monochromatic Colors of #BB4B30
Black with #BB4B30
Text Example
Text Example
White with #BB4B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4B30; }
p { color: rgb(187,75,48); }
H1.HeaderClassName
{
color: #BB4B30;
}
.AnyTagClassName
{
color: #BB4B30;
}
</style>
background-color css
<style>
a { background-color: #BB4B30; }
a { background-color: rgb(187,75,48); }
div.DivClassName
{
background-color: #BB4B30;
}
.BgClassName
{
background-color: #BB4B30;
}
</style>
border-color css
<style>
span { border-color: #BB4B30; }
span { border-color: rgb(187,75,48); }
td.TdClassName
{
border-color: #BB4B30;
}
.TagClassName
{
border-color: #BB4B30;
}
</style>