Shades of Rust #B15311
Tints of Rust #B15311
RGB
CMYK
RGB Variations
Color information
#B15311 (or 0xB15311) is known color: Rust. HEX triplet: B1, 53 and 11. RGB value is (177,83,17). Sum of RGB (Red+Green+Blue) = 177+83+17=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B15311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15311 is #4EACEE. Grayscale: #676767. Windows color (decimal): -5156079 or 1135537. OLE color: 1135537.
HSL color Cylindrical-coordinate representation of color #B15311: hue angle of 24.75º 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 #B15311 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 17 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.31 |
| HSL | 24.75º | 0.82% | 0.38% | - |
| HSV(B) | 24.75º | 0.9% | 0.69% | - |
| XYZ | 21.33 | 15.57 | 2.41 | - |
| YUV | 103.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 17 | 0 | 0.53 | 0.90 | 0.31 | 24.75 | 0.82 | 0.38 |
| Hex | B1 | 53 | 11 | 0 | 35 | 5A | 1F | 19 | 52 | 26 |
| Octal | 261 | 123 | 21 | 0 | 65 | 132 | 37 | 31 | 122 | 46 |
| Binary | 10110001 | 1010011 | 10001 | 0 | 110101 | 1011010 | 11111 | 11001 | 1010010 | 100110 |
Color Harmonies of #B15311
Complementary color
Monochromatic Colors of #B15311
Black with #B15311
Text Example
Text Example
White with #B15311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15311; }
p { color: rgb(177,83,17); }
H1.HeaderClassName
{
color: #B15311;
}
.AnyTagClassName
{
color: #B15311;
}
</style>
background-color css
<style>
a { background-color: #B15311; }
a { background-color: rgb(177,83,17); }
div.DivClassName
{
background-color: #B15311;
}
.BgClassName
{
background-color: #B15311;
}
</style>
border-color css
<style>
span { border-color: #B15311; }
span { border-color: rgb(177,83,17); }
td.TdClassName
{
border-color: #B15311;
}
.TagClassName
{
border-color: #B15311;
}
</style>