Shades of Rust #BB5516
Tints of Rust #BB5516
RGB
CMYK
RGB Variations
Color information
#BB5516 (or 0xBB5516) is known color: Rust. HEX triplet: BB, 55 and 16. RGB value is (187,85,22). Sum of RGB (Red+Green+Blue) = 187+85+22=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5516 is #44AAE9. Grayscale: #6C6C6C. Windows color (decimal): -4500202 or 1463739. OLE color: 1463739.
HSL color Cylindrical-coordinate representation of color #BB5516: hue angle of 22.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB5516 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 22 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.27 |
| HSL | 22.91º | 0.79% | 0.41% | - |
| HSV(B) | 22.91º | 0.88% | 0.73% | - |
| XYZ | 23.89 | 17.12 | 2.8 | - |
| YUV | 108.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 22 | 0 | 0.55 | 0.88 | 0.27 | 22.91 | 0.79 | 0.41 |
| Hex | BB | 55 | 16 | 0 | 37 | 58 | 1B | 17 | 4F | 29 |
| Octal | 273 | 125 | 26 | 0 | 67 | 130 | 33 | 27 | 117 | 51 |
| Binary | 10111011 | 1010101 | 10110 | 0 | 110111 | 1011000 | 11011 | 10111 | 1001111 | 101001 |
Color Harmonies of #BB5516
Complementary color
Monochromatic Colors of #BB5516
Black with #BB5516
Text Example
Text Example
White with #BB5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5516; }
p { color: rgb(187,85,22); }
H1.HeaderClassName
{
color: #BB5516;
}
.AnyTagClassName
{
color: #BB5516;
}
</style>
background-color css
<style>
a { background-color: #BB5516; }
a { background-color: rgb(187,85,22); }
div.DivClassName
{
background-color: #BB5516;
}
.BgClassName
{
background-color: #BB5516;
}
</style>
border-color css
<style>
span { border-color: #BB5516; }
span { border-color: rgb(187,85,22); }
td.TdClassName
{
border-color: #BB5516;
}
.TagClassName
{
border-color: #BB5516;
}
</style>