Shades of Rust #BE4E10
Tints of Rust #BE4E10
RGB
CMYK
RGB Variations
Color information
#BE4E10 (or 0xBE4E10) is known color: Rust. HEX triplet: BE, 4E and 10. RGB value is (190,78,16). Sum of RGB (Red+Green+Blue) = 190+78+16=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4E10 is #41B1EF. Grayscale: #686868. Windows color (decimal): -4305392 or 1068734. OLE color: 1068734.
HSL color Cylindrical-coordinate representation of color #BE4E10: hue angle of 21.38º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE4E10 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.25 |
| HSL | 21.38º | 0.84% | 0.4% | - |
| HSV(B) | 21.38º | 0.92% | 0.75% | - |
| XYZ | 24.05 | 16.43 | 2.39 | - |
| YUV | 104.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 16 | 0 | 0.59 | 0.92 | 0.25 | 21.38 | 0.84 | 0.4 |
| Hex | BE | 4E | 10 | 0 | 3B | 5C | 19 | 15 | 54 | 28 |
| Octal | 276 | 116 | 20 | 0 | 73 | 134 | 31 | 25 | 124 | 50 |
| Binary | 10111110 | 1001110 | 10000 | 0 | 111011 | 1011100 | 11001 | 10101 | 1010100 | 101000 |
Color Harmonies of #BE4E10
Complementary color
Monochromatic Colors of #BE4E10
Black with #BE4E10
Text Example
Text Example
White with #BE4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E10; }
p { color: rgb(190,78,16); }
H1.HeaderClassName
{
color: #BE4E10;
}
.AnyTagClassName
{
color: #BE4E10;
}
</style>
background-color css
<style>
a { background-color: #BE4E10; }
a { background-color: rgb(190,78,16); }
div.DivClassName
{
background-color: #BE4E10;
}
.BgClassName
{
background-color: #BE4E10;
}
</style>
border-color css
<style>
span { border-color: #BE4E10; }
span { border-color: rgb(190,78,16); }
td.TdClassName
{
border-color: #BE4E10;
}
.TagClassName
{
border-color: #BE4E10;
}
</style>