Shades of Rust #BE4907
Tints of Rust #BE4907
RGB
CMYK
RGB Variations
Color information
#BE4907 (or 0xBE4907) is known color: Rust. HEX triplet: BE, 49 and 07. RGB value is (190,73,7). Sum of RGB (Red+Green+Blue) = 190+73+7=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4907 is #41B6F8. Grayscale: #646464. Windows color (decimal): -4306681 or 477630. OLE color: 477630.
HSL color Cylindrical-coordinate representation of color #BE4907: hue angle of 21.64º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE4907 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.25 |
| HSL | 21.64º | 0.93% | 0.39% | - |
| HSV(B) | 21.64º | 0.96% | 0.75% | - |
| XYZ | 23.66 | 15.73 | 1.99 | - |
| YUV | 100.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 7 | 0 | 0.62 | 0.96 | 0.25 | 21.64 | 0.93 | 0.39 |
| Hex | BE | 49 | 7 | 0 | 3E | 60 | 19 | 16 | 5D | 27 |
| Octal | 276 | 111 | 7 | 0 | 76 | 140 | 31 | 26 | 135 | 47 |
| Binary | 10111110 | 1001001 | 111 | 0 | 111110 | 1100000 | 11001 | 10110 | 1011101 | 100111 |
Color Harmonies of #BE4907
Complementary color
Monochromatic Colors of #BE4907
Black with #BE4907
Text Example
Text Example
White with #BE4907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4907; }
p { color: rgb(190,73,7); }
H1.HeaderClassName
{
color: #BE4907;
}
.AnyTagClassName
{
color: #BE4907;
}
</style>
background-color css
<style>
a { background-color: #BE4907; }
a { background-color: rgb(190,73,7); }
div.DivClassName
{
background-color: #BE4907;
}
.BgClassName
{
background-color: #BE4907;
}
</style>
border-color css
<style>
span { border-color: #BE4907; }
span { border-color: rgb(190,73,7); }
td.TdClassName
{
border-color: #BE4907;
}
.TagClassName
{
border-color: #BE4907;
}
</style>