Shades of Rust #BE500F
Tints of Rust #BE500F
RGB
CMYK
RGB Variations
Color information
#BE500F (or 0xBE500F) is known color: Rust. HEX triplet: BE, 50 and 0F. RGB value is (190,80,15). Sum of RGB (Red+Green+Blue) = 190+80+15=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE500F is #41AFF0. Grayscale: #696969. Windows color (decimal): -4304881 or 1003710. OLE color: 1003710.
HSL color Cylindrical-coordinate representation of color #BE500F: hue angle of 22.29º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE500F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 15 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.25 |
| HSL | 22.29º | 0.85% | 0.4% | - |
| HSV(B) | 22.29º | 0.92% | 0.75% | - |
| XYZ | 24.19 | 16.72 | 2.4 | - |
| YUV | 105.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 15 | 0 | 0.58 | 0.92 | 0.25 | 22.29 | 0.85 | 0.4 |
| Hex | BE | 50 | F | 0 | 3A | 5C | 19 | 16 | 55 | 28 |
| Octal | 276 | 120 | 17 | 0 | 72 | 134 | 31 | 26 | 125 | 50 |
| Binary | 10111110 | 1010000 | 1111 | 0 | 111010 | 1011100 | 11001 | 10110 | 1010101 | 101000 |
Color Harmonies of #BE500F
Complementary color
Monochromatic Colors of #BE500F
Black with #BE500F
Text Example
Text Example
White with #BE500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE500F; }
p { color: rgb(190,80,15); }
H1.HeaderClassName
{
color: #BE500F;
}
.AnyTagClassName
{
color: #BE500F;
}
</style>
background-color css
<style>
a { background-color: #BE500F; }
a { background-color: rgb(190,80,15); }
div.DivClassName
{
background-color: #BE500F;
}
.BgClassName
{
background-color: #BE500F;
}
</style>
border-color css
<style>
span { border-color: #BE500F; }
span { border-color: rgb(190,80,15); }
td.TdClassName
{
border-color: #BE500F;
}
.TagClassName
{
border-color: #BE500F;
}
</style>