Shades of Rust #BE4517
Tints of Rust #BE4517
RGB
CMYK
RGB Variations
Color information
#BE4517 (or 0xBE4517) is known color: Rust. HEX triplet: BE, 45 and 17. RGB value is (190,69,23). Sum of RGB (Red+Green+Blue) = 190+69+23=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4517 is #41BAE8. Grayscale: #646464. Windows color (decimal): -4307689 or 1525182. OLE color: 1525182.
HSL color Cylindrical-coordinate representation of color #BE4517: hue angle of 16.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE4517 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.25 |
| HSL | 16.53º | 0.78% | 0.42% | - |
| HSV(B) | 16.53º | 0.88% | 0.75% | - |
| XYZ | 23.52 | 15.27 | 2.52 | - |
| YUV | 99.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 23 | 0 | 0.64 | 0.88 | 0.25 | 16.53 | 0.78 | 0.42 |
| Hex | BE | 45 | 17 | 0 | 40 | 58 | 19 | 11 | 4E | 2A |
| Octal | 276 | 105 | 27 | 0 | 100 | 130 | 31 | 21 | 116 | 52 |
| Binary | 10111110 | 1000101 | 10111 | 0 | 1000000 | 1011000 | 11001 | 10001 | 1001110 | 101010 |
Color Harmonies of #BE4517
Complementary color
Monochromatic Colors of #BE4517
Black with #BE4517
Text Example
Text Example
White with #BE4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4517; }
p { color: rgb(190,69,23); }
H1.HeaderClassName
{
color: #BE4517;
}
.AnyTagClassName
{
color: #BE4517;
}
</style>
background-color css
<style>
a { background-color: #BE4517; }
a { background-color: rgb(190,69,23); }
div.DivClassName
{
background-color: #BE4517;
}
.BgClassName
{
background-color: #BE4517;
}
</style>
border-color css
<style>
span { border-color: #BE4517; }
span { border-color: rgb(190,69,23); }
td.TdClassName
{
border-color: #BE4517;
}
.TagClassName
{
border-color: #BE4517;
}
</style>