Shades of Rust #B0560C
Tints of Rust #B0560C
RGB
CMYK
RGB Variations
Color information
#B0560C (or 0xB0560C) is known color: Rust. HEX triplet: B0, 56 and 0C. RGB value is (176,86,12). Sum of RGB (Red+Green+Blue) = 176+86+12=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0560C is #4FA9F3. Grayscale: #686868. Windows color (decimal): -5220852 or 808624. OLE color: 808624.
HSL color Cylindrical-coordinate representation of color #B0560C: hue angle of 27.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0560C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.31 |
| HSL | 27.07º | 0.87% | 0.37% | - |
| HSV(B) | 27.07º | 0.93% | 0.69% | - |
| XYZ | 21.3 | 15.91 | 2.3 | - |
| YUV | 104.47 | 75.82 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 12 | 0 | 0.51 | 0.93 | 0.31 | 27.07 | 0.87 | 0.37 |
| Hex | B0 | 56 | C | 0 | 33 | 5D | 1F | 1B | 57 | 25 |
| Octal | 260 | 126 | 14 | 0 | 63 | 135 | 37 | 33 | 127 | 45 |
| Binary | 10110000 | 1010110 | 1100 | 0 | 110011 | 1011101 | 11111 | 11011 | 1010111 | 100101 |
Color Harmonies of #B0560C
Complementary color
Monochromatic Colors of #B0560C
Black with #B0560C
Text Example
Text Example
White with #B0560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0560C; }
p { color: rgb(176,86,12); }
H1.HeaderClassName
{
color: #B0560C;
}
.AnyTagClassName
{
color: #B0560C;
}
</style>
background-color css
<style>
a { background-color: #B0560C; }
a { background-color: rgb(176,86,12); }
div.DivClassName
{
background-color: #B0560C;
}
.BgClassName
{
background-color: #B0560C;
}
</style>
border-color css
<style>
span { border-color: #B0560C; }
span { border-color: rgb(176,86,12); }
td.TdClassName
{
border-color: #B0560C;
}
.TagClassName
{
border-color: #B0560C;
}
</style>