Shades of Rust #B15606
Tints of Rust #B15606
RGB
CMYK
RGB Variations
Color information
#B15606 (or 0xB15606) is known color: Rust. HEX triplet: B1, 56 and 06. RGB value is (177,86,6). Sum of RGB (Red+Green+Blue) = 177+86+6=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B15606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15606 is #4EA9F9. Grayscale: #686868. Windows color (decimal): -5155322 or 415409. OLE color: 415409.
HSL color Cylindrical-coordinate representation of color #B15606: hue angle of 28.07º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B15606 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.31 |
| HSL | 28.07º | 0.93% | 0.36% | - |
| HSV(B) | 28.07º | 0.97% | 0.69% | - |
| XYZ | 21.49 | 16.02 | 2.13 | - |
| YUV | 104.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 6 | 0 | 0.51 | 0.97 | 0.31 | 28.07 | 0.93 | 0.36 |
| Hex | B1 | 56 | 6 | 0 | 33 | 61 | 1F | 1C | 5D | 24 |
| Octal | 261 | 126 | 6 | 0 | 63 | 141 | 37 | 34 | 135 | 44 |
| Binary | 10110001 | 1010110 | 110 | 0 | 110011 | 1100001 | 11111 | 11100 | 1011101 | 100100 |
Color Harmonies of #B15606
Complementary color
Monochromatic Colors of #B15606
Black with #B15606
Text Example
Text Example
White with #B15606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15606; }
p { color: rgb(177,86,6); }
H1.HeaderClassName
{
color: #B15606;
}
.AnyTagClassName
{
color: #B15606;
}
</style>
background-color css
<style>
a { background-color: #B15606; }
a { background-color: rgb(177,86,6); }
div.DivClassName
{
background-color: #B15606;
}
.BgClassName
{
background-color: #B15606;
}
</style>
border-color css
<style>
span { border-color: #B15606; }
span { border-color: rgb(177,86,6); }
td.TdClassName
{
border-color: #B15606;
}
.TagClassName
{
border-color: #B15606;
}
</style>