Shades of Rust #BE4911
Tints of Rust #BE4911
RGB
CMYK
RGB Variations
Color information
#BE4911 (or 0xBE4911) is known color: Rust. HEX triplet: BE, 49 and 11. RGB value is (190,73,17). Sum of RGB (Red+Green+Blue) = 190+73+17=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4911 is #41B6EE. Grayscale: #656565. Windows color (decimal): -4306671 or 1132990. OLE color: 1132990.
HSL color Cylindrical-coordinate representation of color #BE4911: hue angle of 19.42º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE4911 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.25 |
| HSL | 19.42º | 0.84% | 0.41% | - |
| HSV(B) | 19.42º | 0.91% | 0.75% | - |
| XYZ | 23.72 | 15.75 | 2.32 | - |
| YUV | 101.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 17 | 0 | 0.62 | 0.91 | 0.25 | 19.42 | 0.84 | 0.41 |
| Hex | BE | 49 | 11 | 0 | 3E | 5B | 19 | 13 | 54 | 29 |
| Octal | 276 | 111 | 21 | 0 | 76 | 133 | 31 | 23 | 124 | 51 |
| Binary | 10111110 | 1001001 | 10001 | 0 | 111110 | 1011011 | 11001 | 10011 | 1010100 | 101001 |
Color Harmonies of #BE4911
Complementary color
Monochromatic Colors of #BE4911
Black with #BE4911
Text Example
Text Example
White with #BE4911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4911; }
p { color: rgb(190,73,17); }
H1.HeaderClassName
{
color: #BE4911;
}
.AnyTagClassName
{
color: #BE4911;
}
</style>
background-color css
<style>
a { background-color: #BE4911; }
a { background-color: rgb(190,73,17); }
div.DivClassName
{
background-color: #BE4911;
}
.BgClassName
{
background-color: #BE4911;
}
</style>
border-color css
<style>
span { border-color: #BE4911; }
span { border-color: rgb(190,73,17); }
td.TdClassName
{
border-color: #BE4911;
}
.TagClassName
{
border-color: #BE4911;
}
</style>