Shades of Rust #B55100
Tints of Rust #B55100
RGB
CMYK
RGB Variations
Color information
#B55100 (or 0xB55100) is known color: Rust. HEX triplet: B5, 51 and 00. RGB value is (181,81,0). Sum of RGB (Red+Green+Blue) = 181+81+0=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B55100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55100 is #4AAEFF. Grayscale: #666666. Windows color (decimal): -4894464 or 20917. OLE color: 20917.
HSL color Cylindrical-coordinate representation of color #B55100: hue angle of 26.85º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B55100 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.29 |
| HSL | 26.85º | 1% | 0.35% | - |
| HSV(B) | 26.85º | 1% | 0.71% | - |
| XYZ | 22 | 15.71 | 1.87 | - |
| YUV | 101.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 0 | 0 | 0.55 | 1 | 0.29 | 26.85 | 1 | 0.35 |
| Hex | B5 | 51 | 0 | 0 | 37 | 64 | 1D | 1B | 64 | 23 |
| Octal | 265 | 121 | 0 | 0 | 67 | 144 | 35 | 33 | 144 | 43 |
| Binary | 10110101 | 1010001 | 0 | 0 | 110111 | 1100100 | 11101 | 11011 | 1100100 | 100011 |
Color Harmonies of #B55100
Complementary color
Monochromatic Colors of #B55100
Black with #B55100
Text Example
Text Example
White with #B55100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55100; }
p { color: rgb(181,81,0); }
H1.HeaderClassName
{
color: #B55100;
}
.AnyTagClassName
{
color: #B55100;
}
</style>
background-color css
<style>
a { background-color: #B55100; }
a { background-color: rgb(181,81,0); }
div.DivClassName
{
background-color: #B55100;
}
.BgClassName
{
background-color: #B55100;
}
</style>
border-color css
<style>
span { border-color: #B55100; }
span { border-color: rgb(181,81,0); }
td.TdClassName
{
border-color: #B55100;
}
.TagClassName
{
border-color: #B55100;
}
</style>