Shades of Rust #BE5412
Tints of Rust #BE5412
RGB
CMYK
RGB Variations
Color information
#BE5412 (or 0xBE5412) is known color: Rust. HEX triplet: BE, 54 and 12. RGB value is (190,84,18). Sum of RGB (Red+Green+Blue) = 190+84+18=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5412 is #41ABED. Grayscale: #6C6C6C. Windows color (decimal): -4303854 or 1201342. OLE color: 1201342.
HSL color Cylindrical-coordinate representation of color #BE5412: hue angle of 23.02º degrees, saturation: 0.83, 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 #BE5412 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 84 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.25 |
| HSL | 23.02º | 0.83% | 0.41% | - |
| HSV(B) | 23.02º | 0.91% | 0.75% | - |
| XYZ | 24.51 | 17.33 | 2.63 | - |
| YUV | 108.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 84 | 18 | 0 | 0.56 | 0.91 | 0.25 | 23.02 | 0.83 | 0.41 |
| Hex | BE | 54 | 12 | 0 | 38 | 5B | 19 | 17 | 53 | 29 |
| Octal | 276 | 124 | 22 | 0 | 70 | 133 | 31 | 27 | 123 | 51 |
| Binary | 10111110 | 1010100 | 10010 | 0 | 111000 | 1011011 | 11001 | 10111 | 1010011 | 101001 |
Color Harmonies of #BE5412
Complementary color
Monochromatic Colors of #BE5412
Black with #BE5412
Text Example
Text Example
White with #BE5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5412; }
p { color: rgb(190,84,18); }
H1.HeaderClassName
{
color: #BE5412;
}
.AnyTagClassName
{
color: #BE5412;
}
</style>
background-color css
<style>
a { background-color: #BE5412; }
a { background-color: rgb(190,84,18); }
div.DivClassName
{
background-color: #BE5412;
}
.BgClassName
{
background-color: #BE5412;
}
</style>
border-color css
<style>
span { border-color: #BE5412; }
span { border-color: rgb(190,84,18); }
td.TdClassName
{
border-color: #BE5412;
}
.TagClassName
{
border-color: #BE5412;
}
</style>