Shades of Grenadier #BB452C
Tints of Grenadier #BB452C
RGB
CMYK
RGB Variations
Color information
#BB452C (or 0xBB452C) is known color: Grenadier. HEX triplet: BB, 45 and 2C. RGB value is (187,69,44). Sum of RGB (Red+Green+Blue) = 187+69+44=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB452C is #44BAD3. Grayscale: #656565. Windows color (decimal): -4504276 or 2901435. OLE color: 2901435.
HSL color Cylindrical-coordinate representation of color #BB452C: hue angle of 10.49º 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 #BB452C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 44 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.27 |
| HSL | 10.49º | 0.62% | 0.45% | - |
| HSV(B) | 10.49º | 0.76% | 0.73% | - |
| XYZ | 23.08 | 15 | 4.06 | - |
| YUV | 101.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 44 | 0 | 0.63 | 0.76 | 0.27 | 10.49 | 0.62 | 0.45 |
| Hex | BB | 45 | 2C | 0 | 3F | 4C | 1B | A | 3E | 2D |
| Octal | 273 | 105 | 54 | 0 | 77 | 114 | 33 | 12 | 76 | 55 |
| Binary | 10111011 | 1000101 | 101100 | 0 | 111111 | 1001100 | 11011 | 1010 | 111110 | 101101 |
Color Harmonies of #BB452C
Complementary color
Monochromatic Colors of #BB452C
Black with #BB452C
Text Example
Text Example
White with #BB452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB452C; }
p { color: rgb(187,69,44); }
H1.HeaderClassName
{
color: #BB452C;
}
.AnyTagClassName
{
color: #BB452C;
}
</style>
background-color css
<style>
a { background-color: #BB452C; }
a { background-color: rgb(187,69,44); }
div.DivClassName
{
background-color: #BB452C;
}
.BgClassName
{
background-color: #BB452C;
}
</style>
border-color css
<style>
span { border-color: #BB452C; }
span { border-color: rgb(187,69,44); }
td.TdClassName
{
border-color: #BB452C;
}
.TagClassName
{
border-color: #BB452C;
}
</style>