Shades of Rust #B15100
Tints of Rust #B15100
RGB
CMYK
RGB Variations
Color information
#B15100 (or 0xB15100) is known color: Rust. HEX triplet: B1, 51 and 00. RGB value is (177,81,0). Sum of RGB (Red+Green+Blue) = 177+81+0=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B15100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15100 is #4EAEFF. Grayscale: #646464. Windows color (decimal): -5156608 or 20913. OLE color: 20913.
HSL color Cylindrical-coordinate representation of color #B15100: hue angle of 27.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B15100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.31 |
| HSL | 27.46º | 1% | 0.35% | - |
| HSV(B) | 27.46º | 1% | 0.69% | - |
| XYZ | 21.07 | 15.23 | 1.83 | - |
| YUV | 100.47 | 71.3 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 0 | 0 | 0.54 | 1 | 0.31 | 27.46 | 1 | 0.35 |
| Hex | B1 | 51 | 0 | 0 | 36 | 64 | 1F | 1B | 64 | 23 |
| Octal | 261 | 121 | 0 | 0 | 66 | 144 | 37 | 33 | 144 | 43 |
| Binary | 10110001 | 1010001 | 0 | 0 | 110110 | 1100100 | 11111 | 11011 | 1100100 | 100011 |
Color Harmonies of #B15100
Complementary color
Monochromatic Colors of #B15100
Black with #B15100
Text Example
Text Example
White with #B15100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15100; }
p { color: rgb(177,81,0); }
H1.HeaderClassName
{
color: #B15100;
}
.AnyTagClassName
{
color: #B15100;
}
</style>
background-color css
<style>
a { background-color: #B15100; }
a { background-color: rgb(177,81,0); }
div.DivClassName
{
background-color: #B15100;
}
.BgClassName
{
background-color: #B15100;
}
</style>
border-color css
<style>
span { border-color: #B15100; }
span { border-color: rgb(177,81,0); }
td.TdClassName
{
border-color: #B15100;
}
.TagClassName
{
border-color: #B15100;
}
</style>