Shades of Grenadier #BB453B
Tints of Grenadier #BB453B
RGB
CMYK
RGB Variations
Color information
#BB453B (or 0xBB453B) is known color: Grenadier. HEX triplet: BB, 45 and 3B. RGB value is (187,69,59). Sum of RGB (Red+Green+Blue) = 187+69+59=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB453B is #44BAC4. Grayscale: #676767. Windows color (decimal): -4504261 or 3884475. OLE color: 3884475.
HSL color Cylindrical-coordinate representation of color #BB453B: hue angle of 4.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB453B is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 69 | 59 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.27 |
| HSL | 4.69º | 0.52% | 0.48% | - |
| HSV(B) | 4.69º | 0.68% | 0.73% | - |
| XYZ | 23.41 | 15.14 | 5.83 | - |
| YUV | 103.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 59 | 0 | 0.63 | 0.68 | 0.27 | 4.69 | 0.52 | 0.48 |
| Hex | BB | 45 | 3B | 0 | 3F | 44 | 1B | 5 | 34 | 30 |
| Octal | 273 | 105 | 73 | 0 | 77 | 104 | 33 | 5 | 64 | 60 |
| Binary | 10111011 | 1000101 | 111011 | 0 | 111111 | 1000100 | 11011 | 101 | 110100 | 110000 |
Color Harmonies of #BB453B
Complementary color
Monochromatic Colors of #BB453B
Black with #BB453B
Text Example
Text Example
White with #BB453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB453B; }
p { color: rgb(187,69,59); }
H1.HeaderClassName
{
color: #BB453B;
}
.AnyTagClassName
{
color: #BB453B;
}
</style>
background-color css
<style>
a { background-color: #BB453B; }
a { background-color: rgb(187,69,59); }
div.DivClassName
{
background-color: #BB453B;
}
.BgClassName
{
background-color: #BB453B;
}
</style>
border-color css
<style>
span { border-color: #BB453B; }
span { border-color: rgb(187,69,59); }
td.TdClassName
{
border-color: #BB453B;
}
.TagClassName
{
border-color: #BB453B;
}
</style>