Shades of Rust #BE4016
Tints of Rust #BE4016
RGB
CMYK
RGB Variations
Color information
#BE4016 (or 0xBE4016) is known color: Rust. HEX triplet: BE, 40 and 16. RGB value is (190,64,22). Sum of RGB (Red+Green+Blue) = 190+64+22=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4016 is #41BFE9. Grayscale: #616161. Windows color (decimal): -4308970 or 1458366. OLE color: 1458366.
HSL color Cylindrical-coordinate representation of color #BE4016: hue angle of 15º 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 #BE4016 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.25 |
| HSL | 15º | 0.79% | 0.42% | - |
| HSV(B) | 15º | 0.88% | 0.75% | - |
| XYZ | 23.21 | 14.67 | 2.37 | - |
| YUV | 96.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 22 | 0 | 0.66 | 0.88 | 0.25 | 15 | 0.79 | 0.42 |
| Hex | BE | 40 | 16 | 0 | 42 | 58 | 19 | F | 4F | 2A |
| Octal | 276 | 100 | 26 | 0 | 102 | 130 | 31 | 17 | 117 | 52 |
| Binary | 10111110 | 1000000 | 10110 | 0 | 1000010 | 1011000 | 11001 | 1111 | 1001111 | 101010 |
Color Harmonies of #BE4016
Complementary color
Monochromatic Colors of #BE4016
Black with #BE4016
Text Example
Text Example
White with #BE4016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4016; }
p { color: rgb(190,64,22); }
H1.HeaderClassName
{
color: #BE4016;
}
.AnyTagClassName
{
color: #BE4016;
}
</style>
background-color css
<style>
a { background-color: #BE4016; }
a { background-color: rgb(190,64,22); }
div.DivClassName
{
background-color: #BE4016;
}
.BgClassName
{
background-color: #BE4016;
}
</style>
border-color css
<style>
span { border-color: #BE4016; }
span { border-color: rgb(190,64,22); }
td.TdClassName
{
border-color: #BE4016;
}
.TagClassName
{
border-color: #BE4016;
}
</style>