Shades of Rust #BE5116
Tints of Rust #BE5116
RGB
CMYK
RGB Variations
Color information
#BE5116 (or 0xBE5116) is known color: Rust. HEX triplet: BE, 51 and 16. RGB value is (190,81,22). Sum of RGB (Red+Green+Blue) = 190+81+22=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5116 is #41AEE9. Grayscale: #6B6B6B. Windows color (decimal): -4304618 or 1462718. OLE color: 1462718.
HSL color Cylindrical-coordinate representation of color #BE5116: hue angle of 21.07º 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 #BE5116 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 22 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.25 |
| HSL | 21.07º | 0.79% | 0.42% | - |
| HSV(B) | 21.07º | 0.88% | 0.75% | - |
| XYZ | 24.32 | 16.89 | 2.74 | - |
| YUV | 106.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 22 | 0 | 0.57 | 0.88 | 0.25 | 21.07 | 0.79 | 0.42 |
| Hex | BE | 51 | 16 | 0 | 39 | 58 | 19 | 15 | 4F | 2A |
| Octal | 276 | 121 | 26 | 0 | 71 | 130 | 31 | 25 | 117 | 52 |
| Binary | 10111110 | 1010001 | 10110 | 0 | 111001 | 1011000 | 11001 | 10101 | 1001111 | 101010 |
Color Harmonies of #BE5116
Complementary color
Monochromatic Colors of #BE5116
Black with #BE5116
Text Example
Text Example
White with #BE5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5116; }
p { color: rgb(190,81,22); }
H1.HeaderClassName
{
color: #BE5116;
}
.AnyTagClassName
{
color: #BE5116;
}
</style>
background-color css
<style>
a { background-color: #BE5116; }
a { background-color: rgb(190,81,22); }
div.DivClassName
{
background-color: #BE5116;
}
.BgClassName
{
background-color: #BE5116;
}
</style>
border-color css
<style>
span { border-color: #BE5116; }
span { border-color: rgb(190,81,22); }
td.TdClassName
{
border-color: #BE5116;
}
.TagClassName
{
border-color: #BE5116;
}
</style>