Shades of Rust #B9540B
Tints of Rust #B9540B
RGB
CMYK
RGB Variations
Color information
#B9540B (or 0xB9540B) is known color: Rust. HEX triplet: B9, 54 and 0B. RGB value is (185,84,11). Sum of RGB (Red+Green+Blue) = 185+84+11=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9540B is #46ABF4. Grayscale: #6A6A6A. Windows color (decimal): -4631541 or 742585. OLE color: 742585.
HSL color Cylindrical-coordinate representation of color #B9540B: hue angle of 25.17º 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 #B9540B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.27 |
| HSL | 25.17º | 0.89% | 0.38% | - |
| HSV(B) | 25.17º | 0.94% | 0.73% | - |
| XYZ | 23.24 | 16.68 | 2.31 | - |
| YUV | 105.88 | 74.46 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 11 | 0 | 0.55 | 0.94 | 0.27 | 25.17 | 0.89 | 0.38 |
| Hex | B9 | 54 | B | 0 | 37 | 5E | 1B | 19 | 59 | 26 |
| Octal | 271 | 124 | 13 | 0 | 67 | 136 | 33 | 31 | 131 | 46 |
| Binary | 10111001 | 1010100 | 1011 | 0 | 110111 | 1011110 | 11011 | 11001 | 1011001 | 100110 |
Color Harmonies of #B9540B
Complementary color
Monochromatic Colors of #B9540B
Black with #B9540B
Text Example
Text Example
White with #B9540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9540B; }
p { color: rgb(185,84,11); }
H1.HeaderClassName
{
color: #B9540B;
}
.AnyTagClassName
{
color: #B9540B;
}
</style>
background-color css
<style>
a { background-color: #B9540B; }
a { background-color: rgb(185,84,11); }
div.DivClassName
{
background-color: #B9540B;
}
.BgClassName
{
background-color: #B9540B;
}
</style>
border-color css
<style>
span { border-color: #B9540B; }
span { border-color: rgb(185,84,11); }
td.TdClassName
{
border-color: #B9540B;
}
.TagClassName
{
border-color: #B9540B;
}
</style>