Shades of Grenadier #BB452D
Tints of Grenadier #BB452D
RGB
CMYK
RGB Variations
Color information
#BB452D (or 0xBB452D) is known color: Grenadier. HEX triplet: BB, 45 and 2D. RGB value is (187,69,45). Sum of RGB (Red+Green+Blue) = 187+69+45=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB452D is #44BAD2. Grayscale: #656565. Windows color (decimal): -4504275 or 2966971. OLE color: 2966971.
HSL color Cylindrical-coordinate representation of color #BB452D: hue angle of 10.14º degrees, saturation: 0.61, 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 #BB452D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 45 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.27 |
| HSL | 10.14º | 0.61% | 0.45% | - |
| HSV(B) | 10.14º | 0.76% | 0.73% | - |
| XYZ | 23.1 | 15.01 | 4.16 | - |
| YUV | 101.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 45 | 0 | 0.63 | 0.76 | 0.27 | 10.14 | 0.61 | 0.45 |
| Hex | BB | 45 | 2D | 0 | 3F | 4C | 1B | A | 3D | 2D |
| Octal | 273 | 105 | 55 | 0 | 77 | 114 | 33 | 12 | 75 | 55 |
| Binary | 10111011 | 1000101 | 101101 | 0 | 111111 | 1001100 | 11011 | 1010 | 111101 | 101101 |
Color Harmonies of #BB452D
Complementary color
Monochromatic Colors of #BB452D
Black with #BB452D
Text Example
Text Example
White with #BB452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB452D; }
p { color: rgb(187,69,45); }
H1.HeaderClassName
{
color: #BB452D;
}
.AnyTagClassName
{
color: #BB452D;
}
</style>
background-color css
<style>
a { background-color: #BB452D; }
a { background-color: rgb(187,69,45); }
div.DivClassName
{
background-color: #BB452D;
}
.BgClassName
{
background-color: #BB452D;
}
</style>
border-color css
<style>
span { border-color: #BB452D; }
span { border-color: rgb(187,69,45); }
td.TdClassName
{
border-color: #BB452D;
}
.TagClassName
{
border-color: #BB452D;
}
</style>