Shades of Rust #BE4A1A
Tints of Rust #BE4A1A
RGB
CMYK
RGB Variations
Color information
#BE4A1A (or 0xBE4A1A) is known color: Rust. HEX triplet: BE, 4A and 1A. RGB value is (190,74,26). Sum of RGB (Red+Green+Blue) = 190+74+26=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A1A is #41B5E5. Grayscale: #676767. Windows color (decimal): -4306406 or 1723070. OLE color: 1723070.
HSL color Cylindrical-coordinate representation of color #BE4A1A: hue angle of 17.56º 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 #BE4A1A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.25 |
| HSL | 17.56º | 0.76% | 0.42% | - |
| HSV(B) | 17.56º | 0.86% | 0.75% | - |
| XYZ | 23.87 | 15.92 | 2.79 | - |
| YUV | 103.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 26 | 0 | 0.61 | 0.86 | 0.25 | 17.56 | 0.76 | 0.42 |
| Hex | BE | 4A | 1A | 0 | 3D | 56 | 19 | 12 | 4C | 2A |
| Octal | 276 | 112 | 32 | 0 | 75 | 126 | 31 | 22 | 114 | 52 |
| Binary | 10111110 | 1001010 | 11010 | 0 | 111101 | 1010110 | 11001 | 10010 | 1001100 | 101010 |
Color Harmonies of #BE4A1A
Complementary color
Monochromatic Colors of #BE4A1A
Black with #BE4A1A
Text Example
Text Example
White with #BE4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A1A; }
p { color: rgb(190,74,26); }
H1.HeaderClassName
{
color: #BE4A1A;
}
.AnyTagClassName
{
color: #BE4A1A;
}
</style>
background-color css
<style>
a { background-color: #BE4A1A; }
a { background-color: rgb(190,74,26); }
div.DivClassName
{
background-color: #BE4A1A;
}
.BgClassName
{
background-color: #BE4A1A;
}
</style>
border-color css
<style>
span { border-color: #BE4A1A; }
span { border-color: rgb(190,74,26); }
td.TdClassName
{
border-color: #BE4A1A;
}
.TagClassName
{
border-color: #BE4A1A;
}
</style>