Shades of Rust #BE4B15
Tints of Rust #BE4B15
RGB
CMYK
RGB Variations
Color information
#BE4B15 (or 0xBE4B15) is known color: Rust. HEX triplet: BE, 4B and 15. RGB value is (190,75,21). Sum of RGB (Red+Green+Blue) = 190+75+21=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4B15 is #41B4EA. Grayscale: #676767. Windows color (decimal): -4306155 or 1395646. OLE color: 1395646.
HSL color Cylindrical-coordinate representation of color #BE4B15: hue angle of 19.17º 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 #BE4B15 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 75 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.25 |
| HSL | 19.17º | 0.8% | 0.41% | - |
| HSV(B) | 19.17º | 0.89% | 0.75% | - |
| XYZ | 23.89 | 16.03 | 2.55 | - |
| YUV | 103.23 | 81.6 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 75 | 21 | 0 | 0.61 | 0.89 | 0.25 | 19.17 | 0.8 | 0.41 |
| Hex | BE | 4B | 15 | 0 | 3D | 59 | 19 | 13 | 50 | 29 |
| Octal | 276 | 113 | 25 | 0 | 75 | 131 | 31 | 23 | 120 | 51 |
| Binary | 10111110 | 1001011 | 10101 | 0 | 111101 | 1011001 | 11001 | 10011 | 1010000 | 101001 |
Color Harmonies of #BE4B15
Complementary color
Monochromatic Colors of #BE4B15
Black with #BE4B15
Text Example
Text Example
White with #BE4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4B15; }
p { color: rgb(190,75,21); }
H1.HeaderClassName
{
color: #BE4B15;
}
.AnyTagClassName
{
color: #BE4B15;
}
</style>
background-color css
<style>
a { background-color: #BE4B15; }
a { background-color: rgb(190,75,21); }
div.DivClassName
{
background-color: #BE4B15;
}
.BgClassName
{
background-color: #BE4B15;
}
</style>
border-color css
<style>
span { border-color: #BE4B15; }
span { border-color: rgb(190,75,21); }
td.TdClassName
{
border-color: #BE4B15;
}
.TagClassName
{
border-color: #BE4B15;
}
</style>