Shades of Rust #BE4310
Tints of Rust #BE4310
RGB
CMYK
RGB Variations
Color information
#BE4310 (or 0xBE4310) is known color: Rust. HEX triplet: BE, 43 and 10. RGB value is (190,67,16). Sum of RGB (Red+Green+Blue) = 190+67+16=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4310 is #41BCEF. Grayscale: #626262. Windows color (decimal): -4308208 or 1065918. OLE color: 1065918.
HSL color Cylindrical-coordinate representation of color #BE4310: hue angle of 17.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE4310 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.25 |
| HSL | 17.59º | 0.84% | 0.4% | - |
| HSV(B) | 17.59º | 0.92% | 0.75% | - |
| XYZ | 23.34 | 15 | 2.16 | - |
| YUV | 97.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 16 | 0 | 0.65 | 0.92 | 0.25 | 17.59 | 0.84 | 0.4 |
| Hex | BE | 43 | 10 | 0 | 41 | 5C | 19 | 12 | 54 | 28 |
| Octal | 276 | 103 | 20 | 0 | 101 | 134 | 31 | 22 | 124 | 50 |
| Binary | 10111110 | 1000011 | 10000 | 0 | 1000001 | 1011100 | 11001 | 10010 | 1010100 | 101000 |
Color Harmonies of #BE4310
Complementary color
Monochromatic Colors of #BE4310
Black with #BE4310
Text Example
Text Example
White with #BE4310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4310; }
p { color: rgb(190,67,16); }
H1.HeaderClassName
{
color: #BE4310;
}
.AnyTagClassName
{
color: #BE4310;
}
</style>
background-color css
<style>
a { background-color: #BE4310; }
a { background-color: rgb(190,67,16); }
div.DivClassName
{
background-color: #BE4310;
}
.BgClassName
{
background-color: #BE4310;
}
</style>
border-color css
<style>
span { border-color: #BE4310; }
span { border-color: rgb(190,67,16); }
td.TdClassName
{
border-color: #BE4310;
}
.TagClassName
{
border-color: #BE4310;
}
</style>