Shades of Rust #BE4011
Tints of Rust #BE4011
RGB
CMYK
RGB Variations
Color information
#BE4011 (or 0xBE4011) is known color: Rust. HEX triplet: BE, 40 and 11. RGB value is (190,64,17). Sum of RGB (Red+Green+Blue) = 190+64+17=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4011 is #41BFEE. Grayscale: #606060. Windows color (decimal): -4308975 or 1130686. OLE color: 1130686.
HSL color Cylindrical-coordinate representation of color #BE4011: hue angle of 16.3º 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 #BE4011 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 17 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.25 |
| HSL | 16.3º | 0.84% | 0.41% | - |
| HSV(B) | 16.3º | 0.91% | 0.75% | - |
| XYZ | 23.17 | 14.65 | 2.14 | - |
| YUV | 96.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 17 | 0 | 0.66 | 0.91 | 0.25 | 16.3 | 0.84 | 0.41 |
| Hex | BE | 40 | 11 | 0 | 42 | 5B | 19 | 10 | 54 | 29 |
| Octal | 276 | 100 | 21 | 0 | 102 | 133 | 31 | 20 | 124 | 51 |
| Binary | 10111110 | 1000000 | 10001 | 0 | 1000010 | 1011011 | 11001 | 10000 | 1010100 | 101001 |
Color Harmonies of #BE4011
Complementary color
Monochromatic Colors of #BE4011
Black with #BE4011
Text Example
Text Example
White with #BE4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4011; }
p { color: rgb(190,64,17); }
H1.HeaderClassName
{
color: #BE4011;
}
.AnyTagClassName
{
color: #BE4011;
}
</style>
background-color css
<style>
a { background-color: #BE4011; }
a { background-color: rgb(190,64,17); }
div.DivClassName
{
background-color: #BE4011;
}
.BgClassName
{
background-color: #BE4011;
}
</style>
border-color css
<style>
span { border-color: #BE4011; }
span { border-color: rgb(190,64,17); }
td.TdClassName
{
border-color: #BE4011;
}
.TagClassName
{
border-color: #BE4011;
}
</style>