Shades of Rust #BB500B
Tints of Rust #BB500B
RGB
CMYK
RGB Variations
Color information
#BB500B (or 0xBB500B) is known color: Rust. HEX triplet: BB, 50 and 0B. RGB value is (187,80,11). Sum of RGB (Red+Green+Blue) = 187+80+11=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB500B is #44AFF4. Grayscale: #686868. Windows color (decimal): -4501493 or 741563. OLE color: 741563.
HSL color Cylindrical-coordinate representation of color #BB500B: hue angle of 23.52º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB500B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.27 |
| HSL | 23.52º | 0.89% | 0.39% | - |
| HSV(B) | 23.52º | 0.94% | 0.73% | - |
| XYZ | 23.42 | 16.33 | 2.23 | - |
| YUV | 104.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 11 | 0 | 0.57 | 0.94 | 0.27 | 23.52 | 0.89 | 0.39 |
| Hex | BB | 50 | B | 0 | 39 | 5E | 1B | 18 | 59 | 27 |
| Octal | 273 | 120 | 13 | 0 | 71 | 136 | 33 | 30 | 131 | 47 |
| Binary | 10111011 | 1010000 | 1011 | 0 | 111001 | 1011110 | 11011 | 11000 | 1011001 | 100111 |
Color Harmonies of #BB500B
Complementary color
Monochromatic Colors of #BB500B
Black with #BB500B
Text Example
Text Example
White with #BB500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB500B; }
p { color: rgb(187,80,11); }
H1.HeaderClassName
{
color: #BB500B;
}
.AnyTagClassName
{
color: #BB500B;
}
</style>
background-color css
<style>
a { background-color: #BB500B; }
a { background-color: rgb(187,80,11); }
div.DivClassName
{
background-color: #BB500B;
}
.BgClassName
{
background-color: #BB500B;
}
</style>
border-color css
<style>
span { border-color: #BB500B; }
span { border-color: rgb(187,80,11); }
td.TdClassName
{
border-color: #BB500B;
}
.TagClassName
{
border-color: #BB500B;
}
</style>