Shades of Rust #B55416
Tints of Rust #B55416
RGB
CMYK
RGB Variations
Color information
#B55416 (or 0xB55416) is known color: Rust. HEX triplet: B5, 54 and 16. RGB value is (181,84,22). Sum of RGB (Red+Green+Blue) = 181+84+22=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B55416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55416 is #4AABE9. Grayscale: #6A6A6A. Windows color (decimal): -4893674 or 1463477. OLE color: 1463477.
HSL color Cylindrical-coordinate representation of color #B55416: hue angle of 23.4º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B55416 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 22 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.29 |
| HSL | 23.4º | 0.78% | 0.4% | - |
| HSV(B) | 23.4º | 0.88% | 0.71% | - |
| XYZ | 22.37 | 16.22 | 2.71 | - |
| YUV | 105.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 22 | 0 | 0.54 | 0.88 | 0.29 | 23.4 | 0.78 | 0.4 |
| Hex | B5 | 54 | 16 | 0 | 36 | 58 | 1D | 17 | 4E | 28 |
| Octal | 265 | 124 | 26 | 0 | 66 | 130 | 35 | 27 | 116 | 50 |
| Binary | 10110101 | 1010100 | 10110 | 0 | 110110 | 1011000 | 11101 | 10111 | 1001110 | 101000 |
Color Harmonies of #B55416
Complementary color
Monochromatic Colors of #B55416
Black with #B55416
Text Example
Text Example
White with #B55416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55416; }
p { color: rgb(181,84,22); }
H1.HeaderClassName
{
color: #B55416;
}
.AnyTagClassName
{
color: #B55416;
}
</style>
background-color css
<style>
a { background-color: #B55416; }
a { background-color: rgb(181,84,22); }
div.DivClassName
{
background-color: #B55416;
}
.BgClassName
{
background-color: #B55416;
}
</style>
border-color css
<style>
span { border-color: #B55416; }
span { border-color: rgb(181,84,22); }
td.TdClassName
{
border-color: #B55416;
}
.TagClassName
{
border-color: #B55416;
}
</style>