Shades of Rust #B54517
Tints of Rust #B54517
RGB
CMYK
RGB Variations
Color information
#B54517 (or 0xB54517) is known color: Rust. HEX triplet: B5, 45 and 17. RGB value is (181,69,23). Sum of RGB (Red+Green+Blue) = 181+69+23=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B54517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54517 is #4ABAE8. Grayscale: #616161. Windows color (decimal): -4897513 or 1525173. OLE color: 1525173.
HSL color Cylindrical-coordinate representation of color #B54517: hue angle of 17.47º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B54517 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 23 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.29 |
| HSL | 17.47º | 0.77% | 0.4% | - |
| HSV(B) | 17.47º | 0.87% | 0.71% | - |
| XYZ | 21.34 | 14.14 | 2.42 | - |
| YUV | 97.24 | 86.11 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 23 | 0 | 0.62 | 0.87 | 0.29 | 17.47 | 0.77 | 0.4 |
| Hex | B5 | 45 | 17 | 0 | 3E | 57 | 1D | 11 | 4D | 28 |
| Octal | 265 | 105 | 27 | 0 | 76 | 127 | 35 | 21 | 115 | 50 |
| Binary | 10110101 | 1000101 | 10111 | 0 | 111110 | 1010111 | 11101 | 10001 | 1001101 | 101000 |
Color Harmonies of #B54517
Complementary color
Monochromatic Colors of #B54517
Black with #B54517
Text Example
Text Example
White with #B54517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54517; }
p { color: rgb(181,69,23); }
H1.HeaderClassName
{
color: #B54517;
}
.AnyTagClassName
{
color: #B54517;
}
</style>
background-color css
<style>
a { background-color: #B54517; }
a { background-color: rgb(181,69,23); }
div.DivClassName
{
background-color: #B54517;
}
.BgClassName
{
background-color: #B54517;
}
</style>
border-color css
<style>
span { border-color: #B54517; }
span { border-color: rgb(181,69,23); }
td.TdClassName
{
border-color: #B54517;
}
.TagClassName
{
border-color: #B54517;
}
</style>