Shades of Rust #BE4902
Tints of Rust #BE4902
RGB
CMYK
RGB Variations
Color information
#BE4902 (or 0xBE4902) is known color: Rust. HEX triplet: BE, 49 and 02. RGB value is (190,73,2). Sum of RGB (Red+Green+Blue) = 190+73+2=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4902 is #41B6FD. Grayscale: #646464. Windows color (decimal): -4306686 or 149950. OLE color: 149950.
HSL color Cylindrical-coordinate representation of color #BE4902: hue angle of 22.66º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE4902 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.25 |
| HSL | 22.66º | 0.98% | 0.38% | - |
| HSV(B) | 22.66º | 0.99% | 0.75% | - |
| XYZ | 23.63 | 15.72 | 1.85 | - |
| YUV | 99.89 | 72.76 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 2 | 0 | 0.62 | 0.99 | 0.25 | 22.66 | 0.98 | 0.38 |
| Hex | BE | 49 | 2 | 0 | 3E | 63 | 19 | 17 | 62 | 26 |
| Octal | 276 | 111 | 2 | 0 | 76 | 143 | 31 | 27 | 142 | 46 |
| Binary | 10111110 | 1001001 | 10 | 0 | 111110 | 1100011 | 11001 | 10111 | 1100010 | 100110 |
Color Harmonies of #BE4902
Complementary color
Monochromatic Colors of #BE4902
Black with #BE4902
Text Example
Text Example
White with #BE4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4902; }
p { color: rgb(190,73,2); }
H1.HeaderClassName
{
color: #BE4902;
}
.AnyTagClassName
{
color: #BE4902;
}
</style>
background-color css
<style>
a { background-color: #BE4902; }
a { background-color: rgb(190,73,2); }
div.DivClassName
{
background-color: #BE4902;
}
.BgClassName
{
background-color: #BE4902;
}
</style>
border-color css
<style>
span { border-color: #BE4902; }
span { border-color: rgb(190,73,2); }
td.TdClassName
{
border-color: #BE4902;
}
.TagClassName
{
border-color: #BE4902;
}
</style>