Shades of Rust #BE4C17
Tints of Rust #BE4C17
RGB
CMYK
RGB Variations
Color information
#BE4C17 (or 0xBE4C17) is known color: Rust. HEX triplet: BE, 4C and 17. RGB value is (190,76,23). Sum of RGB (Red+Green+Blue) = 190+76+23=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C17 is #41B3E8. Grayscale: #686868. Windows color (decimal): -4305897 or 1526974. OLE color: 1526974.
HSL color Cylindrical-coordinate representation of color #BE4C17: hue angle of 19.04º 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 #BE4C17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.25 |
| HSL | 19.04º | 0.78% | 0.42% | - |
| HSV(B) | 19.04º | 0.88% | 0.75% | - |
| XYZ | 23.97 | 16.18 | 2.67 | - |
| YUV | 104.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 23 | 0 | 0.60 | 0.88 | 0.25 | 19.04 | 0.78 | 0.42 |
| Hex | BE | 4C | 17 | 0 | 3C | 58 | 19 | 13 | 4E | 2A |
| Octal | 276 | 114 | 27 | 0 | 74 | 130 | 31 | 23 | 116 | 52 |
| Binary | 10111110 | 1001100 | 10111 | 0 | 111100 | 1011000 | 11001 | 10011 | 1001110 | 101010 |
Color Harmonies of #BE4C17
Complementary color
Monochromatic Colors of #BE4C17
Black with #BE4C17
Text Example
Text Example
White with #BE4C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C17; }
p { color: rgb(190,76,23); }
H1.HeaderClassName
{
color: #BE4C17;
}
.AnyTagClassName
{
color: #BE4C17;
}
</style>
background-color css
<style>
a { background-color: #BE4C17; }
a { background-color: rgb(190,76,23); }
div.DivClassName
{
background-color: #BE4C17;
}
.BgClassName
{
background-color: #BE4C17;
}
</style>
border-color css
<style>
span { border-color: #BE4C17; }
span { border-color: rgb(190,76,23); }
td.TdClassName
{
border-color: #BE4C17;
}
.TagClassName
{
border-color: #BE4C17;
}
</style>