Shades of Rust #BE4716
Tints of Rust #BE4716
RGB
CMYK
RGB Variations
Color information
#BE4716 (or 0xBE4716) is known color: Rust. HEX triplet: BE, 47 and 16. RGB value is (190,71,22). Sum of RGB (Red+Green+Blue) = 190+71+22=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4716 is #41B8E9. Grayscale: #656565. Windows color (decimal): -4307178 or 1460158. OLE color: 1460158.
HSL color Cylindrical-coordinate representation of color #BE4716: hue angle of 17.5º degrees, saturation: 0.79, 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 #BE4716 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 22 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.25 |
| HSL | 17.5º | 0.79% | 0.42% | - |
| HSV(B) | 17.5º | 0.88% | 0.75% | - |
| XYZ | 23.63 | 15.51 | 2.51 | - |
| YUV | 101 | 83.42 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 22 | 0 | 0.63 | 0.88 | 0.25 | 17.5 | 0.79 | 0.42 |
| Hex | BE | 47 | 16 | 0 | 3F | 58 | 19 | 12 | 4F | 2A |
| Octal | 276 | 107 | 26 | 0 | 77 | 130 | 31 | 22 | 117 | 52 |
| Binary | 10111110 | 1000111 | 10110 | 0 | 111111 | 1011000 | 11001 | 10010 | 1001111 | 101010 |
Color Harmonies of #BE4716
Complementary color
Monochromatic Colors of #BE4716
Black with #BE4716
Text Example
Text Example
White with #BE4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4716; }
p { color: rgb(190,71,22); }
H1.HeaderClassName
{
color: #BE4716;
}
.AnyTagClassName
{
color: #BE4716;
}
</style>
background-color css
<style>
a { background-color: #BE4716; }
a { background-color: rgb(190,71,22); }
div.DivClassName
{
background-color: #BE4716;
}
.BgClassName
{
background-color: #BE4716;
}
</style>
border-color css
<style>
span { border-color: #BE4716; }
span { border-color: rgb(190,71,22); }
td.TdClassName
{
border-color: #BE4716;
}
.TagClassName
{
border-color: #BE4716;
}
</style>