Shades of Rust #BB5716
Tints of Rust #BB5716
RGB
CMYK
RGB Variations
Color information
#BB5716 (or 0xBB5716) is known color: Rust. HEX triplet: BB, 57 and 16. RGB value is (187,87,22). Sum of RGB (Red+Green+Blue) = 187+87+22=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5716 is #44A8E9. Grayscale: #6D6D6D. Windows color (decimal): -4499690 or 1464251. OLE color: 1464251.
HSL color Cylindrical-coordinate representation of color #BB5716: hue angle of 23.64º 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 #BB5716 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 22 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.27 |
| HSL | 23.64º | 0.79% | 0.41% | - |
| HSV(B) | 23.64º | 0.88% | 0.73% | - |
| XYZ | 24.05 | 17.44 | 2.86 | - |
| YUV | 109.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 22 | 0 | 0.53 | 0.88 | 0.27 | 23.64 | 0.79 | 0.41 |
| Hex | BB | 57 | 16 | 0 | 35 | 58 | 1B | 18 | 4F | 29 |
| Octal | 273 | 127 | 26 | 0 | 65 | 130 | 33 | 30 | 117 | 51 |
| Binary | 10111011 | 1010111 | 10110 | 0 | 110101 | 1011000 | 11011 | 11000 | 1001111 | 101001 |
Color Harmonies of #BB5716
Complementary color
Monochromatic Colors of #BB5716
Black with #BB5716
Text Example
Text Example
White with #BB5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5716; }
p { color: rgb(187,87,22); }
H1.HeaderClassName
{
color: #BB5716;
}
.AnyTagClassName
{
color: #BB5716;
}
</style>
background-color css
<style>
a { background-color: #BB5716; }
a { background-color: rgb(187,87,22); }
div.DivClassName
{
background-color: #BB5716;
}
.BgClassName
{
background-color: #BB5716;
}
</style>
border-color css
<style>
span { border-color: #BB5716; }
span { border-color: rgb(187,87,22); }
td.TdClassName
{
border-color: #BB5716;
}
.TagClassName
{
border-color: #BB5716;
}
</style>