Shades of Rust #B1560B
Tints of Rust #B1560B
RGB
CMYK
RGB Variations
Color information
#B1560B (or 0xB1560B) is known color: Rust. HEX triplet: B1, 56 and 0B. RGB value is (177,86,11). Sum of RGB (Red+Green+Blue) = 177+86+11=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1560B is #4EA9F4. Grayscale: #696969. Windows color (decimal): -5155317 or 743089. OLE color: 743089.
HSL color Cylindrical-coordinate representation of color #B1560B: hue angle of 27.11º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1560B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.31 |
| HSL | 27.11º | 0.88% | 0.37% | - |
| HSV(B) | 27.11º | 0.94% | 0.69% | - |
| XYZ | 21.52 | 16.03 | 2.28 | - |
| YUV | 104.66 | 75.15 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 11 | 0 | 0.51 | 0.94 | 0.31 | 27.11 | 0.88 | 0.37 |
| Hex | B1 | 56 | B | 0 | 33 | 5E | 1F | 1B | 58 | 25 |
| Octal | 261 | 126 | 13 | 0 | 63 | 136 | 37 | 33 | 130 | 45 |
| Binary | 10110001 | 1010110 | 1011 | 0 | 110011 | 1011110 | 11111 | 11011 | 1011000 | 100101 |
Color Harmonies of #B1560B
Complementary color
Monochromatic Colors of #B1560B
Black with #B1560B
Text Example
Text Example
White with #B1560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1560B; }
p { color: rgb(177,86,11); }
H1.HeaderClassName
{
color: #B1560B;
}
.AnyTagClassName
{
color: #B1560B;
}
</style>
background-color css
<style>
a { background-color: #B1560B; }
a { background-color: rgb(177,86,11); }
div.DivClassName
{
background-color: #B1560B;
}
.BgClassName
{
background-color: #B1560B;
}
</style>
border-color css
<style>
span { border-color: #B1560B; }
span { border-color: rgb(177,86,11); }
td.TdClassName
{
border-color: #B1560B;
}
.TagClassName
{
border-color: #B1560B;
}
</style>