Shades of Rust #BE400F
Tints of Rust #BE400F
RGB
CMYK
RGB Variations
Color information
#BE400F (or 0xBE400F) is known color: Rust. HEX triplet: BE, 40 and 0F. RGB value is (190,64,15). Sum of RGB (Red+Green+Blue) = 190+64+15=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE400F is #41BFF0. Grayscale: #606060. Windows color (decimal): -4308977 or 999614. OLE color: 999614.
HSL color Cylindrical-coordinate representation of color #BE400F: hue angle of 16.8º degrees, saturation: 0.85, 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 #BE400F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.25 |
| HSL | 16.8º | 0.85% | 0.4% | - |
| HSV(B) | 16.8º | 0.92% | 0.75% | - |
| XYZ | 23.15 | 14.65 | 2.06 | - |
| YUV | 96.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 15 | 0 | 0.66 | 0.92 | 0.25 | 16.8 | 0.85 | 0.4 |
| Hex | BE | 40 | F | 0 | 42 | 5C | 19 | 11 | 55 | 28 |
| Octal | 276 | 100 | 17 | 0 | 102 | 134 | 31 | 21 | 125 | 50 |
| Binary | 10111110 | 1000000 | 1111 | 0 | 1000010 | 1011100 | 11001 | 10001 | 1010101 | 101000 |
Color Harmonies of #BE400F
Complementary color
Monochromatic Colors of #BE400F
Black with #BE400F
Text Example
Text Example
White with #BE400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE400F; }
p { color: rgb(190,64,15); }
H1.HeaderClassName
{
color: #BE400F;
}
.AnyTagClassName
{
color: #BE400F;
}
</style>
background-color css
<style>
a { background-color: #BE400F; }
a { background-color: rgb(190,64,15); }
div.DivClassName
{
background-color: #BE400F;
}
.BgClassName
{
background-color: #BE400F;
}
</style>
border-color css
<style>
span { border-color: #BE400F; }
span { border-color: rgb(190,64,15); }
td.TdClassName
{
border-color: #BE400F;
}
.TagClassName
{
border-color: #BE400F;
}
</style>