Shades of Rust #BE4418
Tints of Rust #BE4418
RGB
CMYK
RGB Variations
Color information
#BE4418 (or 0xBE4418) is known color: Rust. HEX triplet: BE, 44 and 18. RGB value is (190,68,24). Sum of RGB (Red+Green+Blue) = 190+68+24=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4418 is #41BBE7. Grayscale: #636363. Windows color (decimal): -4307944 or 1590462. OLE color: 1590462.
HSL color Cylindrical-coordinate representation of color #BE4418: hue angle of 15.9º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE4418 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 24 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.25 |
| HSL | 15.9º | 0.78% | 0.42% | - |
| HSV(B) | 15.9º | 0.87% | 0.75% | - |
| XYZ | 23.47 | 15.15 | 2.55 | - |
| YUV | 99.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 24 | 0 | 0.64 | 0.87 | 0.25 | 15.9 | 0.78 | 0.42 |
| Hex | BE | 44 | 18 | 0 | 40 | 57 | 19 | 10 | 4E | 2A |
| Octal | 276 | 104 | 30 | 0 | 100 | 127 | 31 | 20 | 116 | 52 |
| Binary | 10111110 | 1000100 | 11000 | 0 | 1000000 | 1010111 | 11001 | 10000 | 1001110 | 101010 |
Color Harmonies of #BE4418
Complementary color
Monochromatic Colors of #BE4418
Black with #BE4418
Text Example
Text Example
White with #BE4418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4418; }
p { color: rgb(190,68,24); }
H1.HeaderClassName
{
color: #BE4418;
}
.AnyTagClassName
{
color: #BE4418;
}
</style>
background-color css
<style>
a { background-color: #BE4418; }
a { background-color: rgb(190,68,24); }
div.DivClassName
{
background-color: #BE4418;
}
.BgClassName
{
background-color: #BE4418;
}
</style>
border-color css
<style>
span { border-color: #BE4418; }
span { border-color: rgb(190,68,24); }
td.TdClassName
{
border-color: #BE4418;
}
.TagClassName
{
border-color: #BE4418;
}
</style>