Shades of Rust #BE4605
Tints of Rust #BE4605
RGB
CMYK
RGB Variations
Color information
#BE4605 (or 0xBE4605) is known color: Rust. HEX triplet: BE, 46 and 05. RGB value is (190,70,5). Sum of RGB (Red+Green+Blue) = 190+70+5=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4605 is #41B9FA. Grayscale: #626262. Windows color (decimal): -4307451 or 345790. OLE color: 345790.
HSL color Cylindrical-coordinate representation of color #BE4605: hue angle of 21.08º degrees, saturation: 0.95, 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 #BE4605 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.25 |
| HSL | 21.08º | 0.95% | 0.38% | - |
| HSV(B) | 21.08º | 0.97% | 0.75% | - |
| XYZ | 23.45 | 15.34 | 1.87 | - |
| YUV | 98.47 | 75.26 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 5 | 0 | 0.63 | 0.97 | 0.25 | 21.08 | 0.95 | 0.38 |
| Hex | BE | 46 | 5 | 0 | 3F | 61 | 19 | 15 | 5F | 26 |
| Octal | 276 | 106 | 5 | 0 | 77 | 141 | 31 | 25 | 137 | 46 |
| Binary | 10111110 | 1000110 | 101 | 0 | 111111 | 1100001 | 11001 | 10101 | 1011111 | 100110 |
Color Harmonies of #BE4605
Complementary color
Monochromatic Colors of #BE4605
Black with #BE4605
Text Example
Text Example
White with #BE4605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4605; }
p { color: rgb(190,70,5); }
H1.HeaderClassName
{
color: #BE4605;
}
.AnyTagClassName
{
color: #BE4605;
}
</style>
background-color css
<style>
a { background-color: #BE4605; }
a { background-color: rgb(190,70,5); }
div.DivClassName
{
background-color: #BE4605;
}
.BgClassName
{
background-color: #BE4605;
}
</style>
border-color css
<style>
span { border-color: #BE4605; }
span { border-color: rgb(190,70,5); }
td.TdClassName
{
border-color: #BE4605;
}
.TagClassName
{
border-color: #BE4605;
}
</style>