Shades of Rust #B9460B
Tints of Rust #B9460B
RGB
CMYK
RGB Variations
Color information
#B9460B (or 0xB9460B) is known color: Rust. HEX triplet: B9, 46 and 0B. RGB value is (185,70,11). Sum of RGB (Red+Green+Blue) = 185+70+11=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9460B is #46B9F4. Grayscale: #626262. Windows color (decimal): -4635125 or 739001. OLE color: 739001.
HSL color Cylindrical-coordinate representation of color #B9460B: hue angle of 20.34º 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 #B9460B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.27 |
| HSL | 20.34º | 0.89% | 0.38% | - |
| HSV(B) | 20.34º | 0.94% | 0.73% | - |
| XYZ | 22.26 | 14.72 | 1.98 | - |
| YUV | 97.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 11 | 0 | 0.62 | 0.94 | 0.27 | 20.34 | 0.89 | 0.38 |
| Hex | B9 | 46 | B | 0 | 3E | 5E | 1B | 14 | 59 | 26 |
| Octal | 271 | 106 | 13 | 0 | 76 | 136 | 33 | 24 | 131 | 46 |
| Binary | 10111001 | 1000110 | 1011 | 0 | 111110 | 1011110 | 11011 | 10100 | 1011001 | 100110 |
Color Harmonies of #B9460B
Complementary color
Monochromatic Colors of #B9460B
Black with #B9460B
Text Example
Text Example
White with #B9460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9460B; }
p { color: rgb(185,70,11); }
H1.HeaderClassName
{
color: #B9460B;
}
.AnyTagClassName
{
color: #B9460B;
}
</style>
background-color css
<style>
a { background-color: #B9460B; }
a { background-color: rgb(185,70,11); }
div.DivClassName
{
background-color: #B9460B;
}
.BgClassName
{
background-color: #B9460B;
}
</style>
border-color css
<style>
span { border-color: #B9460B; }
span { border-color: rgb(185,70,11); }
td.TdClassName
{
border-color: #B9460B;
}
.TagClassName
{
border-color: #B9460B;
}
</style>