Shades of Rust #B0560B
Tints of Rust #B0560B
RGB
CMYK
RGB Variations
Color information
#B0560B (or 0xB0560B) is known color: Rust. HEX triplet: B0, 56 and 0B. RGB value is (176,86,11). Sum of RGB (Red+Green+Blue) = 176+86+11=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0560B is #4FA9F4. Grayscale: #686868. Windows color (decimal): -5220853 or 743088. OLE color: 743088.
HSL color Cylindrical-coordinate representation of color #B0560B: hue angle of 27.27º 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 #B0560B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.31 |
| HSL | 27.27º | 0.88% | 0.37% | - |
| HSV(B) | 27.27º | 0.94% | 0.69% | - |
| XYZ | 21.29 | 15.91 | 2.27 | - |
| YUV | 104.36 | 75.32 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 11 | 0 | 0.51 | 0.94 | 0.31 | 27.27 | 0.88 | 0.37 |
| Hex | B0 | 56 | B | 0 | 33 | 5E | 1F | 1B | 58 | 25 |
| Octal | 260 | 126 | 13 | 0 | 63 | 136 | 37 | 33 | 130 | 45 |
| Binary | 10110000 | 1010110 | 1011 | 0 | 110011 | 1011110 | 11111 | 11011 | 1011000 | 100101 |
Color Harmonies of #B0560B
Complementary color
Monochromatic Colors of #B0560B
Black with #B0560B
Text Example
Text Example
White with #B0560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0560B; }
p { color: rgb(176,86,11); }
H1.HeaderClassName
{
color: #B0560B;
}
.AnyTagClassName
{
color: #B0560B;
}
</style>
background-color css
<style>
a { background-color: #B0560B; }
a { background-color: rgb(176,86,11); }
div.DivClassName
{
background-color: #B0560B;
}
.BgClassName
{
background-color: #B0560B;
}
</style>
border-color css
<style>
span { border-color: #B0560B; }
span { border-color: rgb(176,86,11); }
td.TdClassName
{
border-color: #B0560B;
}
.TagClassName
{
border-color: #B0560B;
}
</style>