Shades of Grenadier #BB432C
Tints of Grenadier #BB432C
RGB
CMYK
RGB Variations
Color information
#BB432C (or 0xBB432C) is known color: Grenadier. HEX triplet: BB, 43 and 2C. RGB value is (187,67,44). Sum of RGB (Red+Green+Blue) = 187+67+44=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB432C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB432C is #44BCD3. Grayscale: #646464. Windows color (decimal): -4504788 or 2900923. OLE color: 2900923.
HSL color Cylindrical-coordinate representation of color #BB432C: hue angle of 9.65º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB432C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 44 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.27 |
| HSL | 9.65º | 0.62% | 0.45% | - |
| HSV(B) | 9.65º | 0.76% | 0.73% | - |
| XYZ | 22.96 | 14.76 | 4.02 | - |
| YUV | 100.26 | 96.26 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 44 | 0 | 0.64 | 0.76 | 0.27 | 9.65 | 0.62 | 0.45 |
| Hex | BB | 43 | 2C | 0 | 40 | 4C | 1B | A | 3E | 2D |
| Octal | 273 | 103 | 54 | 0 | 100 | 114 | 33 | 12 | 76 | 55 |
| Binary | 10111011 | 1000011 | 101100 | 0 | 1000000 | 1001100 | 11011 | 1010 | 111110 | 101101 |
Color Harmonies of #BB432C
Complementary color
Monochromatic Colors of #BB432C
Black with #BB432C
Text Example
Text Example
White with #BB432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB432C; }
p { color: rgb(187,67,44); }
H1.HeaderClassName
{
color: #BB432C;
}
.AnyTagClassName
{
color: #BB432C;
}
</style>
background-color css
<style>
a { background-color: #BB432C; }
a { background-color: rgb(187,67,44); }
div.DivClassName
{
background-color: #BB432C;
}
.BgClassName
{
background-color: #BB432C;
}
</style>
border-color css
<style>
span { border-color: #BB432C; }
span { border-color: rgb(187,67,44); }
td.TdClassName
{
border-color: #BB432C;
}
.TagClassName
{
border-color: #BB432C;
}
</style>