Shades of Rust #BE4A1D
Tints of Rust #BE4A1D
RGB
CMYK
RGB Variations
Color information
#BE4A1D (or 0xBE4A1D) is known color: Rust. HEX triplet: BE, 4A and 1D. RGB value is (190,74,29). Sum of RGB (Red+Green+Blue) = 190+74+29=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A1D is #41B5E2. Grayscale: #676767. Windows color (decimal): -4306403 or 1919678. OLE color: 1919678.
HSL color Cylindrical-coordinate representation of color #BE4A1D: hue angle of 16.77º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE4A1D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 29 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.25 |
| HSL | 16.77º | 0.74% | 0.43% | - |
| HSV(B) | 16.77º | 0.85% | 0.75% | - |
| XYZ | 23.91 | 15.93 | 2.98 | - |
| YUV | 103.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 29 | 0 | 0.61 | 0.85 | 0.25 | 16.77 | 0.74 | 0.43 |
| Hex | BE | 4A | 1D | 0 | 3D | 55 | 19 | 11 | 4A | 2B |
| Octal | 276 | 112 | 35 | 0 | 75 | 125 | 31 | 21 | 112 | 53 |
| Binary | 10111110 | 1001010 | 11101 | 0 | 111101 | 1010101 | 11001 | 10001 | 1001010 | 101011 |
Color Harmonies of #BE4A1D
Complementary color
Monochromatic Colors of #BE4A1D
Black with #BE4A1D
Text Example
Text Example
White with #BE4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A1D; }
p { color: rgb(190,74,29); }
H1.HeaderClassName
{
color: #BE4A1D;
}
.AnyTagClassName
{
color: #BE4A1D;
}
</style>
background-color css
<style>
a { background-color: #BE4A1D; }
a { background-color: rgb(190,74,29); }
div.DivClassName
{
background-color: #BE4A1D;
}
.BgClassName
{
background-color: #BE4A1D;
}
</style>
border-color css
<style>
span { border-color: #BE4A1D; }
span { border-color: rgb(190,74,29); }
td.TdClassName
{
border-color: #BE4A1D;
}
.TagClassName
{
border-color: #BE4A1D;
}
</style>