Shades of Rust #BE500B
Tints of Rust #BE500B
RGB
CMYK
RGB Variations
Color information
#BE500B (or 0xBE500B) is known color: Rust. HEX triplet: BE, 50 and 0B. RGB value is (190,80,11). Sum of RGB (Red+Green+Blue) = 190+80+11=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE500B is #41AFF4. Grayscale: #696969. Windows color (decimal): -4304885 or 741566. OLE color: 741566.
HSL color Cylindrical-coordinate representation of color #BE500B: hue angle of 23.13º 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 #BE500B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 80 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.25 |
| HSL | 23.13º | 0.89% | 0.39% | - |
| HSV(B) | 23.13º | 0.94% | 0.75% | - |
| XYZ | 24.16 | 16.71 | 2.27 | - |
| YUV | 105.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 11 | 0 | 0.58 | 0.94 | 0.25 | 23.13 | 0.89 | 0.39 |
| Hex | BE | 50 | B | 0 | 3A | 5E | 19 | 17 | 59 | 27 |
| Octal | 276 | 120 | 13 | 0 | 72 | 136 | 31 | 27 | 131 | 47 |
| Binary | 10111110 | 1010000 | 1011 | 0 | 111010 | 1011110 | 11001 | 10111 | 1011001 | 100111 |
Color Harmonies of #BE500B
Complementary color
Monochromatic Colors of #BE500B
Black with #BE500B
Text Example
Text Example
White with #BE500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE500B; }
p { color: rgb(190,80,11); }
H1.HeaderClassName
{
color: #BE500B;
}
.AnyTagClassName
{
color: #BE500B;
}
</style>
background-color css
<style>
a { background-color: #BE500B; }
a { background-color: rgb(190,80,11); }
div.DivClassName
{
background-color: #BE500B;
}
.BgClassName
{
background-color: #BE500B;
}
</style>
border-color css
<style>
span { border-color: #BE500B; }
span { border-color: rgb(190,80,11); }
td.TdClassName
{
border-color: #BE500B;
}
.TagClassName
{
border-color: #BE500B;
}
</style>