Shades of Rust #BE3E11
Tints of Rust #BE3E11
RGB
CMYK
RGB Variations
Color information
#BE3E11 (or 0xBE3E11) is known color: Rust. HEX triplet: BE, 3E and 11. RGB value is (190,62,17). Sum of RGB (Red+Green+Blue) = 190+62+17=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E11 is #41C1EE. Grayscale: #5F5F5F. Windows color (decimal): -4309487 or 1130174. OLE color: 1130174.
HSL color Cylindrical-coordinate representation of color #BE3E11: hue angle of 15.61º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE3E11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.25 |
| HSL | 15.61º | 0.84% | 0.41% | - |
| HSV(B) | 15.61º | 0.91% | 0.75% | - |
| XYZ | 23.06 | 14.43 | 2.1 | - |
| YUV | 95.14 | 83.91 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 17 | 0 | 0.67 | 0.91 | 0.25 | 15.61 | 0.84 | 0.41 |
| Hex | BE | 3E | 11 | 0 | 43 | 5B | 19 | 10 | 54 | 29 |
| Octal | 276 | 76 | 21 | 0 | 103 | 133 | 31 | 20 | 124 | 51 |
| Binary | 10111110 | 111110 | 10001 | 0 | 1000011 | 1011011 | 11001 | 10000 | 1010100 | 101001 |
Color Harmonies of #BE3E11
Complementary color
Monochromatic Colors of #BE3E11
Black with #BE3E11
Text Example
Text Example
White with #BE3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E11; }
p { color: rgb(190,62,17); }
H1.HeaderClassName
{
color: #BE3E11;
}
.AnyTagClassName
{
color: #BE3E11;
}
</style>
background-color css
<style>
a { background-color: #BE3E11; }
a { background-color: rgb(190,62,17); }
div.DivClassName
{
background-color: #BE3E11;
}
.BgClassName
{
background-color: #BE3E11;
}
</style>
border-color css
<style>
span { border-color: #BE3E11; }
span { border-color: rgb(190,62,17); }
td.TdClassName
{
border-color: #BE3E11;
}
.TagClassName
{
border-color: #BE3E11;
}
</style>