Shades of Rust #B94014
Tints of Rust #B94014
RGB
CMYK
RGB Variations
Color information
#B94014 (or 0xB94014) is known color: Rust. HEX triplet: B9, 40 and 14. RGB value is (185,64,20). Sum of RGB (Red+Green+Blue) = 185+64+20=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B94014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94014 is #46BFEB. Grayscale: #5F5F5F. Windows color (decimal): -4636652 or 1327289. OLE color: 1327289.
HSL color Cylindrical-coordinate representation of color #B94014: hue angle of 16º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B94014 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 20 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.27 |
| HSL | 16º | 0.8% | 0.4% | - |
| HSV(B) | 16º | 0.89% | 0.73% | - |
| XYZ | 21.97 | 14.03 | 2.21 | - |
| YUV | 95.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 20 | 0 | 0.65 | 0.89 | 0.27 | 16 | 0.8 | 0.4 |
| Hex | B9 | 40 | 14 | 0 | 41 | 59 | 1B | 10 | 50 | 28 |
| Octal | 271 | 100 | 24 | 0 | 101 | 131 | 33 | 20 | 120 | 50 |
| Binary | 10111001 | 1000000 | 10100 | 0 | 1000001 | 1011001 | 11011 | 10000 | 1010000 | 101000 |
Color Harmonies of #B94014
Complementary color
Monochromatic Colors of #B94014
Black with #B94014
Text Example
Text Example
White with #B94014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94014; }
p { color: rgb(185,64,20); }
H1.HeaderClassName
{
color: #B94014;
}
.AnyTagClassName
{
color: #B94014;
}
</style>
background-color css
<style>
a { background-color: #B94014; }
a { background-color: rgb(185,64,20); }
div.DivClassName
{
background-color: #B94014;
}
.BgClassName
{
background-color: #B94014;
}
</style>
border-color css
<style>
span { border-color: #B94014; }
span { border-color: rgb(185,64,20); }
td.TdClassName
{
border-color: #B94014;
}
.TagClassName
{
border-color: #B94014;
}
</style>