Shades of Grenadier #BB482A
Tints of Grenadier #BB482A
RGB
CMYK
RGB Variations
Color information
#BB482A (or 0xBB482A) is known color: Grenadier. HEX triplet: BB, 48 and 2A. RGB value is (187,72,42). Sum of RGB (Red+Green+Blue) = 187+72+42=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB482A is #44B7D5. Grayscale: #676767. Windows color (decimal): -4503510 or 2771131. OLE color: 2771131.
HSL color Cylindrical-coordinate representation of color #BB482A: hue angle of 12.41º 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 #BB482A is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 42 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.27 |
| HSL | 12.41º | 0.63% | 0.45% | - |
| HSV(B) | 12.41º | 0.78% | 0.73% | - |
| XYZ | 23.23 | 15.37 | 3.93 | - |
| YUV | 102.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 42 | 0 | 0.61 | 0.78 | 0.27 | 12.41 | 0.63 | 0.45 |
| Hex | BB | 48 | 2A | 0 | 3D | 4E | 1B | C | 3F | 2D |
| Octal | 273 | 110 | 52 | 0 | 75 | 116 | 33 | 14 | 77 | 55 |
| Binary | 10111011 | 1001000 | 101010 | 0 | 111101 | 1001110 | 11011 | 1100 | 111111 | 101101 |
Color Harmonies of #BB482A
Complementary color
Monochromatic Colors of #BB482A
Black with #BB482A
Text Example
Text Example
White with #BB482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB482A; }
p { color: rgb(187,72,42); }
H1.HeaderClassName
{
color: #BB482A;
}
.AnyTagClassName
{
color: #BB482A;
}
</style>
background-color css
<style>
a { background-color: #BB482A; }
a { background-color: rgb(187,72,42); }
div.DivClassName
{
background-color: #BB482A;
}
.BgClassName
{
background-color: #BB482A;
}
</style>
border-color css
<style>
span { border-color: #BB482A; }
span { border-color: rgb(187,72,42); }
td.TdClassName
{
border-color: #BB482A;
}
.TagClassName
{
border-color: #BB482A;
}
</style>