Shades of Rust #B15610
Tints of Rust #B15610
RGB
CMYK
RGB Variations
Color information
#B15610 (or 0xB15610) is known color: Rust. HEX triplet: B1, 56 and 10. RGB value is (177,86,16). Sum of RGB (Red+Green+Blue) = 177+86+16=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B15610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15610 is #4EA9EF. Grayscale: #696969. Windows color (decimal): -5155312 or 1070769. OLE color: 1070769.
HSL color Cylindrical-coordinate representation of color #B15610: hue angle of 26.09º 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 #B15610 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 16 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.31 |
| HSL | 26.09º | 0.83% | 0.38% | - |
| HSV(B) | 26.09º | 0.91% | 0.69% | - |
| XYZ | 21.55 | 16.04 | 2.45 | - |
| YUV | 105.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 16 | 0 | 0.51 | 0.91 | 0.31 | 26.09 | 0.83 | 0.38 |
| Hex | B1 | 56 | 10 | 0 | 33 | 5B | 1F | 1A | 53 | 26 |
| Octal | 261 | 126 | 20 | 0 | 63 | 133 | 37 | 32 | 123 | 46 |
| Binary | 10110001 | 1010110 | 10000 | 0 | 110011 | 1011011 | 11111 | 11010 | 1010011 | 100110 |
Color Harmonies of #B15610
Complementary color
Monochromatic Colors of #B15610
Black with #B15610
Text Example
Text Example
White with #B15610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15610; }
p { color: rgb(177,86,16); }
H1.HeaderClassName
{
color: #B15610;
}
.AnyTagClassName
{
color: #B15610;
}
</style>
background-color css
<style>
a { background-color: #B15610; }
a { background-color: rgb(177,86,16); }
div.DivClassName
{
background-color: #B15610;
}
.BgClassName
{
background-color: #B15610;
}
</style>
border-color css
<style>
span { border-color: #B15610; }
span { border-color: rgb(177,86,16); }
td.TdClassName
{
border-color: #B15610;
}
.TagClassName
{
border-color: #B15610;
}
</style>