Shades of Rust #B54706
Tints of Rust #B54706
RGB
CMYK
RGB Variations
Color information
#B54706 (or 0xB54706) is known color: Rust. HEX triplet: B5, 47 and 06. RGB value is (181,71,6). Sum of RGB (Red+Green+Blue) = 181+71+6=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B54706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54706 is #4AB8F9. Grayscale: #606060. Windows color (decimal): -4897018 or 411573. OLE color: 411573.
HSL color Cylindrical-coordinate representation of color #B54706: hue angle of 22.29º 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 #B54706 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.29 |
| HSL | 22.29º | 0.94% | 0.37% | - |
| HSV(B) | 22.29º | 0.97% | 0.71% | - |
| XYZ | 21.34 | 14.34 | 1.82 | - |
| YUV | 96.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 6 | 0 | 0.61 | 0.97 | 0.29 | 22.29 | 0.94 | 0.37 |
| Hex | B5 | 47 | 6 | 0 | 3D | 61 | 1D | 16 | 5E | 25 |
| Octal | 265 | 107 | 6 | 0 | 75 | 141 | 35 | 26 | 136 | 45 |
| Binary | 10110101 | 1000111 | 110 | 0 | 111101 | 1100001 | 11101 | 10110 | 1011110 | 100101 |
Color Harmonies of #B54706
Complementary color
Monochromatic Colors of #B54706
Black with #B54706
Text Example
Text Example
White with #B54706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54706; }
p { color: rgb(181,71,6); }
H1.HeaderClassName
{
color: #B54706;
}
.AnyTagClassName
{
color: #B54706;
}
</style>
background-color css
<style>
a { background-color: #B54706; }
a { background-color: rgb(181,71,6); }
div.DivClassName
{
background-color: #B54706;
}
.BgClassName
{
background-color: #B54706;
}
</style>
border-color css
<style>
span { border-color: #B54706; }
span { border-color: rgb(181,71,6); }
td.TdClassName
{
border-color: #B54706;
}
.TagClassName
{
border-color: #B54706;
}
</style>