Shades of Rust #BE4A13
Tints of Rust #BE4A13
RGB
CMYK
RGB Variations
Color information
#BE4A13 (or 0xBE4A13) is known color: Rust. HEX triplet: BE, 4A and 13. RGB value is (190,74,19). Sum of RGB (Red+Green+Blue) = 190+74+19=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4A13 is #41B5EC. Grayscale: #666666. Windows color (decimal): -4306413 or 1264318. OLE color: 1264318.
HSL color Cylindrical-coordinate representation of color #BE4A13: hue angle of 19.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE4A13 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 19 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.25 |
| HSL | 19.3º | 0.82% | 0.41% | - |
| HSV(B) | 19.3º | 0.9% | 0.75% | - |
| XYZ | 23.8 | 15.89 | 2.43 | - |
| YUV | 102.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 19 | 0 | 0.61 | 0.90 | 0.25 | 19.3 | 0.82 | 0.41 |
| Hex | BE | 4A | 13 | 0 | 3D | 5A | 19 | 13 | 52 | 29 |
| Octal | 276 | 112 | 23 | 0 | 75 | 132 | 31 | 23 | 122 | 51 |
| Binary | 10111110 | 1001010 | 10011 | 0 | 111101 | 1011010 | 11001 | 10011 | 1010010 | 101001 |
Color Harmonies of #BE4A13
Complementary color
Monochromatic Colors of #BE4A13
Black with #BE4A13
Text Example
Text Example
White with #BE4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A13; }
p { color: rgb(190,74,19); }
H1.HeaderClassName
{
color: #BE4A13;
}
.AnyTagClassName
{
color: #BE4A13;
}
</style>
background-color css
<style>
a { background-color: #BE4A13; }
a { background-color: rgb(190,74,19); }
div.DivClassName
{
background-color: #BE4A13;
}
.BgClassName
{
background-color: #BE4A13;
}
</style>
border-color css
<style>
span { border-color: #BE4A13; }
span { border-color: rgb(190,74,19); }
td.TdClassName
{
border-color: #BE4A13;
}
.TagClassName
{
border-color: #BE4A13;
}
</style>