Shades of Rust #B94110
Tints of Rust #B94110
RGB
CMYK
RGB Variations
Color information
#B94110 (or 0xB94110) is known color: Rust. HEX triplet: B9, 41 and 10. RGB value is (185,65,16). Sum of RGB (Red+Green+Blue) = 185+65+16=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B94110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94110 is #46BEEF. Grayscale: #5F5F5F. Windows color (decimal): -4636400 or 1065401. OLE color: 1065401.
HSL color Cylindrical-coordinate representation of color #B94110: hue angle of 17.4º 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 #B94110 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 16 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.27 |
| HSL | 17.4º | 0.84% | 0.39% | - |
| HSV(B) | 17.4º | 0.91% | 0.73% | - |
| XYZ | 21.99 | 14.13 | 2.06 | - |
| YUV | 95.29 | 83.26 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 16 | 0 | 0.65 | 0.91 | 0.27 | 17.4 | 0.84 | 0.39 |
| Hex | B9 | 41 | 10 | 0 | 41 | 5B | 1B | 11 | 54 | 27 |
| Octal | 271 | 101 | 20 | 0 | 101 | 133 | 33 | 21 | 124 | 47 |
| Binary | 10111001 | 1000001 | 10000 | 0 | 1000001 | 1011011 | 11011 | 10001 | 1010100 | 100111 |
Color Harmonies of #B94110
Complementary color
Monochromatic Colors of #B94110
Black with #B94110
Text Example
Text Example
White with #B94110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94110; }
p { color: rgb(185,65,16); }
H1.HeaderClassName
{
color: #B94110;
}
.AnyTagClassName
{
color: #B94110;
}
</style>
background-color css
<style>
a { background-color: #B94110; }
a { background-color: rgb(185,65,16); }
div.DivClassName
{
background-color: #B94110;
}
.BgClassName
{
background-color: #B94110;
}
</style>
border-color css
<style>
span { border-color: #B94110; }
span { border-color: rgb(185,65,16); }
td.TdClassName
{
border-color: #B94110;
}
.TagClassName
{
border-color: #B94110;
}
</style>