Shades of Rust #BE4C10
Tints of Rust #BE4C10
RGB
CMYK
RGB Variations
Color information
#BE4C10 (or 0xBE4C10) is known color: Rust. HEX triplet: BE, 4C and 10. RGB value is (190,76,16). Sum of RGB (Red+Green+Blue) = 190+76+16=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C10 is #41B3EF. Grayscale: #676767. Windows color (decimal): -4305904 or 1068222. OLE color: 1068222.
HSL color Cylindrical-coordinate representation of color #BE4C10: hue angle of 20.69º 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 #BE4C10 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 16 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.25 |
| HSL | 20.69º | 0.84% | 0.4% | - |
| HSV(B) | 20.69º | 0.92% | 0.75% | - |
| XYZ | 23.91 | 16.15 | 2.35 | - |
| YUV | 103.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 16 | 0 | 0.60 | 0.92 | 0.25 | 20.69 | 0.84 | 0.4 |
| Hex | BE | 4C | 10 | 0 | 3C | 5C | 19 | 15 | 54 | 28 |
| Octal | 276 | 114 | 20 | 0 | 74 | 134 | 31 | 25 | 124 | 50 |
| Binary | 10111110 | 1001100 | 10000 | 0 | 111100 | 1011100 | 11001 | 10101 | 1010100 | 101000 |
Color Harmonies of #BE4C10
Complementary color
Monochromatic Colors of #BE4C10
Black with #BE4C10
Text Example
Text Example
White with #BE4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C10; }
p { color: rgb(190,76,16); }
H1.HeaderClassName
{
color: #BE4C10;
}
.AnyTagClassName
{
color: #BE4C10;
}
</style>
background-color css
<style>
a { background-color: #BE4C10; }
a { background-color: rgb(190,76,16); }
div.DivClassName
{
background-color: #BE4C10;
}
.BgClassName
{
background-color: #BE4C10;
}
</style>
border-color css
<style>
span { border-color: #BE4C10; }
span { border-color: rgb(190,76,16); }
td.TdClassName
{
border-color: #BE4C10;
}
.TagClassName
{
border-color: #BE4C10;
}
</style>