Shades of Rust #B9360B
Tints of Rust #B9360B
RGB
CMYK
RGB Variations
Color information
#B9360B (or 0xB9360B) is known color: Rust. HEX triplet: B9, 36 and 0B. RGB value is (185,54,11). Sum of RGB (Red+Green+Blue) = 185+54+11=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9360B is #46C9F4. Grayscale: #585858. Windows color (decimal): -4639221 or 734905. OLE color: 734905.
HSL color Cylindrical-coordinate representation of color #B9360B: hue angle of 14.83º 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 #B9360B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.27 |
| HSL | 14.83º | 0.89% | 0.38% | - |
| HSV(B) | 14.83º | 0.94% | 0.73% | - |
| XYZ | 21.39 | 12.98 | 1.69 | - |
| YUV | 88.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 11 | 0 | 0.71 | 0.94 | 0.27 | 14.83 | 0.89 | 0.38 |
| Hex | B9 | 36 | B | 0 | 47 | 5E | 1B | F | 59 | 26 |
| Octal | 271 | 66 | 13 | 0 | 107 | 136 | 33 | 17 | 131 | 46 |
| Binary | 10111001 | 110110 | 1011 | 0 | 1000111 | 1011110 | 11011 | 1111 | 1011001 | 100110 |
Color Harmonies of #B9360B
Complementary color
Monochromatic Colors of #B9360B
Black with #B9360B
Text Example
Text Example
White with #B9360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9360B; }
p { color: rgb(185,54,11); }
H1.HeaderClassName
{
color: #B9360B;
}
.AnyTagClassName
{
color: #B9360B;
}
</style>
background-color css
<style>
a { background-color: #B9360B; }
a { background-color: rgb(185,54,11); }
div.DivClassName
{
background-color: #B9360B;
}
.BgClassName
{
background-color: #B9360B;
}
</style>
border-color css
<style>
span { border-color: #B9360B; }
span { border-color: rgb(185,54,11); }
td.TdClassName
{
border-color: #B9360B;
}
.TagClassName
{
border-color: #B9360B;
}
</style>