Shades of Rust #BE4414
Tints of Rust #BE4414
RGB
CMYK
RGB Variations
Color information
#BE4414 (or 0xBE4414) is known color: Rust. HEX triplet: BE, 44 and 14. RGB value is (190,68,20). Sum of RGB (Red+Green+Blue) = 190+68+20=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4414 is #41BBEB. Grayscale: #636363. Windows color (decimal): -4307948 or 1328318. OLE color: 1328318.
HSL color Cylindrical-coordinate representation of color #BE4414: hue angle of 16.94º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE4414 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 20 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.25 |
| HSL | 16.94º | 0.81% | 0.41% | - |
| HSV(B) | 16.94º | 0.89% | 0.75% | - |
| XYZ | 23.43 | 15.13 | 2.35 | - |
| YUV | 99.01 | 83.42 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 20 | 0 | 0.64 | 0.89 | 0.25 | 16.94 | 0.81 | 0.41 |
| Hex | BE | 44 | 14 | 0 | 40 | 59 | 19 | 11 | 51 | 29 |
| Octal | 276 | 104 | 24 | 0 | 100 | 131 | 31 | 21 | 121 | 51 |
| Binary | 10111110 | 1000100 | 10100 | 0 | 1000000 | 1011001 | 11001 | 10001 | 1010001 | 101001 |
Color Harmonies of #BE4414
Complementary color
Monochromatic Colors of #BE4414
Black with #BE4414
Text Example
Text Example
White with #BE4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4414; }
p { color: rgb(190,68,20); }
H1.HeaderClassName
{
color: #BE4414;
}
.AnyTagClassName
{
color: #BE4414;
}
</style>
background-color css
<style>
a { background-color: #BE4414; }
a { background-color: rgb(190,68,20); }
div.DivClassName
{
background-color: #BE4414;
}
.BgClassName
{
background-color: #BE4414;
}
</style>
border-color css
<style>
span { border-color: #BE4414; }
span { border-color: rgb(190,68,20); }
td.TdClassName
{
border-color: #BE4414;
}
.TagClassName
{
border-color: #BE4414;
}
</style>