Shades of Rust #BE490B
Tints of Rust #BE490B
RGB
CMYK
RGB Variations
Color information
#BE490B (or 0xBE490B) is known color: Rust. HEX triplet: BE, 49 and 0B. RGB value is (190,73,11). Sum of RGB (Red+Green+Blue) = 190+73+11=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE490B is #41B6F4. Grayscale: #656565. Windows color (decimal): -4306677 or 739774. OLE color: 739774.
HSL color Cylindrical-coordinate representation of color #BE490B: hue angle of 20.78º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE490B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.25 |
| HSL | 20.78º | 0.89% | 0.39% | - |
| HSV(B) | 20.78º | 0.94% | 0.75% | - |
| XYZ | 23.68 | 15.74 | 2.11 | - |
| YUV | 100.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 11 | 0 | 0.62 | 0.94 | 0.25 | 20.78 | 0.89 | 0.39 |
| Hex | BE | 49 | B | 0 | 3E | 5E | 19 | 15 | 59 | 27 |
| Octal | 276 | 111 | 13 | 0 | 76 | 136 | 31 | 25 | 131 | 47 |
| Binary | 10111110 | 1001001 | 1011 | 0 | 111110 | 1011110 | 11001 | 10101 | 1011001 | 100111 |
Color Harmonies of #BE490B
Complementary color
Monochromatic Colors of #BE490B
Black with #BE490B
Text Example
Text Example
White with #BE490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE490B; }
p { color: rgb(190,73,11); }
H1.HeaderClassName
{
color: #BE490B;
}
.AnyTagClassName
{
color: #BE490B;
}
</style>
background-color css
<style>
a { background-color: #BE490B; }
a { background-color: rgb(190,73,11); }
div.DivClassName
{
background-color: #BE490B;
}
.BgClassName
{
background-color: #BE490B;
}
</style>
border-color css
<style>
span { border-color: #BE490B; }
span { border-color: rgb(190,73,11); }
td.TdClassName
{
border-color: #BE490B;
}
.TagClassName
{
border-color: #BE490B;
}
</style>