Shades of Rust #BE4113
Tints of Rust #BE4113
RGB
CMYK
RGB Variations
Color information
#BE4113 (or 0xBE4113) is known color: Rust. HEX triplet: BE, 41 and 13. RGB value is (190,65,19). Sum of RGB (Red+Green+Blue) = 190+65+19=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4113 is #41BEEC. Grayscale: #616161. Windows color (decimal): -4308717 or 1262014. OLE color: 1262014.
HSL color Cylindrical-coordinate representation of color #BE4113: hue angle of 16.14º 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 #BE4113 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.25 |
| HSL | 16.14º | 0.82% | 0.41% | - |
| HSV(B) | 16.14º | 0.9% | 0.75% | - |
| XYZ | 23.24 | 14.77 | 2.24 | - |
| YUV | 97.13 | 83.91 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 19 | 0 | 0.66 | 0.90 | 0.25 | 16.14 | 0.82 | 0.41 |
| Hex | BE | 41 | 13 | 0 | 42 | 5A | 19 | 10 | 52 | 29 |
| Octal | 276 | 101 | 23 | 0 | 102 | 132 | 31 | 20 | 122 | 51 |
| Binary | 10111110 | 1000001 | 10011 | 0 | 1000010 | 1011010 | 11001 | 10000 | 1010010 | 101001 |
Color Harmonies of #BE4113
Complementary color
Monochromatic Colors of #BE4113
Black with #BE4113
Text Example
Text Example
White with #BE4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4113; }
p { color: rgb(190,65,19); }
H1.HeaderClassName
{
color: #BE4113;
}
.AnyTagClassName
{
color: #BE4113;
}
</style>
background-color css
<style>
a { background-color: #BE4113; }
a { background-color: rgb(190,65,19); }
div.DivClassName
{
background-color: #BE4113;
}
.BgClassName
{
background-color: #BE4113;
}
</style>
border-color css
<style>
span { border-color: #BE4113; }
span { border-color: rgb(190,65,19); }
td.TdClassName
{
border-color: #BE4113;
}
.TagClassName
{
border-color: #BE4113;
}
</style>