Shades of Rust #B0560E
Tints of Rust #B0560E
RGB
CMYK
RGB Variations
Color information
#B0560E (or 0xB0560E) is known color: Rust. HEX triplet: B0, 56 and 0E. RGB value is (176,86,14). Sum of RGB (Red+Green+Blue) = 176+86+14=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0560E is #4FA9F1. Grayscale: #696969. Windows color (decimal): -5220850 or 939696. OLE color: 939696.
HSL color Cylindrical-coordinate representation of color #B0560E: hue angle of 26.67º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0560E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 14 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.31 |
| HSL | 26.67º | 0.85% | 0.37% | - |
| HSV(B) | 26.67º | 0.92% | 0.69% | - |
| XYZ | 21.31 | 15.92 | 2.36 | - |
| YUV | 104.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 14 | 0 | 0.51 | 0.92 | 0.31 | 26.67 | 0.85 | 0.37 |
| Hex | B0 | 56 | E | 0 | 33 | 5C | 1F | 1B | 55 | 25 |
| Octal | 260 | 126 | 16 | 0 | 63 | 134 | 37 | 33 | 125 | 45 |
| Binary | 10110000 | 1010110 | 1110 | 0 | 110011 | 1011100 | 11111 | 11011 | 1010101 | 100101 |
Color Harmonies of #B0560E
Complementary color
Monochromatic Colors of #B0560E
Black with #B0560E
Text Example
Text Example
White with #B0560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0560E; }
p { color: rgb(176,86,14); }
H1.HeaderClassName
{
color: #B0560E;
}
.AnyTagClassName
{
color: #B0560E;
}
</style>
background-color css
<style>
a { background-color: #B0560E; }
a { background-color: rgb(176,86,14); }
div.DivClassName
{
background-color: #B0560E;
}
.BgClassName
{
background-color: #B0560E;
}
</style>
border-color css
<style>
span { border-color: #B0560E; }
span { border-color: rgb(176,86,14); }
td.TdClassName
{
border-color: #B0560E;
}
.TagClassName
{
border-color: #B0560E;
}
</style>