Shades of Rust #B5560D
Tints of Rust #B5560D
RGB
CMYK
RGB Variations
Color information
#B5560D (or 0xB5560D) is known color: Rust. HEX triplet: B5, 56 and 0D. RGB value is (181,86,13). Sum of RGB (Red+Green+Blue) = 181+86+13=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5560D is #4AA9F2. Grayscale: #6A6A6A. Windows color (decimal): -4893171 or 874165. OLE color: 874165.
HSL color Cylindrical-coordinate representation of color #B5560D: hue angle of 26.07º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5560D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.29 |
| HSL | 26.07º | 0.87% | 0.38% | - |
| HSV(B) | 26.07º | 0.93% | 0.71% | - |
| XYZ | 22.46 | 16.51 | 2.38 | - |
| YUV | 106.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 13 | 0 | 0.52 | 0.93 | 0.29 | 26.07 | 0.87 | 0.38 |
| Hex | B5 | 56 | D | 0 | 34 | 5D | 1D | 1A | 57 | 26 |
| Octal | 265 | 126 | 15 | 0 | 64 | 135 | 35 | 32 | 127 | 46 |
| Binary | 10110101 | 1010110 | 1101 | 0 | 110100 | 1011101 | 11101 | 11010 | 1010111 | 100110 |
Color Harmonies of #B5560D
Complementary color
Monochromatic Colors of #B5560D
Black with #B5560D
Text Example
Text Example
White with #B5560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5560D; }
p { color: rgb(181,86,13); }
H1.HeaderClassName
{
color: #B5560D;
}
.AnyTagClassName
{
color: #B5560D;
}
</style>
background-color css
<style>
a { background-color: #B5560D; }
a { background-color: rgb(181,86,13); }
div.DivClassName
{
background-color: #B5560D;
}
.BgClassName
{
background-color: #B5560D;
}
</style>
border-color css
<style>
span { border-color: #B5560D; }
span { border-color: rgb(181,86,13); }
td.TdClassName
{
border-color: #B5560D;
}
.TagClassName
{
border-color: #B5560D;
}
</style>