Shades of Rust #BB5617
Tints of Rust #BB5617
RGB
CMYK
RGB Variations
Color information
#BB5617 (or 0xBB5617) is known color: Rust. HEX triplet: BB, 56 and 17. RGB value is (187,86,23). Sum of RGB (Red+Green+Blue) = 187+86+23=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5617 is #44A9E8. Grayscale: #6D6D6D. Windows color (decimal): -4499945 or 1529531. OLE color: 1529531.
HSL color Cylindrical-coordinate representation of color #BB5617: hue angle of 23.05º degrees, saturation: 0.78, 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 #BB5617 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.27 |
| HSL | 23.05º | 0.78% | 0.41% | - |
| HSV(B) | 23.05º | 0.88% | 0.73% | - |
| XYZ | 23.98 | 17.28 | 2.88 | - |
| YUV | 109.02 | 79.46 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 23 | 0 | 0.54 | 0.88 | 0.27 | 23.05 | 0.78 | 0.41 |
| Hex | BB | 56 | 17 | 0 | 36 | 58 | 1B | 17 | 4E | 29 |
| Octal | 273 | 126 | 27 | 0 | 66 | 130 | 33 | 27 | 116 | 51 |
| Binary | 10111011 | 1010110 | 10111 | 0 | 110110 | 1011000 | 11011 | 10111 | 1001110 | 101001 |
Color Harmonies of #BB5617
Complementary color
Monochromatic Colors of #BB5617
Black with #BB5617
Text Example
Text Example
White with #BB5617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5617; }
p { color: rgb(187,86,23); }
H1.HeaderClassName
{
color: #BB5617;
}
.AnyTagClassName
{
color: #BB5617;
}
</style>
background-color css
<style>
a { background-color: #BB5617; }
a { background-color: rgb(187,86,23); }
div.DivClassName
{
background-color: #BB5617;
}
.BgClassName
{
background-color: #BB5617;
}
</style>
border-color css
<style>
span { border-color: #BB5617; }
span { border-color: rgb(187,86,23); }
td.TdClassName
{
border-color: #BB5617;
}
.TagClassName
{
border-color: #BB5617;
}
</style>