Shades of Rust #B15411
Tints of Rust #B15411
RGB
CMYK
RGB Variations
Color information
#B15411 (or 0xB15411) is known color: Rust. HEX triplet: B1, 54 and 11. RGB value is (177,84,17). Sum of RGB (Red+Green+Blue) = 177+84+17=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15411 is #4EABEE. Grayscale: #686868. Windows color (decimal): -5155823 or 1135793. OLE color: 1135793.
HSL color Cylindrical-coordinate representation of color #B15411: hue angle of 25.12º 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 #B15411 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 17 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.31 |
| HSL | 25.13º | 0.82% | 0.38% | - |
| HSV(B) | 25.13º | 0.9% | 0.69% | - |
| XYZ | 21.4 | 15.73 | 2.44 | - |
| YUV | 104.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 17 | 0 | 0.53 | 0.90 | 0.31 | 25.13 | 0.82 | 0.38 |
| Hex | B1 | 54 | 11 | 0 | 35 | 5A | 1F | 19 | 52 | 26 |
| Octal | 261 | 124 | 21 | 0 | 65 | 132 | 37 | 31 | 122 | 46 |
| Binary | 10110001 | 1010100 | 10001 | 0 | 110101 | 1011010 | 11111 | 11001 | 1010010 | 100110 |
Color Harmonies of #B15411
Complementary color
Monochromatic Colors of #B15411
Black with #B15411
Text Example
Text Example
White with #B15411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15411; }
p { color: rgb(177,84,17); }
H1.HeaderClassName
{
color: #B15411;
}
.AnyTagClassName
{
color: #B15411;
}
</style>
background-color css
<style>
a { background-color: #B15411; }
a { background-color: rgb(177,84,17); }
div.DivClassName
{
background-color: #B15411;
}
.BgClassName
{
background-color: #B15411;
}
</style>
border-color css
<style>
span { border-color: #B15411; }
span { border-color: rgb(177,84,17); }
td.TdClassName
{
border-color: #B15411;
}
.TagClassName
{
border-color: #B15411;
}
</style>