Shades of Rust #BE470D
Tints of Rust #BE470D
RGB
CMYK
RGB Variations
Color information
#BE470D (or 0xBE470D) is known color: Rust. HEX triplet: BE, 47 and 0D. RGB value is (190,71,13). Sum of RGB (Red+Green+Blue) = 190+71+13=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE470D is #41B8F2. Grayscale: #646464. Windows color (decimal): -4307187 or 870334. OLE color: 870334.
HSL color Cylindrical-coordinate representation of color #BE470D: hue angle of 19.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE470D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.25 |
| HSL | 19.66º | 0.87% | 0.4% | - |
| HSV(B) | 19.66º | 0.93% | 0.75% | - |
| XYZ | 23.56 | 15.48 | 2.13 | - |
| YUV | 99.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 13 | 0 | 0.63 | 0.93 | 0.25 | 19.66 | 0.87 | 0.4 |
| Hex | BE | 47 | D | 0 | 3F | 5D | 19 | 14 | 57 | 28 |
| Octal | 276 | 107 | 15 | 0 | 77 | 135 | 31 | 24 | 127 | 50 |
| Binary | 10111110 | 1000111 | 1101 | 0 | 111111 | 1011101 | 11001 | 10100 | 1010111 | 101000 |
Color Harmonies of #BE470D
Complementary color
Monochromatic Colors of #BE470D
Black with #BE470D
Text Example
Text Example
White with #BE470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE470D; }
p { color: rgb(190,71,13); }
H1.HeaderClassName
{
color: #BE470D;
}
.AnyTagClassName
{
color: #BE470D;
}
</style>
background-color css
<style>
a { background-color: #BE470D; }
a { background-color: rgb(190,71,13); }
div.DivClassName
{
background-color: #BE470D;
}
.BgClassName
{
background-color: #BE470D;
}
</style>
border-color css
<style>
span { border-color: #BE470D; }
span { border-color: rgb(190,71,13); }
td.TdClassName
{
border-color: #BE470D;
}
.TagClassName
{
border-color: #BE470D;
}
</style>