Shades of Rust #B55000
Tints of Rust #B55000
RGB
CMYK
RGB Variations
Color information
#B55000 (or 0xB55000) is known color: Rust. HEX triplet: B5, 50 and 00. RGB value is (181,80,0). Sum of RGB (Red+Green+Blue) = 181+80+0=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B55000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55000 is #4AAFFF. Grayscale: #656565. Windows color (decimal): -4894720 or 20661. OLE color: 20661.
HSL color Cylindrical-coordinate representation of color #B55000: hue angle of 26.52º 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 #B55000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.29 |
| HSL | 26.52º | 1% | 0.35% | - |
| HSV(B) | 26.52º | 1% | 0.71% | - |
| XYZ | 21.92 | 15.56 | 1.85 | - |
| YUV | 101.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 0 | 0 | 0.56 | 1 | 0.29 | 26.52 | 1 | 0.35 |
| Hex | B5 | 50 | 0 | 0 | 38 | 64 | 1D | 1B | 64 | 23 |
| Octal | 265 | 120 | 0 | 0 | 70 | 144 | 35 | 33 | 144 | 43 |
| Binary | 10110101 | 1010000 | 0 | 0 | 111000 | 1100100 | 11101 | 11011 | 1100100 | 100011 |
Color Harmonies of #B55000
Complementary color
Monochromatic Colors of #B55000
Black with #B55000
Text Example
Text Example
White with #B55000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55000; }
p { color: rgb(181,80,0); }
H1.HeaderClassName
{
color: #B55000;
}
.AnyTagClassName
{
color: #B55000;
}
</style>
background-color css
<style>
a { background-color: #B55000; }
a { background-color: rgb(181,80,0); }
div.DivClassName
{
background-color: #B55000;
}
.BgClassName
{
background-color: #B55000;
}
</style>
border-color css
<style>
span { border-color: #B55000; }
span { border-color: rgb(181,80,0); }
td.TdClassName
{
border-color: #B55000;
}
.TagClassName
{
border-color: #B55000;
}
</style>