Shades of Rust #BE510D
Tints of Rust #BE510D
RGB
CMYK
RGB Variations
Color information
#BE510D (or 0xBE510D) is known color: Rust. HEX triplet: BE, 51 and 0D. RGB value is (190,81,13). Sum of RGB (Red+Green+Blue) = 190+81+13=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE510D is #41AEF2. Grayscale: #6A6A6A. Windows color (decimal): -4304627 or 872894. OLE color: 872894.
HSL color Cylindrical-coordinate representation of color #BE510D: hue angle of 23.05º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE510D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.25 |
| HSL | 23.05º | 0.87% | 0.4% | - |
| HSV(B) | 23.05º | 0.93% | 0.75% | - |
| XYZ | 24.25 | 16.86 | 2.36 | - |
| YUV | 105.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 13 | 0 | 0.57 | 0.93 | 0.25 | 23.05 | 0.87 | 0.4 |
| Hex | BE | 51 | D | 0 | 39 | 5D | 19 | 17 | 57 | 28 |
| Octal | 276 | 121 | 15 | 0 | 71 | 135 | 31 | 27 | 127 | 50 |
| Binary | 10111110 | 1010001 | 1101 | 0 | 111001 | 1011101 | 11001 | 10111 | 1010111 | 101000 |
Color Harmonies of #BE510D
Complementary color
Monochromatic Colors of #BE510D
Black with #BE510D
Text Example
Text Example
White with #BE510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE510D; }
p { color: rgb(190,81,13); }
H1.HeaderClassName
{
color: #BE510D;
}
.AnyTagClassName
{
color: #BE510D;
}
</style>
background-color css
<style>
a { background-color: #BE510D; }
a { background-color: rgb(190,81,13); }
div.DivClassName
{
background-color: #BE510D;
}
.BgClassName
{
background-color: #BE510D;
}
</style>
border-color css
<style>
span { border-color: #BE510D; }
span { border-color: rgb(190,81,13); }
td.TdClassName
{
border-color: #BE510D;
}
.TagClassName
{
border-color: #BE510D;
}
</style>