Shades of Rust #B94906
Tints of Rust #B94906
RGB
CMYK
RGB Variations
Color information
#B94906 (or 0xB94906) is known color: Rust. HEX triplet: B9, 49 and 06. RGB value is (185,73,6). Sum of RGB (Red+Green+Blue) = 185+73+6=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B94906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94906 is #46B6F9. Grayscale: #636363. Windows color (decimal): -4634362 or 412089. OLE color: 412089.
HSL color Cylindrical-coordinate representation of color #B94906: hue angle of 22.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B94906 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.27 |
| HSL | 22.46º | 0.94% | 0.37% | - |
| HSV(B) | 22.46º | 0.97% | 0.73% | - |
| XYZ | 22.42 | 15.09 | 1.9 | - |
| YUV | 98.85 | 75.61 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 6 | 0 | 0.61 | 0.97 | 0.27 | 22.46 | 0.94 | 0.37 |
| Hex | B9 | 49 | 6 | 0 | 3D | 61 | 1B | 16 | 5E | 25 |
| Octal | 271 | 111 | 6 | 0 | 75 | 141 | 33 | 26 | 136 | 45 |
| Binary | 10111001 | 1001001 | 110 | 0 | 111101 | 1100001 | 11011 | 10110 | 1011110 | 100101 |
Color Harmonies of #B94906
Complementary color
Monochromatic Colors of #B94906
Black with #B94906
Text Example
Text Example
White with #B94906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94906; }
p { color: rgb(185,73,6); }
H1.HeaderClassName
{
color: #B94906;
}
.AnyTagClassName
{
color: #B94906;
}
</style>
background-color css
<style>
a { background-color: #B94906; }
a { background-color: rgb(185,73,6); }
div.DivClassName
{
background-color: #B94906;
}
.BgClassName
{
background-color: #B94906;
}
</style>
border-color css
<style>
span { border-color: #B94906; }
span { border-color: rgb(185,73,6); }
td.TdClassName
{
border-color: #B94906;
}
.TagClassName
{
border-color: #B94906;
}
</style>