Shades of Rust #BE4D07
Tints of Rust #BE4D07
RGB
CMYK
RGB Variations
Color information
#BE4D07 (or 0xBE4D07) is known color: Rust. HEX triplet: BE, 4D and 07. RGB value is (190,77,7). Sum of RGB (Red+Green+Blue) = 190+77+7=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D07 is #41B2F8. Grayscale: #676767. Windows color (decimal): -4305657 or 478654. OLE color: 478654.
HSL color Cylindrical-coordinate representation of color #BE4D07: hue angle of 22.95º 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 #BE4D07 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 7 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.25 |
| HSL | 22.95º | 0.93% | 0.39% | - |
| HSV(B) | 22.95º | 0.96% | 0.75% | - |
| XYZ | 23.93 | 16.27 | 2.08 | - |
| YUV | 102.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 7 | 0 | 0.59 | 0.96 | 0.25 | 22.95 | 0.93 | 0.39 |
| Hex | BE | 4D | 7 | 0 | 3B | 60 | 19 | 17 | 5D | 27 |
| Octal | 276 | 115 | 7 | 0 | 73 | 140 | 31 | 27 | 135 | 47 |
| Binary | 10111110 | 1001101 | 111 | 0 | 111011 | 1100000 | 11001 | 10111 | 1011101 | 100111 |
Color Harmonies of #BE4D07
Complementary color
Monochromatic Colors of #BE4D07
Black with #BE4D07
Text Example
Text Example
White with #BE4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D07; }
p { color: rgb(190,77,7); }
H1.HeaderClassName
{
color: #BE4D07;
}
.AnyTagClassName
{
color: #BE4D07;
}
</style>
background-color css
<style>
a { background-color: #BE4D07; }
a { background-color: rgb(190,77,7); }
div.DivClassName
{
background-color: #BE4D07;
}
.BgClassName
{
background-color: #BE4D07;
}
</style>
border-color css
<style>
span { border-color: #BE4D07; }
span { border-color: rgb(190,77,7); }
td.TdClassName
{
border-color: #BE4D07;
}
.TagClassName
{
border-color: #BE4D07;
}
</style>