Shades of Rust #B94D0B
Tints of Rust #B94D0B
RGB
CMYK
RGB Variations
Color information
#B94D0B (or 0xB94D0B) is known color: Rust. HEX triplet: B9, 4D and 0B. RGB value is (185,77,11). Sum of RGB (Red+Green+Blue) = 185+77+11=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94D0B is #46B2F4. Grayscale: #666666. Windows color (decimal): -4633333 or 740793. OLE color: 740793.
HSL color Cylindrical-coordinate representation of color #B94D0B: hue angle of 22.76º 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 #B94D0B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.27 |
| HSL | 22.76º | 0.89% | 0.38% | - |
| HSV(B) | 22.76º | 0.94% | 0.73% | - |
| XYZ | 22.72 | 15.65 | 2.14 | - |
| YUV | 101.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 11 | 0 | 0.58 | 0.94 | 0.27 | 22.76 | 0.89 | 0.38 |
| Hex | B9 | 4D | B | 0 | 3A | 5E | 1B | 17 | 59 | 26 |
| Octal | 271 | 115 | 13 | 0 | 72 | 136 | 33 | 27 | 131 | 46 |
| Binary | 10111001 | 1001101 | 1011 | 0 | 111010 | 1011110 | 11011 | 10111 | 1011001 | 100110 |
Color Harmonies of #B94D0B
Complementary color
Monochromatic Colors of #B94D0B
Black with #B94D0B
Text Example
Text Example
White with #B94D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94D0B; }
p { color: rgb(185,77,11); }
H1.HeaderClassName
{
color: #B94D0B;
}
.AnyTagClassName
{
color: #B94D0B;
}
</style>
background-color css
<style>
a { background-color: #B94D0B; }
a { background-color: rgb(185,77,11); }
div.DivClassName
{
background-color: #B94D0B;
}
.BgClassName
{
background-color: #B94D0B;
}
</style>
border-color css
<style>
span { border-color: #B94D0B; }
span { border-color: rgb(185,77,11); }
td.TdClassName
{
border-color: #B94D0B;
}
.TagClassName
{
border-color: #B94D0B;
}
</style>