Shades of Rust #BE4D17
Tints of Rust #BE4D17
RGB
CMYK
RGB Variations
Color information
#BE4D17 (or 0xBE4D17) is known color: Rust. HEX triplet: BE, 4D and 17. RGB value is (190,77,23). Sum of RGB (Red+Green+Blue) = 190+77+23=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D17 is #41B2E8. Grayscale: #686868. Windows color (decimal): -4305641 or 1527230. OLE color: 1527230.
HSL color Cylindrical-coordinate representation of color #BE4D17: hue angle of 19.4º 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 #BE4D17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.25 |
| HSL | 19.4º | 0.78% | 0.42% | - |
| HSV(B) | 19.4º | 0.88% | 0.75% | - |
| XYZ | 24.04 | 16.32 | 2.69 | - |
| YUV | 104.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 23 | 0 | 0.59 | 0.88 | 0.25 | 19.4 | 0.78 | 0.42 |
| Hex | BE | 4D | 17 | 0 | 3B | 58 | 19 | 13 | 4E | 2A |
| Octal | 276 | 115 | 27 | 0 | 73 | 130 | 31 | 23 | 116 | 52 |
| Binary | 10111110 | 1001101 | 10111 | 0 | 111011 | 1011000 | 11001 | 10011 | 1001110 | 101010 |
Color Harmonies of #BE4D17
Complementary color
Monochromatic Colors of #BE4D17
Black with #BE4D17
Text Example
Text Example
White with #BE4D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D17; }
p { color: rgb(190,77,23); }
H1.HeaderClassName
{
color: #BE4D17;
}
.AnyTagClassName
{
color: #BE4D17;
}
</style>
background-color css
<style>
a { background-color: #BE4D17; }
a { background-color: rgb(190,77,23); }
div.DivClassName
{
background-color: #BE4D17;
}
.BgClassName
{
background-color: #BE4D17;
}
</style>
border-color css
<style>
span { border-color: #BE4D17; }
span { border-color: rgb(190,77,23); }
td.TdClassName
{
border-color: #BE4D17;
}
.TagClassName
{
border-color: #BE4D17;
}
</style>