Shades of Rust #B94F10
Tints of Rust #B94F10
RGB
CMYK
RGB Variations
Color information
#B94F10 (or 0xB94F10) is known color: Rust. HEX triplet: B9, 4F and 10. RGB value is (185,79,16). Sum of RGB (Red+Green+Blue) = 185+79+16=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F10 is #46B0EF. Grayscale: #676767. Windows color (decimal): -4632816 or 1068985. OLE color: 1068985.
HSL color Cylindrical-coordinate representation of color #B94F10: hue angle of 22.37º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94F10 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 16 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.27 |
| HSL | 22.37º | 0.84% | 0.39% | - |
| HSV(B) | 22.37º | 0.91% | 0.73% | - |
| XYZ | 22.9 | 15.94 | 2.36 | - |
| YUV | 103.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 16 | 0 | 0.57 | 0.91 | 0.27 | 22.37 | 0.84 | 0.39 |
| Hex | B9 | 4F | 10 | 0 | 39 | 5B | 1B | 16 | 54 | 27 |
| Octal | 271 | 117 | 20 | 0 | 71 | 133 | 33 | 26 | 124 | 47 |
| Binary | 10111001 | 1001111 | 10000 | 0 | 111001 | 1011011 | 11011 | 10110 | 1010100 | 100111 |
Color Harmonies of #B94F10
Complementary color
Monochromatic Colors of #B94F10
Black with #B94F10
Text Example
Text Example
White with #B94F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94F10; }
p { color: rgb(185,79,16); }
H1.HeaderClassName
{
color: #B94F10;
}
.AnyTagClassName
{
color: #B94F10;
}
</style>
background-color css
<style>
a { background-color: #B94F10; }
a { background-color: rgb(185,79,16); }
div.DivClassName
{
background-color: #B94F10;
}
.BgClassName
{
background-color: #B94F10;
}
</style>
border-color css
<style>
span { border-color: #B94F10; }
span { border-color: rgb(185,79,16); }
td.TdClassName
{
border-color: #B94F10;
}
.TagClassName
{
border-color: #B94F10;
}
</style>