Shades of Rust #BE4705
Tints of Rust #BE4705
RGB
CMYK
RGB Variations
Color information
#BE4705 (or 0xBE4705) is known color: Rust. HEX triplet: BE, 47 and 05. RGB value is (190,71,5). Sum of RGB (Red+Green+Blue) = 190+71+5=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4705 is #41B8FA. Grayscale: #636363. Windows color (decimal): -4307195 or 346046. OLE color: 346046.
HSL color Cylindrical-coordinate representation of color #BE4705: hue angle of 21.41º 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 #BE4705 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.25 |
| HSL | 21.41º | 0.95% | 0.38% | - |
| HSV(B) | 21.41º | 0.97% | 0.75% | - |
| XYZ | 23.52 | 15.46 | 1.89 | - |
| YUV | 99.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 5 | 0 | 0.63 | 0.97 | 0.25 | 21.41 | 0.95 | 0.38 |
| Hex | BE | 47 | 5 | 0 | 3F | 61 | 19 | 15 | 5F | 26 |
| Octal | 276 | 107 | 5 | 0 | 77 | 141 | 31 | 25 | 137 | 46 |
| Binary | 10111110 | 1000111 | 101 | 0 | 111111 | 1100001 | 11001 | 10101 | 1011111 | 100110 |
Color Harmonies of #BE4705
Complementary color
Monochromatic Colors of #BE4705
Black with #BE4705
Text Example
Text Example
White with #BE4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4705; }
p { color: rgb(190,71,5); }
H1.HeaderClassName
{
color: #BE4705;
}
.AnyTagClassName
{
color: #BE4705;
}
</style>
background-color css
<style>
a { background-color: #BE4705; }
a { background-color: rgb(190,71,5); }
div.DivClassName
{
background-color: #BE4705;
}
.BgClassName
{
background-color: #BE4705;
}
</style>
border-color css
<style>
span { border-color: #BE4705; }
span { border-color: rgb(190,71,5); }
td.TdClassName
{
border-color: #BE4705;
}
.TagClassName
{
border-color: #BE4705;
}
</style>