Shades of Rust #B1560F
Tints of Rust #B1560F
RGB
CMYK
RGB Variations
Color information
#B1560F (or 0xB1560F) is known color: Rust. HEX triplet: B1, 56 and 0F. RGB value is (177,86,15). Sum of RGB (Red+Green+Blue) = 177+86+15=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1560F is #4EA9F0. Grayscale: #696969. Windows color (decimal): -5155313 or 1005233. OLE color: 1005233.
HSL color Cylindrical-coordinate representation of color #B1560F: hue angle of 26.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1560F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.31 |
| HSL | 26.3º | 0.84% | 0.38% | - |
| HSV(B) | 26.3º | 0.92% | 0.69% | - |
| XYZ | 21.55 | 16.04 | 2.41 | - |
| YUV | 105.12 | 77.15 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 15 | 0 | 0.51 | 0.92 | 0.31 | 26.3 | 0.84 | 0.38 |
| Hex | B1 | 56 | F | 0 | 33 | 5C | 1F | 1A | 54 | 26 |
| Octal | 261 | 126 | 17 | 0 | 63 | 134 | 37 | 32 | 124 | 46 |
| Binary | 10110001 | 1010110 | 1111 | 0 | 110011 | 1011100 | 11111 | 11010 | 1010100 | 100110 |
Color Harmonies of #B1560F
Complementary color
Monochromatic Colors of #B1560F
Black with #B1560F
Text Example
Text Example
White with #B1560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1560F; }
p { color: rgb(177,86,15); }
H1.HeaderClassName
{
color: #B1560F;
}
.AnyTagClassName
{
color: #B1560F;
}
</style>
background-color css
<style>
a { background-color: #B1560F; }
a { background-color: rgb(177,86,15); }
div.DivClassName
{
background-color: #B1560F;
}
.BgClassName
{
background-color: #B1560F;
}
</style>
border-color css
<style>
span { border-color: #B1560F; }
span { border-color: rgb(177,86,15); }
td.TdClassName
{
border-color: #B1560F;
}
.TagClassName
{
border-color: #B1560F;
}
</style>