Shades of Rust #B15511
Tints of Rust #B15511
RGB
CMYK
RGB Variations
Color information
#B15511 (or 0xB15511) is known color: Rust. HEX triplet: B1, 55 and 11. RGB value is (177,85,17). Sum of RGB (Red+Green+Blue) = 177+85+17=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B15511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15511 is #4EAAEE. Grayscale: #696969. Windows color (decimal): -5155567 or 1136049. OLE color: 1136049.
HSL color Cylindrical-coordinate representation of color #B15511: hue angle of 25.5º 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 #B15511 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 17 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.31 |
| HSL | 25.5º | 0.82% | 0.38% | - |
| HSV(B) | 25.5º | 0.9% | 0.69% | - |
| XYZ | 21.48 | 15.88 | 2.46 | - |
| YUV | 104.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 17 | 0 | 0.52 | 0.90 | 0.31 | 25.5 | 0.82 | 0.38 |
| Hex | B1 | 55 | 11 | 0 | 34 | 5A | 1F | 1A | 52 | 26 |
| Octal | 261 | 125 | 21 | 0 | 64 | 132 | 37 | 32 | 122 | 46 |
| Binary | 10110001 | 1010101 | 10001 | 0 | 110100 | 1011010 | 11111 | 11010 | 1010010 | 100110 |
Color Harmonies of #B15511
Complementary color
Monochromatic Colors of #B15511
Black with #B15511
Text Example
Text Example
White with #B15511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15511; }
p { color: rgb(177,85,17); }
H1.HeaderClassName
{
color: #B15511;
}
.AnyTagClassName
{
color: #B15511;
}
</style>
background-color css
<style>
a { background-color: #B15511; }
a { background-color: rgb(177,85,17); }
div.DivClassName
{
background-color: #B15511;
}
.BgClassName
{
background-color: #B15511;
}
</style>
border-color css
<style>
span { border-color: #B15511; }
span { border-color: rgb(177,85,17); }
td.TdClassName
{
border-color: #B15511;
}
.TagClassName
{
border-color: #B15511;
}
</style>