Shades of Rust #B15515
Tints of Rust #B15515
RGB
CMYK
RGB Variations
Color information
#B15515 (or 0xB15515) is known color: Rust. HEX triplet: B1, 55 and 15. RGB value is (177,85,21). Sum of RGB (Red+Green+Blue) = 177+85+21=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B15515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15515 is #4EAAEA. Grayscale: #696969. Windows color (decimal): -5155563 or 1398193. OLE color: 1398193.
HSL color Cylindrical-coordinate representation of color #B15515: hue angle of 24.62º 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 #B15515 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 21 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.31 |
| HSL | 24.62º | 0.79% | 0.39% | - |
| HSV(B) | 24.62º | 0.88% | 0.69% | - |
| XYZ | 21.52 | 15.9 | 2.64 | - |
| YUV | 105.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 21 | 0 | 0.52 | 0.88 | 0.31 | 24.62 | 0.79 | 0.39 |
| Hex | B1 | 55 | 15 | 0 | 34 | 58 | 1F | 19 | 4F | 27 |
| Octal | 261 | 125 | 25 | 0 | 64 | 130 | 37 | 31 | 117 | 47 |
| Binary | 10110001 | 1010101 | 10101 | 0 | 110100 | 1011000 | 11111 | 11001 | 1001111 | 100111 |
Color Harmonies of #B15515
Complementary color
Monochromatic Colors of #B15515
Black with #B15515
Text Example
Text Example
White with #B15515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15515; }
p { color: rgb(177,85,21); }
H1.HeaderClassName
{
color: #B15515;
}
.AnyTagClassName
{
color: #B15515;
}
</style>
background-color css
<style>
a { background-color: #B15515; }
a { background-color: rgb(177,85,21); }
div.DivClassName
{
background-color: #B15515;
}
.BgClassName
{
background-color: #B15515;
}
</style>
border-color css
<style>
span { border-color: #B15515; }
span { border-color: rgb(177,85,21); }
td.TdClassName
{
border-color: #B15515;
}
.TagClassName
{
border-color: #B15515;
}
</style>