Shades of Rust #B9350B
Tints of Rust #B9350B
RGB
CMYK
RGB Variations
Color information
#B9350B (or 0xB9350B) is known color: Rust. HEX triplet: B9, 35 and 0B. RGB value is (185,53,11). Sum of RGB (Red+Green+Blue) = 185+53+11=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9350B is #46CAF4. Grayscale: #575757. Windows color (decimal): -4639477 or 734649. OLE color: 734649.
HSL color Cylindrical-coordinate representation of color #B9350B: hue angle of 14.48º 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 #B9350B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.27 |
| HSL | 14.48º | 0.89% | 0.38% | - |
| HSV(B) | 14.48º | 0.94% | 0.73% | - |
| XYZ | 21.34 | 12.88 | 1.68 | - |
| YUV | 87.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 11 | 0 | 0.71 | 0.94 | 0.27 | 14.48 | 0.89 | 0.38 |
| Hex | B9 | 35 | B | 0 | 47 | 5E | 1B | E | 59 | 26 |
| Octal | 271 | 65 | 13 | 0 | 107 | 136 | 33 | 16 | 131 | 46 |
| Binary | 10111001 | 110101 | 1011 | 0 | 1000111 | 1011110 | 11011 | 1110 | 1011001 | 100110 |
Color Harmonies of #B9350B
Complementary color
Monochromatic Colors of #B9350B
Black with #B9350B
Text Example
Text Example
White with #B9350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9350B; }
p { color: rgb(185,53,11); }
H1.HeaderClassName
{
color: #B9350B;
}
.AnyTagClassName
{
color: #B9350B;
}
</style>
background-color css
<style>
a { background-color: #B9350B; }
a { background-color: rgb(185,53,11); }
div.DivClassName
{
background-color: #B9350B;
}
.BgClassName
{
background-color: #B9350B;
}
</style>
border-color css
<style>
span { border-color: #B9350B; }
span { border-color: rgb(185,53,11); }
td.TdClassName
{
border-color: #B9350B;
}
.TagClassName
{
border-color: #B9350B;
}
</style>