Shades of Rust #BE4115
Tints of Rust #BE4115
RGB
CMYK
RGB Variations
Color information
#BE4115 (or 0xBE4115) is known color: Rust. HEX triplet: BE, 41 and 15. RGB value is (190,65,21). Sum of RGB (Red+Green+Blue) = 190+65+21=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4115 is #41BEEA. Grayscale: #616161. Windows color (decimal): -4308715 or 1393086. OLE color: 1393086.
HSL color Cylindrical-coordinate representation of color #BE4115: hue angle of 15.62º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE4115 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.25 |
| HSL | 15.62º | 0.8% | 0.41% | - |
| HSV(B) | 15.62º | 0.89% | 0.75% | - |
| XYZ | 23.26 | 14.78 | 2.34 | - |
| YUV | 97.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 21 | 0 | 0.66 | 0.89 | 0.25 | 15.62 | 0.8 | 0.41 |
| Hex | BE | 41 | 15 | 0 | 42 | 59 | 19 | 10 | 50 | 29 |
| Octal | 276 | 101 | 25 | 0 | 102 | 131 | 31 | 20 | 120 | 51 |
| Binary | 10111110 | 1000001 | 10101 | 0 | 1000010 | 1011001 | 11001 | 10000 | 1010000 | 101001 |
Color Harmonies of #BE4115
Complementary color
Monochromatic Colors of #BE4115
Black with #BE4115
Text Example
Text Example
White with #BE4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4115; }
p { color: rgb(190,65,21); }
H1.HeaderClassName
{
color: #BE4115;
}
.AnyTagClassName
{
color: #BE4115;
}
</style>
background-color css
<style>
a { background-color: #BE4115; }
a { background-color: rgb(190,65,21); }
div.DivClassName
{
background-color: #BE4115;
}
.BgClassName
{
background-color: #BE4115;
}
</style>
border-color css
<style>
span { border-color: #BE4115; }
span { border-color: rgb(190,65,21); }
td.TdClassName
{
border-color: #BE4115;
}
.TagClassName
{
border-color: #BE4115;
}
</style>