Shades of Rust #BE4117
Tints of Rust #BE4117
RGB
CMYK
RGB Variations
Color information
#BE4117 (or 0xBE4117) is known color: Rust. HEX triplet: BE, 41 and 17. RGB value is (190,65,23). Sum of RGB (Red+Green+Blue) = 190+65+23=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4117 is #41BEE8. Grayscale: #616161. Windows color (decimal): -4308713 or 1524158. OLE color: 1524158.
HSL color Cylindrical-coordinate representation of color #BE4117: hue angle of 15.09º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE4117 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.25 |
| HSL | 15.09º | 0.78% | 0.42% | - |
| HSV(B) | 15.09º | 0.88% | 0.75% | - |
| XYZ | 23.28 | 14.79 | 2.44 | - |
| YUV | 97.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 23 | 0 | 0.66 | 0.88 | 0.25 | 15.09 | 0.78 | 0.42 |
| Hex | BE | 41 | 17 | 0 | 42 | 58 | 19 | F | 4E | 2A |
| Octal | 276 | 101 | 27 | 0 | 102 | 130 | 31 | 17 | 116 | 52 |
| Binary | 10111110 | 1000001 | 10111 | 0 | 1000010 | 1011000 | 11001 | 1111 | 1001110 | 101010 |
Color Harmonies of #BE4117
Complementary color
Monochromatic Colors of #BE4117
Black with #BE4117
Text Example
Text Example
White with #BE4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4117; }
p { color: rgb(190,65,23); }
H1.HeaderClassName
{
color: #BE4117;
}
.AnyTagClassName
{
color: #BE4117;
}
</style>
background-color css
<style>
a { background-color: #BE4117; }
a { background-color: rgb(190,65,23); }
div.DivClassName
{
background-color: #BE4117;
}
.BgClassName
{
background-color: #BE4117;
}
</style>
border-color css
<style>
span { border-color: #BE4117; }
span { border-color: rgb(190,65,23); }
td.TdClassName
{
border-color: #BE4117;
}
.TagClassName
{
border-color: #BE4117;
}
</style>