Shades of Rust #B94611
Tints of Rust #B94611
RGB
CMYK
RGB Variations
Color information
#B94611 (or 0xB94611) is known color: Rust. HEX triplet: B9, 46 and 11. RGB value is (185,70,17). Sum of RGB (Red+Green+Blue) = 185+70+17=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B94611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94611 is #46B9EE. Grayscale: #626262. Windows color (decimal): -4635119 or 1132217. OLE color: 1132217.
HSL color Cylindrical-coordinate representation of color #B94611: hue angle of 18.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94611 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.27 |
| HSL | 18.93º | 0.83% | 0.4% | - |
| HSV(B) | 18.93º | 0.91% | 0.73% | - |
| XYZ | 22.3 | 14.74 | 2.2 | - |
| YUV | 98.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 17 | 0 | 0.62 | 0.91 | 0.27 | 18.93 | 0.83 | 0.4 |
| Hex | B9 | 46 | 11 | 0 | 3E | 5B | 1B | 13 | 53 | 28 |
| Octal | 271 | 106 | 21 | 0 | 76 | 133 | 33 | 23 | 123 | 50 |
| Binary | 10111001 | 1000110 | 10001 | 0 | 111110 | 1011011 | 11011 | 10011 | 1010011 | 101000 |
Color Harmonies of #B94611
Complementary color
Monochromatic Colors of #B94611
Black with #B94611
Text Example
Text Example
White with #B94611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94611; }
p { color: rgb(185,70,17); }
H1.HeaderClassName
{
color: #B94611;
}
.AnyTagClassName
{
color: #B94611;
}
</style>
background-color css
<style>
a { background-color: #B94611; }
a { background-color: rgb(185,70,17); }
div.DivClassName
{
background-color: #B94611;
}
.BgClassName
{
background-color: #B94611;
}
</style>
border-color css
<style>
span { border-color: #B94611; }
span { border-color: rgb(185,70,17); }
td.TdClassName
{
border-color: #B94611;
}
.TagClassName
{
border-color: #B94611;
}
</style>