Shades of Rust #BB500E
Tints of Rust #BB500E
RGB
CMYK
RGB Variations
Color information
#BB500E (or 0xBB500E) is known color: Rust. HEX triplet: BB, 50 and 0E. RGB value is (187,80,14). Sum of RGB (Red+Green+Blue) = 187+80+14=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB500E is #44AFF1. Grayscale: #686868. Windows color (decimal): -4501490 or 938171. OLE color: 938171.
HSL color Cylindrical-coordinate representation of color #BB500E: hue angle of 22.89º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB500E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.27 |
| HSL | 22.89º | 0.86% | 0.39% | - |
| HSV(B) | 22.89º | 0.93% | 0.73% | - |
| XYZ | 23.44 | 16.33 | 2.33 | - |
| YUV | 104.47 | 76.95 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 14 | 0 | 0.57 | 0.93 | 0.27 | 22.89 | 0.86 | 0.39 |
| Hex | BB | 50 | E | 0 | 39 | 5D | 1B | 17 | 56 | 27 |
| Octal | 273 | 120 | 16 | 0 | 71 | 135 | 33 | 27 | 126 | 47 |
| Binary | 10111011 | 1010000 | 1110 | 0 | 111001 | 1011101 | 11011 | 10111 | 1010110 | 100111 |
Color Harmonies of #BB500E
Complementary color
Monochromatic Colors of #BB500E
Black with #BB500E
Text Example
Text Example
White with #BB500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB500E; }
p { color: rgb(187,80,14); }
H1.HeaderClassName
{
color: #BB500E;
}
.AnyTagClassName
{
color: #BB500E;
}
</style>
background-color css
<style>
a { background-color: #BB500E; }
a { background-color: rgb(187,80,14); }
div.DivClassName
{
background-color: #BB500E;
}
.BgClassName
{
background-color: #BB500E;
}
</style>
border-color css
<style>
span { border-color: #BB500E; }
span { border-color: rgb(187,80,14); }
td.TdClassName
{
border-color: #BB500E;
}
.TagClassName
{
border-color: #BB500E;
}
</style>