Shades of Rust #B0560F
Tints of Rust #B0560F
RGB
CMYK
RGB Variations
Color information
#B0560F (or 0xB0560F) is known color: Rust. HEX triplet: B0, 56 and 0F. RGB value is (176,86,15). Sum of RGB (Red+Green+Blue) = 176+86+15=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0560F is #4FA9F0. Grayscale: #696969. Windows color (decimal): -5220849 or 1005232. OLE color: 1005232.
HSL color Cylindrical-coordinate representation of color #B0560F: hue angle of 26.46º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0560F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.31 |
| HSL | 26.46º | 0.84% | 0.37% | - |
| HSV(B) | 26.46º | 0.91% | 0.69% | - |
| XYZ | 21.32 | 15.92 | 2.4 | - |
| YUV | 104.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 15 | 0 | 0.51 | 0.91 | 0.31 | 26.46 | 0.84 | 0.37 |
| Hex | B0 | 56 | F | 0 | 33 | 5B | 1F | 1A | 54 | 25 |
| Octal | 260 | 126 | 17 | 0 | 63 | 133 | 37 | 32 | 124 | 45 |
| Binary | 10110000 | 1010110 | 1111 | 0 | 110011 | 1011011 | 11111 | 11010 | 1010100 | 100101 |
Color Harmonies of #B0560F
Complementary color
Monochromatic Colors of #B0560F
Black with #B0560F
Text Example
Text Example
White with #B0560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0560F; }
p { color: rgb(176,86,15); }
H1.HeaderClassName
{
color: #B0560F;
}
.AnyTagClassName
{
color: #B0560F;
}
</style>
background-color css
<style>
a { background-color: #B0560F; }
a { background-color: rgb(176,86,15); }
div.DivClassName
{
background-color: #B0560F;
}
.BgClassName
{
background-color: #B0560F;
}
</style>
border-color css
<style>
span { border-color: #B0560F; }
span { border-color: rgb(176,86,15); }
td.TdClassName
{
border-color: #B0560F;
}
.TagClassName
{
border-color: #B0560F;
}
</style>