Shades of Rust #B9500B
Tints of Rust #B9500B
RGB
CMYK
RGB Variations
Color information
#B9500B (or 0xB9500B) is known color: Rust. HEX triplet: B9, 50 and 0B. RGB value is (185,80,11). Sum of RGB (Red+Green+Blue) = 185+80+11=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B9500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9500B is #46AFF4. Grayscale: #676767. Windows color (decimal): -4632565 or 741561. OLE color: 741561.
HSL color Cylindrical-coordinate representation of color #B9500B: hue angle of 23.79º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9500B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.27 |
| HSL | 23.79º | 0.89% | 0.38% | - |
| HSV(B) | 23.79º | 0.94% | 0.73% | - |
| XYZ | 22.94 | 16.08 | 2.21 | - |
| YUV | 103.53 | 75.79 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 11 | 0 | 0.57 | 0.94 | 0.27 | 23.79 | 0.89 | 0.38 |
| Hex | B9 | 50 | B | 0 | 39 | 5E | 1B | 18 | 59 | 26 |
| Octal | 271 | 120 | 13 | 0 | 71 | 136 | 33 | 30 | 131 | 46 |
| Binary | 10111001 | 1010000 | 1011 | 0 | 111001 | 1011110 | 11011 | 11000 | 1011001 | 100110 |
Color Harmonies of #B9500B
Complementary color
Monochromatic Colors of #B9500B
Black with #B9500B
Text Example
Text Example
White with #B9500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9500B; }
p { color: rgb(185,80,11); }
H1.HeaderClassName
{
color: #B9500B;
}
.AnyTagClassName
{
color: #B9500B;
}
</style>
background-color css
<style>
a { background-color: #B9500B; }
a { background-color: rgb(185,80,11); }
div.DivClassName
{
background-color: #B9500B;
}
.BgClassName
{
background-color: #B9500B;
}
</style>
border-color css
<style>
span { border-color: #B9500B; }
span { border-color: rgb(185,80,11); }
td.TdClassName
{
border-color: #B9500B;
}
.TagClassName
{
border-color: #B9500B;
}
</style>