Shades of Rust #B0560D
Tints of Rust #B0560D
RGB
CMYK
RGB Variations
Color information
#B0560D (or 0xB0560D) is known color: Rust. HEX triplet: B0, 56 and 0D. RGB value is (176,86,13). Sum of RGB (Red+Green+Blue) = 176+86+13=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0560D is #4FA9F2. Grayscale: #686868. Windows color (decimal): -5220851 or 874160. OLE color: 874160.
HSL color Cylindrical-coordinate representation of color #B0560D: hue angle of 26.87º degrees, saturation: 0.86, 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 #B0560D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.31 |
| HSL | 26.87º | 0.86% | 0.37% | - |
| HSV(B) | 26.87º | 0.93% | 0.69% | - |
| XYZ | 21.3 | 15.91 | 2.33 | - |
| YUV | 104.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 13 | 0 | 0.51 | 0.93 | 0.31 | 26.87 | 0.86 | 0.37 |
| Hex | B0 | 56 | D | 0 | 33 | 5D | 1F | 1B | 56 | 25 |
| Octal | 260 | 126 | 15 | 0 | 63 | 135 | 37 | 33 | 126 | 45 |
| Binary | 10110000 | 1010110 | 1101 | 0 | 110011 | 1011101 | 11111 | 11011 | 1010110 | 100101 |
Color Harmonies of #B0560D
Complementary color
Monochromatic Colors of #B0560D
Black with #B0560D
Text Example
Text Example
White with #B0560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0560D; }
p { color: rgb(176,86,13); }
H1.HeaderClassName
{
color: #B0560D;
}
.AnyTagClassName
{
color: #B0560D;
}
</style>
background-color css
<style>
a { background-color: #B0560D; }
a { background-color: rgb(176,86,13); }
div.DivClassName
{
background-color: #B0560D;
}
.BgClassName
{
background-color: #B0560D;
}
</style>
border-color css
<style>
span { border-color: #B0560D; }
span { border-color: rgb(176,86,13); }
td.TdClassName
{
border-color: #B0560D;
}
.TagClassName
{
border-color: #B0560D;
}
</style>