Shades of Rust #BE4702
Tints of Rust #BE4702
RGB
CMYK
RGB Variations
Color information
#BE4702 (or 0xBE4702) is known color: Rust. HEX triplet: BE, 47 and 02. RGB value is (190,71,2). Sum of RGB (Red+Green+Blue) = 190+71+2=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4702 is #41B8FD. Grayscale: #636363. Windows color (decimal): -4307198 or 149438. OLE color: 149438.
HSL color Cylindrical-coordinate representation of color #BE4702: hue angle of 22.02º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE4702 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.25 |
| HSL | 22.02º | 0.98% | 0.38% | - |
| HSV(B) | 22.02º | 0.99% | 0.75% | - |
| XYZ | 23.5 | 15.46 | 1.8 | - |
| YUV | 98.72 | 73.42 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 2 | 0 | 0.63 | 0.99 | 0.25 | 22.02 | 0.98 | 0.38 |
| Hex | BE | 47 | 2 | 0 | 3F | 63 | 19 | 16 | 62 | 26 |
| Octal | 276 | 107 | 2 | 0 | 77 | 143 | 31 | 26 | 142 | 46 |
| Binary | 10111110 | 1000111 | 10 | 0 | 111111 | 1100011 | 11001 | 10110 | 1100010 | 100110 |
Color Harmonies of #BE4702
Complementary color
Monochromatic Colors of #BE4702
Black with #BE4702
Text Example
Text Example
White with #BE4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4702; }
p { color: rgb(190,71,2); }
H1.HeaderClassName
{
color: #BE4702;
}
.AnyTagClassName
{
color: #BE4702;
}
</style>
background-color css
<style>
a { background-color: #BE4702; }
a { background-color: rgb(190,71,2); }
div.DivClassName
{
background-color: #BE4702;
}
.BgClassName
{
background-color: #BE4702;
}
</style>
border-color css
<style>
span { border-color: #BE4702; }
span { border-color: rgb(190,71,2); }
td.TdClassName
{
border-color: #BE4702;
}
.TagClassName
{
border-color: #BE4702;
}
</style>