Shades of Rust #B14911
Tints of Rust #B14911
RGB
CMYK
RGB Variations
Color information
#B14911 (or 0xB14911) is known color: Rust. HEX triplet: B1, 49 and 11. RGB value is (177,73,17). Sum of RGB (Red+Green+Blue) = 177+73+17=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B14911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14911 is #4EB6EE. Grayscale: #626262. Windows color (decimal): -5158639 or 1132977. OLE color: 1132977.
HSL color Cylindrical-coordinate representation of color #B14911: hue angle of 21º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14911 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 17 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.31 |
| HSL | 21º | 0.82% | 0.38% | - |
| HSV(B) | 21º | 0.9% | 0.69% | - |
| XYZ | 20.62 | 14.15 | 2.18 | - |
| YUV | 97.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 17 | 0 | 0.59 | 0.90 | 0.31 | 21 | 0.82 | 0.38 |
| Hex | B1 | 49 | 11 | 0 | 3B | 5A | 1F | 15 | 52 | 26 |
| Octal | 261 | 111 | 21 | 0 | 73 | 132 | 37 | 25 | 122 | 46 |
| Binary | 10110001 | 1001001 | 10001 | 0 | 111011 | 1011010 | 11111 | 10101 | 1010010 | 100110 |
Color Harmonies of #B14911
Complementary color
Monochromatic Colors of #B14911
Black with #B14911
Text Example
Text Example
White with #B14911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14911; }
p { color: rgb(177,73,17); }
H1.HeaderClassName
{
color: #B14911;
}
.AnyTagClassName
{
color: #B14911;
}
</style>
background-color css
<style>
a { background-color: #B14911; }
a { background-color: rgb(177,73,17); }
div.DivClassName
{
background-color: #B14911;
}
.BgClassName
{
background-color: #B14911;
}
</style>
border-color css
<style>
span { border-color: #B14911; }
span { border-color: rgb(177,73,17); }
td.TdClassName
{
border-color: #B14911;
}
.TagClassName
{
border-color: #B14911;
}
</style>