Shades of Rust #BE5411
Tints of Rust #BE5411
RGB
CMYK
RGB Variations
Color information
#BE5411 (or 0xBE5411) is known color: Rust. HEX triplet: BE, 54 and 11. RGB value is (190,84,17). Sum of RGB (Red+Green+Blue) = 190+84+17=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5411 is #41ABEE. Grayscale: #6C6C6C. Windows color (decimal): -4303855 or 1135806. OLE color: 1135806.
HSL color Cylindrical-coordinate representation of color #BE5411: hue angle of 23.24º 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 #BE5411 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 17 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.25 |
| HSL | 23.24º | 0.84% | 0.41% | - |
| HSV(B) | 23.24º | 0.91% | 0.75% | - |
| XYZ | 24.51 | 17.33 | 2.58 | - |
| YUV | 108.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 17 | 0 | 0.56 | 0.91 | 0.25 | 23.24 | 0.84 | 0.41 |
| Hex | BE | 54 | 11 | 0 | 38 | 5B | 19 | 17 | 54 | 29 |
| Octal | 276 | 124 | 21 | 0 | 70 | 133 | 31 | 27 | 124 | 51 |
| Binary | 10111110 | 1010100 | 10001 | 0 | 111000 | 1011011 | 11001 | 10111 | 1010100 | 101001 |
Color Harmonies of #BE5411
Complementary color
Monochromatic Colors of #BE5411
Black with #BE5411
Text Example
Text Example
White with #BE5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5411; }
p { color: rgb(190,84,17); }
H1.HeaderClassName
{
color: #BE5411;
}
.AnyTagClassName
{
color: #BE5411;
}
</style>
background-color css
<style>
a { background-color: #BE5411; }
a { background-color: rgb(190,84,17); }
div.DivClassName
{
background-color: #BE5411;
}
.BgClassName
{
background-color: #BE5411;
}
</style>
border-color css
<style>
span { border-color: #BE5411; }
span { border-color: rgb(190,84,17); }
td.TdClassName
{
border-color: #BE5411;
}
.TagClassName
{
border-color: #BE5411;
}
</style>