Shades of Rust #BE511D
Tints of Rust #BE511D
RGB
CMYK
RGB Variations
Color information
#BE511D (or 0xBE511D) is known color: Rust. HEX triplet: BE, 51 and 1D. RGB value is (190,81,29). Sum of RGB (Red+Green+Blue) = 190+81+29=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE511D is #41AEE2. Grayscale: #6B6B6B. Windows color (decimal): -4304611 or 1921470. OLE color: 1921470.
HSL color Cylindrical-coordinate representation of color #BE511D: hue angle of 19.38º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE511D is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 81 | 29 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.25 |
| HSL | 19.38º | 0.74% | 0.43% | - |
| HSV(B) | 19.38º | 0.85% | 0.75% | - |
| XYZ | 24.4 | 16.92 | 3.14 | - |
| YUV | 107.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 81 | 29 | 0 | 0.57 | 0.85 | 0.25 | 19.38 | 0.74 | 0.43 |
| Hex | BE | 51 | 1D | 0 | 39 | 55 | 19 | 13 | 4A | 2B |
| Octal | 276 | 121 | 35 | 0 | 71 | 125 | 31 | 23 | 112 | 53 |
| Binary | 10111110 | 1010001 | 11101 | 0 | 111001 | 1010101 | 11001 | 10011 | 1001010 | 101011 |
Color Harmonies of #BE511D
Complementary color
Monochromatic Colors of #BE511D
Black with #BE511D
Text Example
Text Example
White with #BE511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE511D; }
p { color: rgb(190,81,29); }
H1.HeaderClassName
{
color: #BE511D;
}
.AnyTagClassName
{
color: #BE511D;
}
</style>
background-color css
<style>
a { background-color: #BE511D; }
a { background-color: rgb(190,81,29); }
div.DivClassName
{
background-color: #BE511D;
}
.BgClassName
{
background-color: #BE511D;
}
</style>
border-color css
<style>
span { border-color: #BE511D; }
span { border-color: rgb(190,81,29); }
td.TdClassName
{
border-color: #BE511D;
}
.TagClassName
{
border-color: #BE511D;
}
</style>