Shades of Rust #BE4D1A
Tints of Rust #BE4D1A
RGB
CMYK
RGB Variations
Color information
#BE4D1A (or 0xBE4D1A) is known color: Rust. HEX triplet: BE, 4D and 1A. RGB value is (190,77,26). Sum of RGB (Red+Green+Blue) = 190+77+26=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D1A is #41B2E5. Grayscale: #696969. Windows color (decimal): -4305638 or 1723838. OLE color: 1723838.
HSL color Cylindrical-coordinate representation of color #BE4D1A: hue angle of 18.66º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE4D1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 26 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.25 |
| HSL | 18.66º | 0.76% | 0.42% | - |
| HSV(B) | 18.66º | 0.86% | 0.75% | - |
| XYZ | 24.08 | 16.33 | 2.86 | - |
| YUV | 104.97 | 83.44 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 26 | 0 | 0.59 | 0.86 | 0.25 | 18.66 | 0.76 | 0.42 |
| Hex | BE | 4D | 1A | 0 | 3B | 56 | 19 | 13 | 4C | 2A |
| Octal | 276 | 115 | 32 | 0 | 73 | 126 | 31 | 23 | 114 | 52 |
| Binary | 10111110 | 1001101 | 11010 | 0 | 111011 | 1010110 | 11001 | 10011 | 1001100 | 101010 |
Color Harmonies of #BE4D1A
Complementary color
Monochromatic Colors of #BE4D1A
Black with #BE4D1A
Text Example
Text Example
White with #BE4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D1A; }
p { color: rgb(190,77,26); }
H1.HeaderClassName
{
color: #BE4D1A;
}
.AnyTagClassName
{
color: #BE4D1A;
}
</style>
background-color css
<style>
a { background-color: #BE4D1A; }
a { background-color: rgb(190,77,26); }
div.DivClassName
{
background-color: #BE4D1A;
}
.BgClassName
{
background-color: #BE4D1A;
}
</style>
border-color css
<style>
span { border-color: #BE4D1A; }
span { border-color: rgb(190,77,26); }
td.TdClassName
{
border-color: #BE4D1A;
}
.TagClassName
{
border-color: #BE4D1A;
}
</style>