Shades of Rust #BE510C
Tints of Rust #BE510C
RGB
CMYK
RGB Variations
Color information
#BE510C (or 0xBE510C) is known color: Rust. HEX triplet: BE, 51 and 0C. RGB value is (190,81,12). Sum of RGB (Red+Green+Blue) = 190+81+12=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE510C is #41AEF3. Grayscale: #6A6A6A. Windows color (decimal): -4304628 or 807358. OLE color: 807358.
HSL color Cylindrical-coordinate representation of color #BE510C: hue angle of 23.26º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE510C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.25 |
| HSL | 23.26º | 0.88% | 0.4% | - |
| HSV(B) | 23.26º | 0.94% | 0.75% | - |
| XYZ | 24.24 | 16.86 | 2.32 | - |
| YUV | 105.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 12 | 0 | 0.57 | 0.94 | 0.25 | 23.26 | 0.88 | 0.4 |
| Hex | BE | 51 | C | 0 | 39 | 5E | 19 | 17 | 58 | 28 |
| Octal | 276 | 121 | 14 | 0 | 71 | 136 | 31 | 27 | 130 | 50 |
| Binary | 10111110 | 1010001 | 1100 | 0 | 111001 | 1011110 | 11001 | 10111 | 1011000 | 101000 |
Color Harmonies of #BE510C
Complementary color
Monochromatic Colors of #BE510C
Black with #BE510C
Text Example
Text Example
White with #BE510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE510C; }
p { color: rgb(190,81,12); }
H1.HeaderClassName
{
color: #BE510C;
}
.AnyTagClassName
{
color: #BE510C;
}
</style>
background-color css
<style>
a { background-color: #BE510C; }
a { background-color: rgb(190,81,12); }
div.DivClassName
{
background-color: #BE510C;
}
.BgClassName
{
background-color: #BE510C;
}
</style>
border-color css
<style>
span { border-color: #BE510C; }
span { border-color: rgb(190,81,12); }
td.TdClassName
{
border-color: #BE510C;
}
.TagClassName
{
border-color: #BE510C;
}
</style>