Shades of Rust #BE440F
Tints of Rust #BE440F
RGB
CMYK
RGB Variations
Color information
#BE440F (or 0xBE440F) is known color: Rust. HEX triplet: BE, 44 and 0F. RGB value is (190,68,15). Sum of RGB (Red+Green+Blue) = 190+68+15=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE440F is #41BBF0. Grayscale: #626262. Windows color (decimal): -4307953 or 1000638. OLE color: 1000638.
HSL color Cylindrical-coordinate representation of color #BE440F: hue angle of 18.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE440F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.25 |
| HSL | 18.17º | 0.85% | 0.4% | - |
| HSV(B) | 18.17º | 0.92% | 0.75% | - |
| XYZ | 23.39 | 15.12 | 2.14 | - |
| YUV | 98.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 15 | 0 | 0.64 | 0.92 | 0.25 | 18.17 | 0.85 | 0.4 |
| Hex | BE | 44 | F | 0 | 40 | 5C | 19 | 12 | 55 | 28 |
| Octal | 276 | 104 | 17 | 0 | 100 | 134 | 31 | 22 | 125 | 50 |
| Binary | 10111110 | 1000100 | 1111 | 0 | 1000000 | 1011100 | 11001 | 10010 | 1010101 | 101000 |
Color Harmonies of #BE440F
Complementary color
Monochromatic Colors of #BE440F
Black with #BE440F
Text Example
Text Example
White with #BE440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE440F; }
p { color: rgb(190,68,15); }
H1.HeaderClassName
{
color: #BE440F;
}
.AnyTagClassName
{
color: #BE440F;
}
</style>
background-color css
<style>
a { background-color: #BE440F; }
a { background-color: rgb(190,68,15); }
div.DivClassName
{
background-color: #BE440F;
}
.BgClassName
{
background-color: #BE440F;
}
</style>
border-color css
<style>
span { border-color: #BE440F; }
span { border-color: rgb(190,68,15); }
td.TdClassName
{
border-color: #BE440F;
}
.TagClassName
{
border-color: #BE440F;
}
</style>