Shades of Rust #BE4709
Tints of Rust #BE4709
RGB
CMYK
RGB Variations
Color information
#BE4709 (or 0xBE4709) is known color: Rust. HEX triplet: BE, 47 and 09. RGB value is (190,71,9). Sum of RGB (Red+Green+Blue) = 190+71+9=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4709 is #41B8F6. Grayscale: #636363. Windows color (decimal): -4307191 or 608190. OLE color: 608190.
HSL color Cylindrical-coordinate representation of color #BE4709: hue angle of 20.55º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE4709 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.25 |
| HSL | 20.55º | 0.91% | 0.39% | - |
| HSV(B) | 20.55º | 0.95% | 0.75% | - |
| XYZ | 23.54 | 15.47 | 2 | - |
| YUV | 99.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 9 | 0 | 0.63 | 0.95 | 0.25 | 20.55 | 0.91 | 0.39 |
| Hex | BE | 47 | 9 | 0 | 3F | 5F | 19 | 15 | 5B | 27 |
| Octal | 276 | 107 | 11 | 0 | 77 | 137 | 31 | 25 | 133 | 47 |
| Binary | 10111110 | 1000111 | 1001 | 0 | 111111 | 1011111 | 11001 | 10101 | 1011011 | 100111 |
Color Harmonies of #BE4709
Complementary color
Monochromatic Colors of #BE4709
Black with #BE4709
Text Example
Text Example
White with #BE4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4709; }
p { color: rgb(190,71,9); }
H1.HeaderClassName
{
color: #BE4709;
}
.AnyTagClassName
{
color: #BE4709;
}
</style>
background-color css
<style>
a { background-color: #BE4709; }
a { background-color: rgb(190,71,9); }
div.DivClassName
{
background-color: #BE4709;
}
.BgClassName
{
background-color: #BE4709;
}
</style>
border-color css
<style>
span { border-color: #BE4709; }
span { border-color: rgb(190,71,9); }
td.TdClassName
{
border-color: #BE4709;
}
.TagClassName
{
border-color: #BE4709;
}
</style>