Shades of Rust #B55006
Tints of Rust #B55006
RGB
CMYK
RGB Variations
Color information
#B55006 (or 0xB55006) is known color: Rust. HEX triplet: B5, 50 and 06. RGB value is (181,80,6). Sum of RGB (Red+Green+Blue) = 181+80+6=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B55006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55006 is #4AAFF9. Grayscale: #666666. Windows color (decimal): -4894714 or 413877. OLE color: 413877.
HSL color Cylindrical-coordinate representation of color #B55006: hue angle of 25.37º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B55006 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.29 |
| HSL | 25.37º | 0.94% | 0.37% | - |
| HSV(B) | 25.37º | 0.97% | 0.71% | - |
| XYZ | 21.96 | 15.57 | 2.02 | - |
| YUV | 101.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 6 | 0 | 0.56 | 0.97 | 0.29 | 25.37 | 0.94 | 0.37 |
| Hex | B5 | 50 | 6 | 0 | 38 | 61 | 1D | 19 | 5E | 25 |
| Octal | 265 | 120 | 6 | 0 | 70 | 141 | 35 | 31 | 136 | 45 |
| Binary | 10110101 | 1010000 | 110 | 0 | 111000 | 1100001 | 11101 | 11001 | 1011110 | 100101 |
Color Harmonies of #B55006
Complementary color
Monochromatic Colors of #B55006
Black with #B55006
Text Example
Text Example
White with #B55006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55006; }
p { color: rgb(181,80,6); }
H1.HeaderClassName
{
color: #B55006;
}
.AnyTagClassName
{
color: #B55006;
}
</style>
background-color css
<style>
a { background-color: #B55006; }
a { background-color: rgb(181,80,6); }
div.DivClassName
{
background-color: #B55006;
}
.BgClassName
{
background-color: #B55006;
}
</style>
border-color css
<style>
span { border-color: #B55006; }
span { border-color: rgb(181,80,6); }
td.TdClassName
{
border-color: #B55006;
}
.TagClassName
{
border-color: #B55006;
}
</style>