Shades of Rust #BB520B
Tints of Rust #BB520B
RGB
CMYK
RGB Variations
Color information
#BB520B (or 0xBB520B) is known color: Rust. HEX triplet: BB, 52 and 0B. RGB value is (187,82,11). Sum of RGB (Red+Green+Blue) = 187+82+11=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB520B is #44ADF4. Grayscale: #696969. Windows color (decimal): -4500981 or 742075. OLE color: 742075.
HSL color Cylindrical-coordinate representation of color #BB520B: hue angle of 24.2º 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 #BB520B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.27 |
| HSL | 24.2º | 0.89% | 0.39% | - |
| HSV(B) | 24.2º | 0.94% | 0.73% | - |
| XYZ | 23.57 | 16.62 | 2.28 | - |
| YUV | 105.3 | 74.79 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 11 | 0 | 0.56 | 0.94 | 0.27 | 24.2 | 0.89 | 0.39 |
| Hex | BB | 52 | B | 0 | 38 | 5E | 1B | 18 | 59 | 27 |
| Octal | 273 | 122 | 13 | 0 | 70 | 136 | 33 | 30 | 131 | 47 |
| Binary | 10111011 | 1010010 | 1011 | 0 | 111000 | 1011110 | 11011 | 11000 | 1011001 | 100111 |
Color Harmonies of #BB520B
Complementary color
Monochromatic Colors of #BB520B
Black with #BB520B
Text Example
Text Example
White with #BB520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB520B; }
p { color: rgb(187,82,11); }
H1.HeaderClassName
{
color: #BB520B;
}
.AnyTagClassName
{
color: #BB520B;
}
</style>
background-color css
<style>
a { background-color: #BB520B; }
a { background-color: rgb(187,82,11); }
div.DivClassName
{
background-color: #BB520B;
}
.BgClassName
{
background-color: #BB520B;
}
</style>
border-color css
<style>
span { border-color: #BB520B; }
span { border-color: rgb(187,82,11); }
td.TdClassName
{
border-color: #BB520B;
}
.TagClassName
{
border-color: #BB520B;
}
</style>