Shades of Rust #BE4615
Tints of Rust #BE4615
RGB
CMYK
RGB Variations
Color information
#BE4615 (or 0xBE4615) is known color: Rust. HEX triplet: BE, 46 and 15. RGB value is (190,70,21). Sum of RGB (Red+Green+Blue) = 190+70+21=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4615 is #41B9EA. Grayscale: #646464. Windows color (decimal): -4307435 or 1394366. OLE color: 1394366.
HSL color Cylindrical-coordinate representation of color #BE4615: hue angle of 17.4º 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 #BE4615 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.25 |
| HSL | 17.4º | 0.8% | 0.41% | - |
| HSV(B) | 17.4º | 0.89% | 0.75% | - |
| XYZ | 23.56 | 15.38 | 2.44 | - |
| YUV | 100.29 | 83.26 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 21 | 0 | 0.63 | 0.89 | 0.25 | 17.4 | 0.8 | 0.41 |
| Hex | BE | 46 | 15 | 0 | 3F | 59 | 19 | 11 | 50 | 29 |
| Octal | 276 | 106 | 25 | 0 | 77 | 131 | 31 | 21 | 120 | 51 |
| Binary | 10111110 | 1000110 | 10101 | 0 | 111111 | 1011001 | 11001 | 10001 | 1010000 | 101001 |
Color Harmonies of #BE4615
Complementary color
Monochromatic Colors of #BE4615
Black with #BE4615
Text Example
Text Example
White with #BE4615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4615; }
p { color: rgb(190,70,21); }
H1.HeaderClassName
{
color: #BE4615;
}
.AnyTagClassName
{
color: #BE4615;
}
</style>
background-color css
<style>
a { background-color: #BE4615; }
a { background-color: rgb(190,70,21); }
div.DivClassName
{
background-color: #BE4615;
}
.BgClassName
{
background-color: #BE4615;
}
</style>
border-color css
<style>
span { border-color: #BE4615; }
span { border-color: rgb(190,70,21); }
td.TdClassName
{
border-color: #BE4615;
}
.TagClassName
{
border-color: #BE4615;
}
</style>