Shades of Grenadier #BB432A
Tints of Grenadier #BB432A
RGB
CMYK
RGB Variations
Color information
#BB432A (or 0xBB432A) is known color: Grenadier. HEX triplet: BB, 43 and 2A. RGB value is (187,67,42). Sum of RGB (Red+Green+Blue) = 187+67+42=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB432A is #44BCD5. Grayscale: #646464. Windows color (decimal): -4504790 or 2769851. OLE color: 2769851.
HSL color Cylindrical-coordinate representation of color #BB432A: hue angle of 10.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB432A is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 67 | 42 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.27 |
| HSL | 10.34º | 0.63% | 0.45% | - |
| HSV(B) | 10.34º | 0.78% | 0.73% | - |
| XYZ | 22.92 | 14.75 | 3.83 | - |
| YUV | 100.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 67 | 42 | 0 | 0.64 | 0.78 | 0.27 | 10.34 | 0.63 | 0.45 |
| Hex | BB | 43 | 2A | 0 | 40 | 4E | 1B | A | 3F | 2D |
| Octal | 273 | 103 | 52 | 0 | 100 | 116 | 33 | 12 | 77 | 55 |
| Binary | 10111011 | 1000011 | 101010 | 0 | 1000000 | 1001110 | 11011 | 1010 | 111111 | 101101 |
Color Harmonies of #BB432A
Complementary color
Monochromatic Colors of #BB432A
Black with #BB432A
Text Example
Text Example
White with #BB432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB432A; }
p { color: rgb(187,67,42); }
H1.HeaderClassName
{
color: #BB432A;
}
.AnyTagClassName
{
color: #BB432A;
}
</style>
background-color css
<style>
a { background-color: #BB432A; }
a { background-color: rgb(187,67,42); }
div.DivClassName
{
background-color: #BB432A;
}
.BgClassName
{
background-color: #BB432A;
}
</style>
border-color css
<style>
span { border-color: #BB432A; }
span { border-color: rgb(187,67,42); }
td.TdClassName
{
border-color: #BB432A;
}
.TagClassName
{
border-color: #BB432A;
}
</style>