Shades of Rust #BE4518
Tints of Rust #BE4518
RGB
CMYK
RGB Variations
Color information
#BE4518 (or 0xBE4518) is known color: Rust. HEX triplet: BE, 45 and 18. RGB value is (190,69,24). Sum of RGB (Red+Green+Blue) = 190+69+24=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4518 is #41BAE7. Grayscale: #646464. Windows color (decimal): -4307688 or 1590718. OLE color: 1590718.
HSL color Cylindrical-coordinate representation of color #BE4518: hue angle of 16.27º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE4518 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 24 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.25 |
| HSL | 16.27º | 0.78% | 0.42% | - |
| HSV(B) | 16.27º | 0.87% | 0.75% | - |
| XYZ | 23.53 | 15.27 | 2.57 | - |
| YUV | 100.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 24 | 0 | 0.64 | 0.87 | 0.25 | 16.27 | 0.78 | 0.42 |
| Hex | BE | 45 | 18 | 0 | 40 | 57 | 19 | 10 | 4E | 2A |
| Octal | 276 | 105 | 30 | 0 | 100 | 127 | 31 | 20 | 116 | 52 |
| Binary | 10111110 | 1000101 | 11000 | 0 | 1000000 | 1010111 | 11001 | 10000 | 1001110 | 101010 |
Color Harmonies of #BE4518
Complementary color
Monochromatic Colors of #BE4518
Black with #BE4518
Text Example
Text Example
White with #BE4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4518; }
p { color: rgb(190,69,24); }
H1.HeaderClassName
{
color: #BE4518;
}
.AnyTagClassName
{
color: #BE4518;
}
</style>
background-color css
<style>
a { background-color: #BE4518; }
a { background-color: rgb(190,69,24); }
div.DivClassName
{
background-color: #BE4518;
}
.BgClassName
{
background-color: #BE4518;
}
</style>
border-color css
<style>
span { border-color: #BE4518; }
span { border-color: rgb(190,69,24); }
td.TdClassName
{
border-color: #BE4518;
}
.TagClassName
{
border-color: #BE4518;
}
</style>