Shades of Rust #B5560B
Tints of Rust #B5560B
RGB
CMYK
RGB Variations
Color information
#B5560B (or 0xB5560B) is known color: Rust. HEX triplet: B5, 56 and 0B. RGB value is (181,86,11). Sum of RGB (Red+Green+Blue) = 181+86+11=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5560B is #4AA9F4. Grayscale: #6A6A6A. Windows color (decimal): -4893173 or 743093. OLE color: 743093.
HSL color Cylindrical-coordinate representation of color #B5560B: hue angle of 26.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5560B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.29 |
| HSL | 26.47º | 0.89% | 0.38% | - |
| HSV(B) | 26.47º | 0.94% | 0.71% | - |
| XYZ | 22.44 | 16.5 | 2.32 | - |
| YUV | 105.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 11 | 0 | 0.52 | 0.94 | 0.29 | 26.47 | 0.89 | 0.38 |
| Hex | B5 | 56 | B | 0 | 34 | 5E | 1D | 1A | 59 | 26 |
| Octal | 265 | 126 | 13 | 0 | 64 | 136 | 35 | 32 | 131 | 46 |
| Binary | 10110101 | 1010110 | 1011 | 0 | 110100 | 1011110 | 11101 | 11010 | 1011001 | 100110 |
Color Harmonies of #B5560B
Complementary color
Monochromatic Colors of #B5560B
Black with #B5560B
Text Example
Text Example
White with #B5560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5560B; }
p { color: rgb(181,86,11); }
H1.HeaderClassName
{
color: #B5560B;
}
.AnyTagClassName
{
color: #B5560B;
}
</style>
background-color css
<style>
a { background-color: #B5560B; }
a { background-color: rgb(181,86,11); }
div.DivClassName
{
background-color: #B5560B;
}
.BgClassName
{
background-color: #B5560B;
}
</style>
border-color css
<style>
span { border-color: #B5560B; }
span { border-color: rgb(181,86,11); }
td.TdClassName
{
border-color: #B5560B;
}
.TagClassName
{
border-color: #B5560B;
}
</style>