Shades of Rust #BE4A1E
Tints of Rust #BE4A1E
RGB
CMYK
RGB Variations
Color information
#BE4A1E (or 0xBE4A1E) is known color: Rust. HEX triplet: BE, 4A and 1E. RGB value is (190,74,30). Sum of RGB (Red+Green+Blue) = 190+74+30=294 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.63% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A1E is #41B5E1. Grayscale: #676767. Windows color (decimal): -4306402 or 1985214. OLE color: 1985214.
HSL color Cylindrical-coordinate representation of color #BE4A1E: hue angle of 16.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE4A1E is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 30 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.25 |
| HSL | 16.5º | 0.73% | 0.43% | - |
| HSV(B) | 16.5º | 0.84% | 0.75% | - |
| XYZ | 23.92 | 15.94 | 3.04 | - |
| YUV | 103.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 30 | 0 | 0.61 | 0.84 | 0.25 | 16.5 | 0.73 | 0.43 |
| Hex | BE | 4A | 1E | 0 | 3D | 54 | 19 | 10 | 49 | 2B |
| Octal | 276 | 112 | 36 | 0 | 75 | 124 | 31 | 20 | 111 | 53 |
| Binary | 10111110 | 1001010 | 11110 | 0 | 111101 | 1010100 | 11001 | 10000 | 1001001 | 101011 |
Color Harmonies of #BE4A1E
Complementary color
Monochromatic Colors of #BE4A1E
Black with #BE4A1E
Text Example
Text Example
White with #BE4A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A1E; }
p { color: rgb(190,74,30); }
H1.HeaderClassName
{
color: #BE4A1E;
}
.AnyTagClassName
{
color: #BE4A1E;
}
</style>
background-color css
<style>
a { background-color: #BE4A1E; }
a { background-color: rgb(190,74,30); }
div.DivClassName
{
background-color: #BE4A1E;
}
.BgClassName
{
background-color: #BE4A1E;
}
</style>
border-color css
<style>
span { border-color: #BE4A1E; }
span { border-color: rgb(190,74,30); }
td.TdClassName
{
border-color: #BE4A1E;
}
.TagClassName
{
border-color: #BE4A1E;
}
</style>