Shades of Rust #BB520F
Tints of Rust #BB520F
RGB
CMYK
RGB Variations
Color information
#BB520F (or 0xBB520F) is known color: Rust. HEX triplet: BB, 52 and 0F. RGB value is (187,82,15). Sum of RGB (Red+Green+Blue) = 187+82+15=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB520F is #44ADF0. Grayscale: #6A6A6A. Windows color (decimal): -4500977 or 1004219. OLE color: 1004219.
HSL color Cylindrical-coordinate representation of color #BB520F: hue angle of 23.37º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB520F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 82 | 15 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.27 |
| HSL | 23.37º | 0.85% | 0.4% | - |
| HSV(B) | 23.37º | 0.92% | 0.73% | - |
| XYZ | 23.6 | 16.63 | 2.42 | - |
| YUV | 105.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 82 | 15 | 0 | 0.56 | 0.92 | 0.27 | 23.37 | 0.85 | 0.4 |
| Hex | BB | 52 | F | 0 | 38 | 5C | 1B | 17 | 55 | 28 |
| Octal | 273 | 122 | 17 | 0 | 70 | 134 | 33 | 27 | 125 | 50 |
| Binary | 10111011 | 1010010 | 1111 | 0 | 111000 | 1011100 | 11011 | 10111 | 1010101 | 101000 |
Color Harmonies of #BB520F
Complementary color
Monochromatic Colors of #BB520F
Black with #BB520F
Text Example
Text Example
White with #BB520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB520F; }
p { color: rgb(187,82,15); }
H1.HeaderClassName
{
color: #BB520F;
}
.AnyTagClassName
{
color: #BB520F;
}
</style>
background-color css
<style>
a { background-color: #BB520F; }
a { background-color: rgb(187,82,15); }
div.DivClassName
{
background-color: #BB520F;
}
.BgClassName
{
background-color: #BB520F;
}
</style>
border-color css
<style>
span { border-color: #BB520F; }
span { border-color: rgb(187,82,15); }
td.TdClassName
{
border-color: #BB520F;
}
.TagClassName
{
border-color: #BB520F;
}
</style>