Shades of Rust #B9550B
Tints of Rust #B9550B
RGB
CMYK
RGB Variations
Color information
#B9550B (or 0xB9550B) is known color: Rust. HEX triplet: B9, 55 and 0B. RGB value is (185,85,11). Sum of RGB (Red+Green+Blue) = 185+85+11=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9550B is #46AAF4. Grayscale: #6A6A6A. Windows color (decimal): -4631285 or 742841. OLE color: 742841.
HSL color Cylindrical-coordinate representation of color #B9550B: hue angle of 25.52º 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 #B9550B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.27 |
| HSL | 25.52º | 0.89% | 0.38% | - |
| HSV(B) | 25.52º | 0.94% | 0.73% | - |
| XYZ | 23.32 | 16.84 | 2.34 | - |
| YUV | 106.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 11 | 0 | 0.54 | 0.94 | 0.27 | 25.52 | 0.89 | 0.38 |
| Hex | B9 | 55 | B | 0 | 36 | 5E | 1B | 1A | 59 | 26 |
| Octal | 271 | 125 | 13 | 0 | 66 | 136 | 33 | 32 | 131 | 46 |
| Binary | 10111001 | 1010101 | 1011 | 0 | 110110 | 1011110 | 11011 | 11010 | 1011001 | 100110 |
Color Harmonies of #B9550B
Complementary color
Monochromatic Colors of #B9550B
Black with #B9550B
Text Example
Text Example
White with #B9550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9550B; }
p { color: rgb(185,85,11); }
H1.HeaderClassName
{
color: #B9550B;
}
.AnyTagClassName
{
color: #B9550B;
}
</style>
background-color css
<style>
a { background-color: #B9550B; }
a { background-color: rgb(185,85,11); }
div.DivClassName
{
background-color: #B9550B;
}
.BgClassName
{
background-color: #B9550B;
}
</style>
border-color css
<style>
span { border-color: #B9550B; }
span { border-color: rgb(185,85,11); }
td.TdClassName
{
border-color: #B9550B;
}
.TagClassName
{
border-color: #B9550B;
}
</style>