Shades of Rust #BE4E14
Tints of Rust #BE4E14
RGB
CMYK
RGB Variations
Color information
#BE4E14 (or 0xBE4E14) is known color: Rust. HEX triplet: BE, 4E and 14. RGB value is (190,78,20). Sum of RGB (Red+Green+Blue) = 190+78+20=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4E14 is #41B1EB. Grayscale: #696969. Windows color (decimal): -4305388 or 1330878. OLE color: 1330878.
HSL color Cylindrical-coordinate representation of color #BE4E14: hue angle of 20.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE4E14 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 20 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.25 |
| HSL | 20.47º | 0.81% | 0.41% | - |
| HSV(B) | 20.47º | 0.89% | 0.75% | - |
| XYZ | 24.09 | 16.45 | 2.57 | - |
| YUV | 104.88 | 80.11 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 20 | 0 | 0.59 | 0.89 | 0.25 | 20.47 | 0.81 | 0.41 |
| Hex | BE | 4E | 14 | 0 | 3B | 59 | 19 | 14 | 51 | 29 |
| Octal | 276 | 116 | 24 | 0 | 73 | 131 | 31 | 24 | 121 | 51 |
| Binary | 10111110 | 1001110 | 10100 | 0 | 111011 | 1011001 | 11001 | 10100 | 1010001 | 101001 |
Color Harmonies of #BE4E14
Complementary color
Monochromatic Colors of #BE4E14
Black with #BE4E14
Text Example
Text Example
White with #BE4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E14; }
p { color: rgb(190,78,20); }
H1.HeaderClassName
{
color: #BE4E14;
}
.AnyTagClassName
{
color: #BE4E14;
}
</style>
background-color css
<style>
a { background-color: #BE4E14; }
a { background-color: rgb(190,78,20); }
div.DivClassName
{
background-color: #BE4E14;
}
.BgClassName
{
background-color: #BE4E14;
}
</style>
border-color css
<style>
span { border-color: #BE4E14; }
span { border-color: rgb(190,78,20); }
td.TdClassName
{
border-color: #BE4E14;
}
.TagClassName
{
border-color: #BE4E14;
}
</style>