Shades of Rust #B15115
Tints of Rust #B15115
RGB
CMYK
RGB Variations
Color information
#B15115 (or 0xB15115) is known color: Rust. HEX triplet: B1, 51 and 15. RGB value is (177,81,21). Sum of RGB (Red+Green+Blue) = 177+81+21=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B15115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15115 is #4EAEEA. Grayscale: #676767. Windows color (decimal): -5156587 or 1397169. OLE color: 1397169.
HSL color Cylindrical-coordinate representation of color #B15115: hue angle of 23.08º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B15115 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 21 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.31 |
| HSL | 23.08º | 0.79% | 0.39% | - |
| HSV(B) | 23.08º | 0.88% | 0.69% | - |
| XYZ | 21.21 | 15.29 | 2.54 | - |
| YUV | 102.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 21 | 0 | 0.54 | 0.88 | 0.31 | 23.08 | 0.79 | 0.39 |
| Hex | B1 | 51 | 15 | 0 | 36 | 58 | 1F | 17 | 4F | 27 |
| Octal | 261 | 121 | 25 | 0 | 66 | 130 | 37 | 27 | 117 | 47 |
| Binary | 10110001 | 1010001 | 10101 | 0 | 110110 | 1011000 | 11111 | 10111 | 1001111 | 100111 |
Color Harmonies of #B15115
Complementary color
Monochromatic Colors of #B15115
Black with #B15115
Text Example
Text Example
White with #B15115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15115; }
p { color: rgb(177,81,21); }
H1.HeaderClassName
{
color: #B15115;
}
.AnyTagClassName
{
color: #B15115;
}
</style>
background-color css
<style>
a { background-color: #B15115; }
a { background-color: rgb(177,81,21); }
div.DivClassName
{
background-color: #B15115;
}
.BgClassName
{
background-color: #B15115;
}
</style>
border-color css
<style>
span { border-color: #B15115; }
span { border-color: rgb(177,81,21); }
td.TdClassName
{
border-color: #B15115;
}
.TagClassName
{
border-color: #B15115;
}
</style>