Shades of Rust #BE4A20
Tints of Rust #BE4A20
RGB
CMYK
RGB Variations
Color information
#BE4A20 (or 0xBE4A20) is known color: Rust. HEX triplet: BE, 4A and 20. RGB value is (190,74,32). Sum of RGB (Red+Green+Blue) = 190+74+32=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A20 is #41B5DF. Grayscale: #686868. Windows color (decimal): -4306400 or 2116286. OLE color: 2116286.
HSL color Cylindrical-coordinate representation of color #BE4A20: hue angle of 15.95º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4A20 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 32 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.25 |
| HSL | 15.95º | 0.71% | 0.44% | - |
| HSV(B) | 15.95º | 0.83% | 0.75% | - |
| XYZ | 23.94 | 15.95 | 3.18 | - |
| YUV | 103.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 32 | 0 | 0.61 | 0.83 | 0.25 | 15.95 | 0.71 | 0.44 |
| Hex | BE | 4A | 20 | 0 | 3D | 53 | 19 | 10 | 47 | 2C |
| Octal | 276 | 112 | 40 | 0 | 75 | 123 | 31 | 20 | 107 | 54 |
| Binary | 10111110 | 1001010 | 100000 | 0 | 111101 | 1010011 | 11001 | 10000 | 1000111 | 101100 |
Color Harmonies of #BE4A20
Complementary color
Monochromatic Colors of #BE4A20
Black with #BE4A20
Text Example
Text Example
White with #BE4A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A20; }
p { color: rgb(190,74,32); }
H1.HeaderClassName
{
color: #BE4A20;
}
.AnyTagClassName
{
color: #BE4A20;
}
</style>
background-color css
<style>
a { background-color: #BE4A20; }
a { background-color: rgb(190,74,32); }
div.DivClassName
{
background-color: #BE4A20;
}
.BgClassName
{
background-color: #BE4A20;
}
</style>
border-color css
<style>
span { border-color: #BE4A20; }
span { border-color: rgb(190,74,32); }
td.TdClassName
{
border-color: #BE4A20;
}
.TagClassName
{
border-color: #BE4A20;
}
</style>