Shades of Rust #B0560A
Tints of Rust #B0560A
RGB
CMYK
RGB Variations
Color information
#B0560A (or 0xB0560A) is known color: Rust. HEX triplet: B0, 56 and 0A. RGB value is (176,86,10). Sum of RGB (Red+Green+Blue) = 176+86+10=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0560A is #4FA9F5. Grayscale: #686868. Windows color (decimal): -5220854 or 677552. OLE color: 677552.
HSL color Cylindrical-coordinate representation of color #B0560A: hue angle of 27.47º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0560A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.31 |
| HSL | 27.47º | 0.89% | 0.36% | - |
| HSV(B) | 27.47º | 0.94% | 0.69% | - |
| XYZ | 21.29 | 15.91 | 2.24 | - |
| YUV | 104.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 10 | 0 | 0.51 | 0.94 | 0.31 | 27.47 | 0.89 | 0.36 |
| Hex | B0 | 56 | A | 0 | 33 | 5E | 1F | 1B | 59 | 24 |
| Octal | 260 | 126 | 12 | 0 | 63 | 136 | 37 | 33 | 131 | 44 |
| Binary | 10110000 | 1010110 | 1010 | 0 | 110011 | 1011110 | 11111 | 11011 | 1011001 | 100100 |
Color Harmonies of #B0560A
Complementary color
Monochromatic Colors of #B0560A
Black with #B0560A
Text Example
Text Example
White with #B0560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0560A; }
p { color: rgb(176,86,10); }
H1.HeaderClassName
{
color: #B0560A;
}
.AnyTagClassName
{
color: #B0560A;
}
</style>
background-color css
<style>
a { background-color: #B0560A; }
a { background-color: rgb(176,86,10); }
div.DivClassName
{
background-color: #B0560A;
}
.BgClassName
{
background-color: #B0560A;
}
</style>
border-color css
<style>
span { border-color: #B0560A; }
span { border-color: rgb(176,86,10); }
td.TdClassName
{
border-color: #B0560A;
}
.TagClassName
{
border-color: #B0560A;
}
</style>