Shades of Rust #BE4707
Tints of Rust #BE4707
RGB
CMYK
RGB Variations
Color information
#BE4707 (or 0xBE4707) is known color: Rust. HEX triplet: BE, 47 and 07. RGB value is (190,71,7). Sum of RGB (Red+Green+Blue) = 190+71+7=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4707 is #41B8F8. Grayscale: #636363. Windows color (decimal): -4307193 or 477118. OLE color: 477118.
HSL color Cylindrical-coordinate representation of color #BE4707: hue angle of 20.98º 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 #BE4707 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.25 |
| HSL | 20.98º | 0.93% | 0.39% | - |
| HSV(B) | 20.98º | 0.96% | 0.75% | - |
| XYZ | 23.53 | 15.47 | 1.95 | - |
| YUV | 99.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 7 | 0 | 0.63 | 0.96 | 0.25 | 20.98 | 0.93 | 0.39 |
| Hex | BE | 47 | 7 | 0 | 3F | 60 | 19 | 15 | 5D | 27 |
| Octal | 276 | 107 | 7 | 0 | 77 | 140 | 31 | 25 | 135 | 47 |
| Binary | 10111110 | 1000111 | 111 | 0 | 111111 | 1100000 | 11001 | 10101 | 1011101 | 100111 |
Color Harmonies of #BE4707
Complementary color
Monochromatic Colors of #BE4707
Black with #BE4707
Text Example
Text Example
White with #BE4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4707; }
p { color: rgb(190,71,7); }
H1.HeaderClassName
{
color: #BE4707;
}
.AnyTagClassName
{
color: #BE4707;
}
</style>
background-color css
<style>
a { background-color: #BE4707; }
a { background-color: rgb(190,71,7); }
div.DivClassName
{
background-color: #BE4707;
}
.BgClassName
{
background-color: #BE4707;
}
</style>
border-color css
<style>
span { border-color: #BE4707; }
span { border-color: rgb(190,71,7); }
td.TdClassName
{
border-color: #BE4707;
}
.TagClassName
{
border-color: #BE4707;
}
</style>