Shades of Rust #BE5217
Tints of Rust #BE5217
RGB
CMYK
RGB Variations
Color information
#BE5217 (or 0xBE5217) is known color: Rust. HEX triplet: BE, 52 and 17. RGB value is (190,82,23). Sum of RGB (Red+Green+Blue) = 190+82+23=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5217 is #41ADE8. Grayscale: #6B6B6B. Windows color (decimal): -4304361 or 1528510. OLE color: 1528510.
HSL color Cylindrical-coordinate representation of color #BE5217: hue angle of 21.2º 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 #BE5217 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 23 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.25 |
| HSL | 21.2º | 0.78% | 0.42% | - |
| HSV(B) | 21.2º | 0.88% | 0.75% | - |
| XYZ | 24.41 | 17.04 | 2.81 | - |
| YUV | 107.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 23 | 0 | 0.57 | 0.88 | 0.25 | 21.2 | 0.78 | 0.42 |
| Hex | BE | 52 | 17 | 0 | 39 | 58 | 19 | 15 | 4E | 2A |
| Octal | 276 | 122 | 27 | 0 | 71 | 130 | 31 | 25 | 116 | 52 |
| Binary | 10111110 | 1010010 | 10111 | 0 | 111001 | 1011000 | 11001 | 10101 | 1001110 | 101010 |
Color Harmonies of #BE5217
Complementary color
Monochromatic Colors of #BE5217
Black with #BE5217
Text Example
Text Example
White with #BE5217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5217; }
p { color: rgb(190,82,23); }
H1.HeaderClassName
{
color: #BE5217;
}
.AnyTagClassName
{
color: #BE5217;
}
</style>
background-color css
<style>
a { background-color: #BE5217; }
a { background-color: rgb(190,82,23); }
div.DivClassName
{
background-color: #BE5217;
}
.BgClassName
{
background-color: #BE5217;
}
</style>
border-color css
<style>
span { border-color: #BE5217; }
span { border-color: rgb(190,82,23); }
td.TdClassName
{
border-color: #BE5217;
}
.TagClassName
{
border-color: #BE5217;
}
</style>