Shades of Rust #B15510
Tints of Rust #B15510
RGB
CMYK
RGB Variations
Color information
#B15510 (or 0xB15510) is known color: Rust. HEX triplet: B1, 55 and 10. RGB value is (177,85,16). Sum of RGB (Red+Green+Blue) = 177+85+16=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15510 is #4EAAEF. Grayscale: #696969. Windows color (decimal): -5155568 or 1070513. OLE color: 1070513.
HSL color Cylindrical-coordinate representation of color #B15510: hue angle of 25.71º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B15510 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.31 |
| HSL | 25.71º | 0.83% | 0.38% | - |
| HSV(B) | 25.71º | 0.91% | 0.69% | - |
| XYZ | 21.47 | 15.88 | 2.42 | - |
| YUV | 104.64 | 77.98 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 16 | 0 | 0.52 | 0.91 | 0.31 | 25.71 | 0.83 | 0.38 |
| Hex | B1 | 55 | 10 | 0 | 34 | 5B | 1F | 1A | 53 | 26 |
| Octal | 261 | 125 | 20 | 0 | 64 | 133 | 37 | 32 | 123 | 46 |
| Binary | 10110001 | 1010101 | 10000 | 0 | 110100 | 1011011 | 11111 | 11010 | 1010011 | 100110 |
Color Harmonies of #B15510
Complementary color
Monochromatic Colors of #B15510
Black with #B15510
Text Example
Text Example
White with #B15510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15510; }
p { color: rgb(177,85,16); }
H1.HeaderClassName
{
color: #B15510;
}
.AnyTagClassName
{
color: #B15510;
}
</style>
background-color css
<style>
a { background-color: #B15510; }
a { background-color: rgb(177,85,16); }
div.DivClassName
{
background-color: #B15510;
}
.BgClassName
{
background-color: #B15510;
}
</style>
border-color css
<style>
span { border-color: #B15510; }
span { border-color: rgb(177,85,16); }
td.TdClassName
{
border-color: #B15510;
}
.TagClassName
{
border-color: #B15510;
}
</style>