Shades of Rust #B7560B
Tints of Rust #B7560B
RGB
CMYK
RGB Variations
Color information
#B7560B (or 0xB7560B) is known color: Rust. HEX triplet: B7, 56 and 0B. RGB value is (183,86,11). Sum of RGB (Red+Green+Blue) = 183+86+11=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7560B is #48A9F4. Grayscale: #6A6A6A. Windows color (decimal): -4762101 or 743095. OLE color: 743095.
HSL color Cylindrical-coordinate representation of color #B7560B: hue angle of 26.16º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7560B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.28 |
| HSL | 26.16º | 0.89% | 0.38% | - |
| HSV(B) | 26.16º | 0.94% | 0.72% | - |
| XYZ | 22.92 | 16.75 | 2.34 | - |
| YUV | 106.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 11 | 0 | 0.53 | 0.94 | 0.28 | 26.16 | 0.89 | 0.38 |
| Hex | B7 | 56 | B | 0 | 35 | 5E | 1C | 1A | 59 | 26 |
| Octal | 267 | 126 | 13 | 0 | 65 | 136 | 34 | 32 | 131 | 46 |
| Binary | 10110111 | 1010110 | 1011 | 0 | 110101 | 1011110 | 11100 | 11010 | 1011001 | 100110 |
Color Harmonies of #B7560B
Complementary color
Monochromatic Colors of #B7560B
Black with #B7560B
Text Example
Text Example
White with #B7560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7560B; }
p { color: rgb(183,86,11); }
H1.HeaderClassName
{
color: #B7560B;
}
.AnyTagClassName
{
color: #B7560B;
}
</style>
background-color css
<style>
a { background-color: #B7560B; }
a { background-color: rgb(183,86,11); }
div.DivClassName
{
background-color: #B7560B;
}
.BgClassName
{
background-color: #B7560B;
}
</style>
border-color css
<style>
span { border-color: #B7560B; }
span { border-color: rgb(183,86,11); }
td.TdClassName
{
border-color: #B7560B;
}
.TagClassName
{
border-color: #B7560B;
}
</style>