Shades of Rust #BE4C11
Tints of Rust #BE4C11
RGB
CMYK
RGB Variations
Color information
#BE4C11 (or 0xBE4C11) is known color: Rust. HEX triplet: BE, 4C and 11. RGB value is (190,76,17). Sum of RGB (Red+Green+Blue) = 190+76+17=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C11 is #41B3EE. Grayscale: #676767. Windows color (decimal): -4305903 or 1133758. OLE color: 1133758.
HSL color Cylindrical-coordinate representation of color #BE4C11: hue angle of 20.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE4C11 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 17 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.25 |
| HSL | 20.46º | 0.84% | 0.41% | - |
| HSV(B) | 20.46º | 0.91% | 0.75% | - |
| XYZ | 23.92 | 16.16 | 2.39 | - |
| YUV | 103.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 17 | 0 | 0.60 | 0.91 | 0.25 | 20.46 | 0.84 | 0.41 |
| Hex | BE | 4C | 11 | 0 | 3C | 5B | 19 | 14 | 54 | 29 |
| Octal | 276 | 114 | 21 | 0 | 74 | 133 | 31 | 24 | 124 | 51 |
| Binary | 10111110 | 1001100 | 10001 | 0 | 111100 | 1011011 | 11001 | 10100 | 1010100 | 101001 |
Color Harmonies of #BE4C11
Complementary color
Monochromatic Colors of #BE4C11
Black with #BE4C11
Text Example
Text Example
White with #BE4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C11; }
p { color: rgb(190,76,17); }
H1.HeaderClassName
{
color: #BE4C11;
}
.AnyTagClassName
{
color: #BE4C11;
}
</style>
background-color css
<style>
a { background-color: #BE4C11; }
a { background-color: rgb(190,76,17); }
div.DivClassName
{
background-color: #BE4C11;
}
.BgClassName
{
background-color: #BE4C11;
}
</style>
border-color css
<style>
span { border-color: #BE4C11; }
span { border-color: rgb(190,76,17); }
td.TdClassName
{
border-color: #BE4C11;
}
.TagClassName
{
border-color: #BE4C11;
}
</style>