Shades of Rust #BB5616
Tints of Rust #BB5616
RGB
CMYK
RGB Variations
Color information
#BB5616 (or 0xBB5616) is known color: Rust. HEX triplet: BB, 56 and 16. RGB value is (187,86,22). Sum of RGB (Red+Green+Blue) = 187+86+22=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5616 is #44A9E9. Grayscale: #6D6D6D. Windows color (decimal): -4499946 or 1463995. OLE color: 1463995.
HSL color Cylindrical-coordinate representation of color #BB5616: hue angle of 23.27º 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 #BB5616 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 22 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.27 |
| HSL | 23.27º | 0.79% | 0.41% | - |
| HSV(B) | 23.27º | 0.88% | 0.73% | - |
| XYZ | 23.97 | 17.28 | 2.83 | - |
| YUV | 108.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 22 | 0 | 0.54 | 0.88 | 0.27 | 23.27 | 0.79 | 0.41 |
| Hex | BB | 56 | 16 | 0 | 36 | 58 | 1B | 17 | 4F | 29 |
| Octal | 273 | 126 | 26 | 0 | 66 | 130 | 33 | 27 | 117 | 51 |
| Binary | 10111011 | 1010110 | 10110 | 0 | 110110 | 1011000 | 11011 | 10111 | 1001111 | 101001 |
Color Harmonies of #BB5616
Complementary color
Monochromatic Colors of #BB5616
Black with #BB5616
Text Example
Text Example
White with #BB5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5616; }
p { color: rgb(187,86,22); }
H1.HeaderClassName
{
color: #BB5616;
}
.AnyTagClassName
{
color: #BB5616;
}
</style>
background-color css
<style>
a { background-color: #BB5616; }
a { background-color: rgb(187,86,22); }
div.DivClassName
{
background-color: #BB5616;
}
.BgClassName
{
background-color: #BB5616;
}
</style>
border-color css
<style>
span { border-color: #BB5616; }
span { border-color: rgb(187,86,22); }
td.TdClassName
{
border-color: #BB5616;
}
.TagClassName
{
border-color: #BB5616;
}
</style>