Shades of Rust #B54516
Tints of Rust #B54516
RGB
CMYK
RGB Variations
Color information
#B54516 (or 0xB54516) is known color: Rust. HEX triplet: B5, 45 and 16. RGB value is (181,69,22). Sum of RGB (Red+Green+Blue) = 181+69+22=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B54516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54516 is #4ABAE9. Grayscale: #616161. Windows color (decimal): -4897514 or 1459637. OLE color: 1459637.
HSL color Cylindrical-coordinate representation of color #B54516: hue angle of 17.74º 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 #B54516 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.29 |
| HSL | 17.74º | 0.78% | 0.4% | - |
| HSV(B) | 17.74º | 0.88% | 0.71% | - |
| XYZ | 21.33 | 14.14 | 2.36 | - |
| YUV | 97.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 22 | 0 | 0.62 | 0.88 | 0.29 | 17.74 | 0.78 | 0.4 |
| Hex | B5 | 45 | 16 | 0 | 3E | 58 | 1D | 12 | 4E | 28 |
| Octal | 265 | 105 | 26 | 0 | 76 | 130 | 35 | 22 | 116 | 50 |
| Binary | 10110101 | 1000101 | 10110 | 0 | 111110 | 1011000 | 11101 | 10010 | 1001110 | 101000 |
Color Harmonies of #B54516
Complementary color
Monochromatic Colors of #B54516
Black with #B54516
Text Example
Text Example
White with #B54516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54516; }
p { color: rgb(181,69,22); }
H1.HeaderClassName
{
color: #B54516;
}
.AnyTagClassName
{
color: #B54516;
}
</style>
background-color css
<style>
a { background-color: #B54516; }
a { background-color: rgb(181,69,22); }
div.DivClassName
{
background-color: #B54516;
}
.BgClassName
{
background-color: #B54516;
}
</style>
border-color css
<style>
span { border-color: #B54516; }
span { border-color: rgb(181,69,22); }
td.TdClassName
{
border-color: #B54516;
}
.TagClassName
{
border-color: #B54516;
}
</style>