Shades of Rust #BE5413
Tints of Rust #BE5413
RGB
CMYK
RGB Variations
Color information
#BE5413 (or 0xBE5413) is known color: Rust. HEX triplet: BE, 54 and 13. RGB value is (190,84,19). Sum of RGB (Red+Green+Blue) = 190+84+19=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5413 is #41ABEC. Grayscale: #6C6C6C. Windows color (decimal): -4303853 or 1266878. OLE color: 1266878.
HSL color Cylindrical-coordinate representation of color #BE5413: hue angle of 22.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE5413 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 19 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.25 |
| HSL | 22.81º | 0.82% | 0.41% | - |
| HSV(B) | 22.81º | 0.9% | 0.75% | - |
| XYZ | 24.52 | 17.33 | 2.67 | - |
| YUV | 108.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 19 | 0 | 0.56 | 0.90 | 0.25 | 22.81 | 0.82 | 0.41 |
| Hex | BE | 54 | 13 | 0 | 38 | 5A | 19 | 17 | 52 | 29 |
| Octal | 276 | 124 | 23 | 0 | 70 | 132 | 31 | 27 | 122 | 51 |
| Binary | 10111110 | 1010100 | 10011 | 0 | 111000 | 1011010 | 11001 | 10111 | 1010010 | 101001 |
Color Harmonies of #BE5413
Complementary color
Monochromatic Colors of #BE5413
Black with #BE5413
Text Example
Text Example
White with #BE5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5413; }
p { color: rgb(190,84,19); }
H1.HeaderClassName
{
color: #BE5413;
}
.AnyTagClassName
{
color: #BE5413;
}
</style>
background-color css
<style>
a { background-color: #BE5413; }
a { background-color: rgb(190,84,19); }
div.DivClassName
{
background-color: #BE5413;
}
.BgClassName
{
background-color: #BE5413;
}
</style>
border-color css
<style>
span { border-color: #BE5413; }
span { border-color: rgb(190,84,19); }
td.TdClassName
{
border-color: #BE5413;
}
.TagClassName
{
border-color: #BE5413;
}
</style>