Shades of Rust #BE4D19
Tints of Rust #BE4D19
RGB
CMYK
RGB Variations
Color information
#BE4D19 (or 0xBE4D19) is known color: Rust. HEX triplet: BE, 4D and 19. RGB value is (190,77,25). Sum of RGB (Red+Green+Blue) = 190+77+25=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D19 is #41B2E6. Grayscale: #696969. Windows color (decimal): -4305639 or 1658302. OLE color: 1658302.
HSL color Cylindrical-coordinate representation of color #BE4D19: hue angle of 18.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE4D19 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 25 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.25 |
| HSL | 18.91º | 0.77% | 0.42% | - |
| HSV(B) | 18.91º | 0.87% | 0.75% | - |
| XYZ | 24.06 | 16.33 | 2.8 | - |
| YUV | 104.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 25 | 0 | 0.59 | 0.87 | 0.25 | 18.91 | 0.77 | 0.42 |
| Hex | BE | 4D | 19 | 0 | 3B | 57 | 19 | 13 | 4D | 2A |
| Octal | 276 | 115 | 31 | 0 | 73 | 127 | 31 | 23 | 115 | 52 |
| Binary | 10111110 | 1001101 | 11001 | 0 | 111011 | 1010111 | 11001 | 10011 | 1001101 | 101010 |
Color Harmonies of #BE4D19
Complementary color
Monochromatic Colors of #BE4D19
Black with #BE4D19
Text Example
Text Example
White with #BE4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D19; }
p { color: rgb(190,77,25); }
H1.HeaderClassName
{
color: #BE4D19;
}
.AnyTagClassName
{
color: #BE4D19;
}
</style>
background-color css
<style>
a { background-color: #BE4D19; }
a { background-color: rgb(190,77,25); }
div.DivClassName
{
background-color: #BE4D19;
}
.BgClassName
{
background-color: #BE4D19;
}
</style>
border-color css
<style>
span { border-color: #BE4D19; }
span { border-color: rgb(190,77,25); }
td.TdClassName
{
border-color: #BE4D19;
}
.TagClassName
{
border-color: #BE4D19;
}
</style>