Shades of Rust #BE4919
Tints of Rust #BE4919
RGB
CMYK
RGB Variations
Color information
#BE4919 (or 0xBE4919) is known color: Rust. HEX triplet: BE, 49 and 19. RGB value is (190,73,25). Sum of RGB (Red+Green+Blue) = 190+73+25=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4919 is #41B6E6. Grayscale: #666666. Windows color (decimal): -4306663 or 1657278. OLE color: 1657278.
HSL color Cylindrical-coordinate representation of color #BE4919: hue angle of 17.45º 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 #BE4919 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 25 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.25 |
| HSL | 17.45º | 0.77% | 0.42% | - |
| HSV(B) | 17.45º | 0.87% | 0.75% | - |
| XYZ | 23.79 | 15.78 | 2.71 | - |
| YUV | 102.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 25 | 0 | 0.62 | 0.87 | 0.25 | 17.45 | 0.77 | 0.42 |
| Hex | BE | 49 | 19 | 0 | 3E | 57 | 19 | 11 | 4D | 2A |
| Octal | 276 | 111 | 31 | 0 | 76 | 127 | 31 | 21 | 115 | 52 |
| Binary | 10111110 | 1001001 | 11001 | 0 | 111110 | 1010111 | 11001 | 10001 | 1001101 | 101010 |
Color Harmonies of #BE4919
Complementary color
Monochromatic Colors of #BE4919
Black with #BE4919
Text Example
Text Example
White with #BE4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4919; }
p { color: rgb(190,73,25); }
H1.HeaderClassName
{
color: #BE4919;
}
.AnyTagClassName
{
color: #BE4919;
}
</style>
background-color css
<style>
a { background-color: #BE4919; }
a { background-color: rgb(190,73,25); }
div.DivClassName
{
background-color: #BE4919;
}
.BgClassName
{
background-color: #BE4919;
}
</style>
border-color css
<style>
span { border-color: #BE4919; }
span { border-color: rgb(190,73,25); }
td.TdClassName
{
border-color: #BE4919;
}
.TagClassName
{
border-color: #BE4919;
}
</style>