Shades of Rust #B94017
Tints of Rust #B94017
RGB
CMYK
RGB Variations
Color information
#B94017 (or 0xB94017) is known color: Rust. HEX triplet: B9, 40 and 17. RGB value is (185,64,23). Sum of RGB (Red+Green+Blue) = 185+64+23=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B94017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94017 is #46BFE8. Grayscale: #5F5F5F. Windows color (decimal): -4636649 or 1523897. OLE color: 1523897.
HSL color Cylindrical-coordinate representation of color #B94017: hue angle of 15.19º degrees, saturation: 0.78, 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 #B94017 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.27 |
| HSL | 15.19º | 0.78% | 0.41% | - |
| HSV(B) | 15.19º | 0.88% | 0.73% | - |
| XYZ | 22 | 14.04 | 2.36 | - |
| YUV | 95.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 23 | 0 | 0.65 | 0.88 | 0.27 | 15.19 | 0.78 | 0.41 |
| Hex | B9 | 40 | 17 | 0 | 41 | 58 | 1B | F | 4E | 29 |
| Octal | 271 | 100 | 27 | 0 | 101 | 130 | 33 | 17 | 116 | 51 |
| Binary | 10111001 | 1000000 | 10111 | 0 | 1000001 | 1011000 | 11011 | 1111 | 1001110 | 101001 |
Color Harmonies of #B94017
Complementary color
Monochromatic Colors of #B94017
Black with #B94017
Text Example
Text Example
White with #B94017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94017; }
p { color: rgb(185,64,23); }
H1.HeaderClassName
{
color: #B94017;
}
.AnyTagClassName
{
color: #B94017;
}
</style>
background-color css
<style>
a { background-color: #B94017; }
a { background-color: rgb(185,64,23); }
div.DivClassName
{
background-color: #B94017;
}
.BgClassName
{
background-color: #B94017;
}
</style>
border-color css
<style>
span { border-color: #B94017; }
span { border-color: rgb(185,64,23); }
td.TdClassName
{
border-color: #B94017;
}
.TagClassName
{
border-color: #B94017;
}
</style>