Shades of Rust #BE4100
Tints of Rust #BE4100
RGB
CMYK
RGB Variations
Color information
#BE4100 (or 0xBE4100) is known color: Rust. HEX triplet: BE, 41 and 00. RGB value is (190,65,0). Sum of RGB (Red+Green+Blue) = 190+65+0=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4100 is #41BEFF. Grayscale: #5F5F5F. Windows color (decimal): -4308736 or 16830. OLE color: 16830.
HSL color Cylindrical-coordinate representation of color #BE4100: hue angle of 20.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE4100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.25 |
| HSL | 20.53º | 1% | 0.37% | - |
| HSV(B) | 20.53º | 1% | 0.75% | - |
| XYZ | 23.13 | 14.73 | 1.62 | - |
| YUV | 94.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 0 | 0 | 0.66 | 1 | 0.25 | 20.53 | 1 | 0.37 |
| Hex | BE | 41 | 0 | 0 | 42 | 64 | 19 | 15 | 64 | 25 |
| Octal | 276 | 101 | 0 | 0 | 102 | 144 | 31 | 25 | 144 | 45 |
| Binary | 10111110 | 1000001 | 0 | 0 | 1000010 | 1100100 | 11001 | 10101 | 1100100 | 100101 |
Color Harmonies of #BE4100
Complementary color
Monochromatic Colors of #BE4100
Black with #BE4100
Text Example
Text Example
White with #BE4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4100; }
p { color: rgb(190,65,0); }
H1.HeaderClassName
{
color: #BE4100;
}
.AnyTagClassName
{
color: #BE4100;
}
</style>
background-color css
<style>
a { background-color: #BE4100; }
a { background-color: rgb(190,65,0); }
div.DivClassName
{
background-color: #BE4100;
}
.BgClassName
{
background-color: #BE4100;
}
</style>
border-color css
<style>
span { border-color: #BE4100; }
span { border-color: rgb(190,65,0); }
td.TdClassName
{
border-color: #BE4100;
}
.TagClassName
{
border-color: #BE4100;
}
</style>