Shades of Rust #B9390B
Tints of Rust #B9390B
RGB
CMYK
RGB Variations
Color information
#B9390B (or 0xB9390B) is known color: Rust. HEX triplet: B9, 39 and 0B. RGB value is (185,57,11). Sum of RGB (Red+Green+Blue) = 185+57+11=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9390B is #46C6F4. Grayscale: #5A5A5A. Windows color (decimal): -4638453 or 735673. OLE color: 735673.
HSL color Cylindrical-coordinate representation of color #B9390B: hue angle of 15.86º 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 #B9390B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.27 |
| HSL | 15.86º | 0.89% | 0.38% | - |
| HSV(B) | 15.86º | 0.94% | 0.73% | - |
| XYZ | 21.53 | 13.26 | 1.74 | - |
| YUV | 90.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 11 | 0 | 0.69 | 0.94 | 0.27 | 15.86 | 0.89 | 0.38 |
| Hex | B9 | 39 | B | 0 | 45 | 5E | 1B | 10 | 59 | 26 |
| Octal | 271 | 71 | 13 | 0 | 105 | 136 | 33 | 20 | 131 | 46 |
| Binary | 10111001 | 111001 | 1011 | 0 | 1000101 | 1011110 | 11011 | 10000 | 1011001 | 100110 |
Color Harmonies of #B9390B
Complementary color
Monochromatic Colors of #B9390B
Black with #B9390B
Text Example
Text Example
White with #B9390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9390B; }
p { color: rgb(185,57,11); }
H1.HeaderClassName
{
color: #B9390B;
}
.AnyTagClassName
{
color: #B9390B;
}
</style>
background-color css
<style>
a { background-color: #B9390B; }
a { background-color: rgb(185,57,11); }
div.DivClassName
{
background-color: #B9390B;
}
.BgClassName
{
background-color: #B9390B;
}
</style>
border-color css
<style>
span { border-color: #B9390B; }
span { border-color: rgb(185,57,11); }
td.TdClassName
{
border-color: #B9390B;
}
.TagClassName
{
border-color: #B9390B;
}
</style>