Shades of Rust #BE4806
Tints of Rust #BE4806
RGB
CMYK
RGB Variations
Color information
#BE4806 (or 0xBE4806) is known color: Rust. HEX triplet: BE, 48 and 06. RGB value is (190,72,6). Sum of RGB (Red+Green+Blue) = 190+72+6=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4806 is #41B7F9. Grayscale: #646464. Windows color (decimal): -4306938 or 411838. OLE color: 411838.
HSL color Cylindrical-coordinate representation of color #BE4806: hue angle of 21.52º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE4806 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.25 |
| HSL | 21.52º | 0.94% | 0.38% | - |
| HSV(B) | 21.52º | 0.97% | 0.75% | - |
| XYZ | 23.59 | 15.6 | 1.94 | - |
| YUV | 99.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 6 | 0 | 0.62 | 0.97 | 0.25 | 21.52 | 0.94 | 0.38 |
| Hex | BE | 48 | 6 | 0 | 3E | 61 | 19 | 16 | 5E | 26 |
| Octal | 276 | 110 | 6 | 0 | 76 | 141 | 31 | 26 | 136 | 46 |
| Binary | 10111110 | 1001000 | 110 | 0 | 111110 | 1100001 | 11001 | 10110 | 1011110 | 100110 |
Color Harmonies of #BE4806
Complementary color
Monochromatic Colors of #BE4806
Black with #BE4806
Text Example
Text Example
White with #BE4806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4806; }
p { color: rgb(190,72,6); }
H1.HeaderClassName
{
color: #BE4806;
}
.AnyTagClassName
{
color: #BE4806;
}
</style>
background-color css
<style>
a { background-color: #BE4806; }
a { background-color: rgb(190,72,6); }
div.DivClassName
{
background-color: #BE4806;
}
.BgClassName
{
background-color: #BE4806;
}
</style>
border-color css
<style>
span { border-color: #BE4806; }
span { border-color: rgb(190,72,6); }
td.TdClassName
{
border-color: #BE4806;
}
.TagClassName
{
border-color: #BE4806;
}
</style>