Shades of Rust #BE4711
Tints of Rust #BE4711
RGB
CMYK
RGB Variations
Color information
#BE4711 (or 0xBE4711) is known color: Rust. HEX triplet: BE, 47 and 11. RGB value is (190,71,17). Sum of RGB (Red+Green+Blue) = 190+71+17=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4711 is #41B8EE. Grayscale: #646464. Windows color (decimal): -4307183 or 1132478. OLE color: 1132478.
HSL color Cylindrical-coordinate representation of color #BE4711: hue angle of 18.73º 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 #BE4711 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.25 |
| HSL | 18.73º | 0.84% | 0.41% | - |
| HSV(B) | 18.73º | 0.91% | 0.75% | - |
| XYZ | 23.59 | 15.49 | 2.28 | - |
| YUV | 100.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 17 | 0 | 0.63 | 0.91 | 0.25 | 18.73 | 0.84 | 0.41 |
| Hex | BE | 47 | 11 | 0 | 3F | 5B | 19 | 13 | 54 | 29 |
| Octal | 276 | 107 | 21 | 0 | 77 | 133 | 31 | 23 | 124 | 51 |
| Binary | 10111110 | 1000111 | 10001 | 0 | 111111 | 1011011 | 11001 | 10011 | 1010100 | 101001 |
Color Harmonies of #BE4711
Complementary color
Monochromatic Colors of #BE4711
Black with #BE4711
Text Example
Text Example
White with #BE4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4711; }
p { color: rgb(190,71,17); }
H1.HeaderClassName
{
color: #BE4711;
}
.AnyTagClassName
{
color: #BE4711;
}
</style>
background-color css
<style>
a { background-color: #BE4711; }
a { background-color: rgb(190,71,17); }
div.DivClassName
{
background-color: #BE4711;
}
.BgClassName
{
background-color: #BE4711;
}
</style>
border-color css
<style>
span { border-color: #BE4711; }
span { border-color: rgb(190,71,17); }
td.TdClassName
{
border-color: #BE4711;
}
.TagClassName
{
border-color: #BE4711;
}
</style>