Shades of Rust #BE510B
Tints of Rust #BE510B
RGB
CMYK
RGB Variations
Color information
#BE510B (or 0xBE510B) is known color: Rust. HEX triplet: BE, 51 and 0B. RGB value is (190,81,11). Sum of RGB (Red+Green+Blue) = 190+81+11=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE510B is #41AEF4. Grayscale: #696969. Windows color (decimal): -4304629 or 741822. OLE color: 741822.
HSL color Cylindrical-coordinate representation of color #BE510B: hue angle of 23.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE510B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.25 |
| HSL | 23.46º | 0.89% | 0.39% | - |
| HSV(B) | 23.46º | 0.94% | 0.75% | - |
| XYZ | 24.24 | 16.86 | 2.29 | - |
| YUV | 105.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 11 | 0 | 0.57 | 0.94 | 0.25 | 23.46 | 0.89 | 0.39 |
| Hex | BE | 51 | B | 0 | 39 | 5E | 19 | 17 | 59 | 27 |
| Octal | 276 | 121 | 13 | 0 | 71 | 136 | 31 | 27 | 131 | 47 |
| Binary | 10111110 | 1010001 | 1011 | 0 | 111001 | 1011110 | 11001 | 10111 | 1011001 | 100111 |
Color Harmonies of #BE510B
Complementary color
Monochromatic Colors of #BE510B
Black with #BE510B
Text Example
Text Example
White with #BE510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE510B; }
p { color: rgb(190,81,11); }
H1.HeaderClassName
{
color: #BE510B;
}
.AnyTagClassName
{
color: #BE510B;
}
</style>
background-color css
<style>
a { background-color: #BE510B; }
a { background-color: rgb(190,81,11); }
div.DivClassName
{
background-color: #BE510B;
}
.BgClassName
{
background-color: #BE510B;
}
</style>
border-color css
<style>
span { border-color: #BE510B; }
span { border-color: rgb(190,81,11); }
td.TdClassName
{
border-color: #BE510B;
}
.TagClassName
{
border-color: #BE510B;
}
</style>