Shades of Rust #BB5610
Tints of Rust #BB5610
RGB
CMYK
RGB Variations
Color information
#BB5610 (or 0xBB5610) is known color: Rust. HEX triplet: BB, 56 and 10. RGB value is (187,86,16). Sum of RGB (Red+Green+Blue) = 187+86+16=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5610 is #44A9EF. Grayscale: #6C6C6C. Windows color (decimal): -4499952 or 1070779. OLE color: 1070779.
HSL color Cylindrical-coordinate representation of color #BB5610: hue angle of 24.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB5610 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 16 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.27 |
| HSL | 24.56º | 0.84% | 0.4% | - |
| HSV(B) | 24.56º | 0.91% | 0.73% | - |
| XYZ | 23.91 | 17.26 | 2.56 | - |
| YUV | 108.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 16 | 0 | 0.54 | 0.91 | 0.27 | 24.56 | 0.84 | 0.4 |
| Hex | BB | 56 | 10 | 0 | 36 | 5B | 1B | 19 | 54 | 28 |
| Octal | 273 | 126 | 20 | 0 | 66 | 133 | 33 | 31 | 124 | 50 |
| Binary | 10111011 | 1010110 | 10000 | 0 | 110110 | 1011011 | 11011 | 11001 | 1010100 | 101000 |
Color Harmonies of #BB5610
Complementary color
Monochromatic Colors of #BB5610
Black with #BB5610
Text Example
Text Example
White with #BB5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5610; }
p { color: rgb(187,86,16); }
H1.HeaderClassName
{
color: #BB5610;
}
.AnyTagClassName
{
color: #BB5610;
}
</style>
background-color css
<style>
a { background-color: #BB5610; }
a { background-color: rgb(187,86,16); }
div.DivClassName
{
background-color: #BB5610;
}
.BgClassName
{
background-color: #BB5610;
}
</style>
border-color css
<style>
span { border-color: #BB5610; }
span { border-color: rgb(187,86,16); }
td.TdClassName
{
border-color: #BB5610;
}
.TagClassName
{
border-color: #BB5610;
}
</style>