Shades of Rust #BB5316
Tints of Rust #BB5316
RGB
CMYK
RGB Variations
Color information
#BB5316 (or 0xBB5316) is known color: Rust. HEX triplet: BB, 53 and 16. RGB value is (187,83,22). Sum of RGB (Red+Green+Blue) = 187+83+22=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5316 is #44ACE9. Grayscale: #6B6B6B. Windows color (decimal): -4500714 or 1463227. OLE color: 1463227.
HSL color Cylindrical-coordinate representation of color #BB5316: hue angle of 22.18º 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 #BB5316 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 83 | 22 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.27 |
| HSL | 22.18º | 0.79% | 0.41% | - |
| HSV(B) | 22.18º | 0.88% | 0.73% | - |
| XYZ | 23.73 | 16.81 | 2.75 | - |
| YUV | 107.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 83 | 22 | 0 | 0.56 | 0.88 | 0.27 | 22.18 | 0.79 | 0.41 |
| Hex | BB | 53 | 16 | 0 | 38 | 58 | 1B | 16 | 4F | 29 |
| Octal | 273 | 123 | 26 | 0 | 70 | 130 | 33 | 26 | 117 | 51 |
| Binary | 10111011 | 1010011 | 10110 | 0 | 111000 | 1011000 | 11011 | 10110 | 1001111 | 101001 |
Color Harmonies of #BB5316
Complementary color
Monochromatic Colors of #BB5316
Black with #BB5316
Text Example
Text Example
White with #BB5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5316; }
p { color: rgb(187,83,22); }
H1.HeaderClassName
{
color: #BB5316;
}
.AnyTagClassName
{
color: #BB5316;
}
</style>
background-color css
<style>
a { background-color: #BB5316; }
a { background-color: rgb(187,83,22); }
div.DivClassName
{
background-color: #BB5316;
}
.BgClassName
{
background-color: #BB5316;
}
</style>
border-color css
<style>
span { border-color: #BB5316; }
span { border-color: rgb(187,83,22); }
td.TdClassName
{
border-color: #BB5316;
}
.TagClassName
{
border-color: #BB5316;
}
</style>