Shades of Rust #B54716
Tints of Rust #B54716
RGB
CMYK
RGB Variations
Color information
#B54716 (or 0xB54716) is known color: Rust. HEX triplet: B5, 47 and 16. RGB value is (181,71,22). Sum of RGB (Red+Green+Blue) = 181+71+22=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B54716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54716 is #4AB8E9. Grayscale: #626262. Windows color (decimal): -4897002 or 1460149. OLE color: 1460149.
HSL color Cylindrical-coordinate representation of color #B54716: hue angle of 18.49º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B54716 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.29 |
| HSL | 18.49º | 0.78% | 0.4% | - |
| HSV(B) | 18.49º | 0.88% | 0.71% | - |
| XYZ | 21.45 | 14.39 | 2.41 | - |
| YUV | 98.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 22 | 0 | 0.61 | 0.88 | 0.29 | 18.49 | 0.78 | 0.4 |
| Hex | B5 | 47 | 16 | 0 | 3D | 58 | 1D | 12 | 4E | 28 |
| Octal | 265 | 107 | 26 | 0 | 75 | 130 | 35 | 22 | 116 | 50 |
| Binary | 10110101 | 1000111 | 10110 | 0 | 111101 | 1011000 | 11101 | 10010 | 1001110 | 101000 |
Color Harmonies of #B54716
Complementary color
Monochromatic Colors of #B54716
Black with #B54716
Text Example
Text Example
White with #B54716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54716; }
p { color: rgb(181,71,22); }
H1.HeaderClassName
{
color: #B54716;
}
.AnyTagClassName
{
color: #B54716;
}
</style>
background-color css
<style>
a { background-color: #B54716; }
a { background-color: rgb(181,71,22); }
div.DivClassName
{
background-color: #B54716;
}
.BgClassName
{
background-color: #B54716;
}
</style>
border-color css
<style>
span { border-color: #B54716; }
span { border-color: rgb(181,71,22); }
td.TdClassName
{
border-color: #B54716;
}
.TagClassName
{
border-color: #B54716;
}
</style>