Shades of Rust #BE4015
Tints of Rust #BE4015
RGB
CMYK
RGB Variations
Color information
#BE4015 (or 0xBE4015) is known color: Rust. HEX triplet: BE, 40 and 15. RGB value is (190,64,21). Sum of RGB (Red+Green+Blue) = 190+64+21=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4015 is #41BFEA. Grayscale: #616161. Windows color (decimal): -4308971 or 1392830. OLE color: 1392830.
HSL color Cylindrical-coordinate representation of color #BE4015: hue angle of 15.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE4015 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.25 |
| HSL | 15.27º | 0.8% | 0.41% | - |
| HSV(B) | 15.27º | 0.89% | 0.75% | - |
| XYZ | 23.2 | 14.67 | 2.32 | - |
| YUV | 96.77 | 85.24 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 21 | 0 | 0.66 | 0.89 | 0.25 | 15.27 | 0.8 | 0.41 |
| Hex | BE | 40 | 15 | 0 | 42 | 59 | 19 | F | 50 | 29 |
| Octal | 276 | 100 | 25 | 0 | 102 | 131 | 31 | 17 | 120 | 51 |
| Binary | 10111110 | 1000000 | 10101 | 0 | 1000010 | 1011001 | 11001 | 1111 | 1010000 | 101001 |
Color Harmonies of #BE4015
Complementary color
Monochromatic Colors of #BE4015
Black with #BE4015
Text Example
Text Example
White with #BE4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4015; }
p { color: rgb(190,64,21); }
H1.HeaderClassName
{
color: #BE4015;
}
.AnyTagClassName
{
color: #BE4015;
}
</style>
background-color css
<style>
a { background-color: #BE4015; }
a { background-color: rgb(190,64,21); }
div.DivClassName
{
background-color: #BE4015;
}
.BgClassName
{
background-color: #BE4015;
}
</style>
border-color css
<style>
span { border-color: #BE4015; }
span { border-color: rgb(190,64,21); }
td.TdClassName
{
border-color: #BE4015;
}
.TagClassName
{
border-color: #BE4015;
}
</style>