Shades of Rust #BE4502
Tints of Rust #BE4502
RGB
CMYK
RGB Variations
Color information
#BE4502 (or 0xBE4502) is known color: Rust. HEX triplet: BE, 45 and 02. RGB value is (190,69,2). Sum of RGB (Red+Green+Blue) = 190+69+2=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4502 is #41BAFD. Grayscale: #616161. Windows color (decimal): -4307710 or 148926. OLE color: 148926.
HSL color Cylindrical-coordinate representation of color #BE4502: hue angle of 21.38º 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 #BE4502 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.25 |
| HSL | 21.38º | 0.98% | 0.38% | - |
| HSV(B) | 21.38º | 0.99% | 0.75% | - |
| XYZ | 23.37 | 15.21 | 1.76 | - |
| YUV | 97.54 | 74.09 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 2 | 0 | 0.64 | 0.99 | 0.25 | 21.38 | 0.98 | 0.38 |
| Hex | BE | 45 | 2 | 0 | 40 | 63 | 19 | 15 | 62 | 26 |
| Octal | 276 | 105 | 2 | 0 | 100 | 143 | 31 | 25 | 142 | 46 |
| Binary | 10111110 | 1000101 | 10 | 0 | 1000000 | 1100011 | 11001 | 10101 | 1100010 | 100110 |
Color Harmonies of #BE4502
Complementary color
Monochromatic Colors of #BE4502
Black with #BE4502
Text Example
Text Example
White with #BE4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4502; }
p { color: rgb(190,69,2); }
H1.HeaderClassName
{
color: #BE4502;
}
.AnyTagClassName
{
color: #BE4502;
}
</style>
background-color css
<style>
a { background-color: #BE4502; }
a { background-color: rgb(190,69,2); }
div.DivClassName
{
background-color: #BE4502;
}
.BgClassName
{
background-color: #BE4502;
}
</style>
border-color css
<style>
span { border-color: #BE4502; }
span { border-color: rgb(190,69,2); }
td.TdClassName
{
border-color: #BE4502;
}
.TagClassName
{
border-color: #BE4502;
}
</style>