Shades of Rust #BE4E16
Tints of Rust #BE4E16
RGB
CMYK
RGB Variations
Color information
#BE4E16 (or 0xBE4E16) is known color: Rust. HEX triplet: BE, 4E and 16. RGB value is (190,78,22). Sum of RGB (Red+Green+Blue) = 190+78+22=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4E16 is #41B1E9. Grayscale: #696969. Windows color (decimal): -4305386 or 1461950. OLE color: 1461950.
HSL color Cylindrical-coordinate representation of color #BE4E16: hue angle of 20º 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 #BE4E16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.25 |
| HSL | 20º | 0.79% | 0.42% | - |
| HSV(B) | 20º | 0.88% | 0.75% | - |
| XYZ | 24.1 | 16.45 | 2.66 | - |
| YUV | 105.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 22 | 0 | 0.59 | 0.88 | 0.25 | 20 | 0.79 | 0.42 |
| Hex | BE | 4E | 16 | 0 | 3B | 58 | 19 | 14 | 4F | 2A |
| Octal | 276 | 116 | 26 | 0 | 73 | 130 | 31 | 24 | 117 | 52 |
| Binary | 10111110 | 1001110 | 10110 | 0 | 111011 | 1011000 | 11001 | 10100 | 1001111 | 101010 |
Color Harmonies of #BE4E16
Complementary color
Monochromatic Colors of #BE4E16
Black with #BE4E16
Text Example
Text Example
White with #BE4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E16; }
p { color: rgb(190,78,22); }
H1.HeaderClassName
{
color: #BE4E16;
}
.AnyTagClassName
{
color: #BE4E16;
}
</style>
background-color css
<style>
a { background-color: #BE4E16; }
a { background-color: rgb(190,78,22); }
div.DivClassName
{
background-color: #BE4E16;
}
.BgClassName
{
background-color: #BE4E16;
}
</style>
border-color css
<style>
span { border-color: #BE4E16; }
span { border-color: rgb(190,78,22); }
td.TdClassName
{
border-color: #BE4E16;
}
.TagClassName
{
border-color: #BE4E16;
}
</style>