Shades of Rust #B94016
Tints of Rust #B94016
RGB
CMYK
RGB Variations
Color information
#B94016 (or 0xB94016) is known color: Rust. HEX triplet: B9, 40 and 16. RGB value is (185,64,22). Sum of RGB (Red+Green+Blue) = 185+64+22=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B94016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94016 is #46BFE9. Grayscale: #5F5F5F. Windows color (decimal): -4636650 or 1458361. OLE color: 1458361.
HSL color Cylindrical-coordinate representation of color #B94016: hue angle of 15.46º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B94016 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 22 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.27 |
| HSL | 15.46º | 0.79% | 0.41% | - |
| HSV(B) | 15.46º | 0.88% | 0.73% | - |
| XYZ | 21.99 | 14.04 | 2.31 | - |
| YUV | 95.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 22 | 0 | 0.65 | 0.88 | 0.27 | 15.46 | 0.79 | 0.41 |
| Hex | B9 | 40 | 16 | 0 | 41 | 58 | 1B | F | 4F | 29 |
| Octal | 271 | 100 | 26 | 0 | 101 | 130 | 33 | 17 | 117 | 51 |
| Binary | 10111001 | 1000000 | 10110 | 0 | 1000001 | 1011000 | 11011 | 1111 | 1001111 | 101001 |
Color Harmonies of #B94016
Complementary color
Monochromatic Colors of #B94016
Black with #B94016
Text Example
Text Example
White with #B94016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94016; }
p { color: rgb(185,64,22); }
H1.HeaderClassName
{
color: #B94016;
}
.AnyTagClassName
{
color: #B94016;
}
</style>
background-color css
<style>
a { background-color: #B94016; }
a { background-color: rgb(185,64,22); }
div.DivClassName
{
background-color: #B94016;
}
.BgClassName
{
background-color: #B94016;
}
</style>
border-color css
<style>
span { border-color: #B94016; }
span { border-color: rgb(185,64,22); }
td.TdClassName
{
border-color: #B94016;
}
.TagClassName
{
border-color: #B94016;
}
</style>