Shades of Rust #BE4D14
Tints of Rust #BE4D14
RGB
CMYK
RGB Variations
Color information
#BE4D14 (or 0xBE4D14) is known color: Rust. HEX triplet: BE, 4D and 14. RGB value is (190,77,20). Sum of RGB (Red+Green+Blue) = 190+77+20=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D14 is #41B2EB. Grayscale: #686868. Windows color (decimal): -4305644 or 1330622. OLE color: 1330622.
HSL color Cylindrical-coordinate representation of color #BE4D14: hue angle of 20.12º 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 #BE4D14 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 20 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.25 |
| HSL | 20.12º | 0.81% | 0.41% | - |
| HSV(B) | 20.12º | 0.89% | 0.75% | - |
| XYZ | 24.02 | 16.31 | 2.54 | - |
| YUV | 104.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 20 | 0 | 0.59 | 0.89 | 0.25 | 20.12 | 0.81 | 0.41 |
| Hex | BE | 4D | 14 | 0 | 3B | 59 | 19 | 14 | 51 | 29 |
| Octal | 276 | 115 | 24 | 0 | 73 | 131 | 31 | 24 | 121 | 51 |
| Binary | 10111110 | 1001101 | 10100 | 0 | 111011 | 1011001 | 11001 | 10100 | 1010001 | 101001 |
Color Harmonies of #BE4D14
Complementary color
Monochromatic Colors of #BE4D14
Black with #BE4D14
Text Example
Text Example
White with #BE4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D14; }
p { color: rgb(190,77,20); }
H1.HeaderClassName
{
color: #BE4D14;
}
.AnyTagClassName
{
color: #BE4D14;
}
</style>
background-color css
<style>
a { background-color: #BE4D14; }
a { background-color: rgb(190,77,20); }
div.DivClassName
{
background-color: #BE4D14;
}
.BgClassName
{
background-color: #BE4D14;
}
</style>
border-color css
<style>
span { border-color: #BE4D14; }
span { border-color: rgb(190,77,20); }
td.TdClassName
{
border-color: #BE4D14;
}
.TagClassName
{
border-color: #BE4D14;
}
</style>