Shades of Rust #BE5516
Tints of Rust #BE5516
RGB
CMYK
RGB Variations
Color information
#BE5516 (or 0xBE5516) is known color: Rust. HEX triplet: BE, 55 and 16. RGB value is (190,85,22). Sum of RGB (Red+Green+Blue) = 190+85+22=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5516 is #41AAE9. Grayscale: #6D6D6D. Windows color (decimal): -4303594 or 1463742. OLE color: 1463742.
HSL color Cylindrical-coordinate representation of color #BE5516: hue angle of 22.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE5516 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 22 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.25 |
| HSL | 22.5º | 0.79% | 0.42% | - |
| HSV(B) | 22.5º | 0.88% | 0.75% | - |
| XYZ | 24.63 | 17.5 | 2.84 | - |
| YUV | 109.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 22 | 0 | 0.55 | 0.88 | 0.25 | 22.5 | 0.79 | 0.42 |
| Hex | BE | 55 | 16 | 0 | 37 | 58 | 19 | 16 | 4F | 2A |
| Octal | 276 | 125 | 26 | 0 | 67 | 130 | 31 | 26 | 117 | 52 |
| Binary | 10111110 | 1010101 | 10110 | 0 | 110111 | 1011000 | 11001 | 10110 | 1001111 | 101010 |
Color Harmonies of #BE5516
Complementary color
Monochromatic Colors of #BE5516
Black with #BE5516
Text Example
Text Example
White with #BE5516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5516; }
p { color: rgb(190,85,22); }
H1.HeaderClassName
{
color: #BE5516;
}
.AnyTagClassName
{
color: #BE5516;
}
</style>
background-color css
<style>
a { background-color: #BE5516; }
a { background-color: rgb(190,85,22); }
div.DivClassName
{
background-color: #BE5516;
}
.BgClassName
{
background-color: #BE5516;
}
</style>
border-color css
<style>
span { border-color: #BE5516; }
span { border-color: rgb(190,85,22); }
td.TdClassName
{
border-color: #BE5516;
}
.TagClassName
{
border-color: #BE5516;
}
</style>