Shades of Rust #BE4713
Tints of Rust #BE4713
RGB
CMYK
RGB Variations
Color information
#BE4713 (or 0xBE4713) is known color: Rust. HEX triplet: BE, 47 and 13. RGB value is (190,71,19). Sum of RGB (Red+Green+Blue) = 190+71+19=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4713 is #41B8EC. Grayscale: #646464. Windows color (decimal): -4307181 or 1263550. OLE color: 1263550.
HSL color Cylindrical-coordinate representation of color #BE4713: hue angle of 18.25º 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 #BE4713 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.25 |
| HSL | 18.25º | 0.82% | 0.41% | - |
| HSV(B) | 18.25º | 0.9% | 0.75% | - |
| XYZ | 23.61 | 15.5 | 2.36 | - |
| YUV | 100.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 19 | 0 | 0.63 | 0.90 | 0.25 | 18.25 | 0.82 | 0.41 |
| Hex | BE | 47 | 13 | 0 | 3F | 5A | 19 | 12 | 52 | 29 |
| Octal | 276 | 107 | 23 | 0 | 77 | 132 | 31 | 22 | 122 | 51 |
| Binary | 10111110 | 1000111 | 10011 | 0 | 111111 | 1011010 | 11001 | 10010 | 1010010 | 101001 |
Color Harmonies of #BE4713
Complementary color
Monochromatic Colors of #BE4713
Black with #BE4713
Text Example
Text Example
White with #BE4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4713; }
p { color: rgb(190,71,19); }
H1.HeaderClassName
{
color: #BE4713;
}
.AnyTagClassName
{
color: #BE4713;
}
</style>
background-color css
<style>
a { background-color: #BE4713; }
a { background-color: rgb(190,71,19); }
div.DivClassName
{
background-color: #BE4713;
}
.BgClassName
{
background-color: #BE4713;
}
</style>
border-color css
<style>
span { border-color: #BE4713; }
span { border-color: rgb(190,71,19); }
td.TdClassName
{
border-color: #BE4713;
}
.TagClassName
{
border-color: #BE4713;
}
</style>