Shades of Rust #B55306
Tints of Rust #B55306
RGB
CMYK
RGB Variations
Color information
#B55306 (or 0xB55306) is known color: Rust. HEX triplet: B5, 53 and 06. RGB value is (181,83,6). Sum of RGB (Red+Green+Blue) = 181+83+6=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B55306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55306 is #4AACF9. Grayscale: #676767. Windows color (decimal): -4893946 or 414645. OLE color: 414645.
HSL color Cylindrical-coordinate representation of color #B55306: hue angle of 26.4º 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 #B55306 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 6 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.29 |
| HSL | 26.4º | 0.94% | 0.37% | - |
| HSV(B) | 26.4º | 0.97% | 0.71% | - |
| XYZ | 22.18 | 16.02 | 2.1 | - |
| YUV | 103.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 6 | 0 | 0.54 | 0.97 | 0.29 | 26.4 | 0.94 | 0.37 |
| Hex | B5 | 53 | 6 | 0 | 36 | 61 | 1D | 1A | 5E | 25 |
| Octal | 265 | 123 | 6 | 0 | 66 | 141 | 35 | 32 | 136 | 45 |
| Binary | 10110101 | 1010011 | 110 | 0 | 110110 | 1100001 | 11101 | 11010 | 1011110 | 100101 |
Color Harmonies of #B55306
Complementary color
Monochromatic Colors of #B55306
Black with #B55306
Text Example
Text Example
White with #B55306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55306; }
p { color: rgb(181,83,6); }
H1.HeaderClassName
{
color: #B55306;
}
.AnyTagClassName
{
color: #B55306;
}
</style>
background-color css
<style>
a { background-color: #B55306; }
a { background-color: rgb(181,83,6); }
div.DivClassName
{
background-color: #B55306;
}
.BgClassName
{
background-color: #B55306;
}
</style>
border-color css
<style>
span { border-color: #B55306; }
span { border-color: rgb(181,83,6); }
td.TdClassName
{
border-color: #B55306;
}
.TagClassName
{
border-color: #B55306;
}
</style>