Shades of Rust #BE471F
Tints of Rust #BE471F
RGB
CMYK
RGB Variations
Color information
#BE471F (or 0xBE471F) is known color: Rust. HEX triplet: BE, 47 and 1F. RGB value is (190,71,31). Sum of RGB (Red+Green+Blue) = 190+71+31=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE471F is #41B8E0. Grayscale: #666666. Windows color (decimal): -4307169 or 2049982. OLE color: 2049982.
HSL color Cylindrical-coordinate representation of color #BE471F: hue angle of 15.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE471F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.25 |
| HSL | 15.09º | 0.72% | 0.43% | - |
| HSV(B) | 15.09º | 0.84% | 0.75% | - |
| XYZ | 23.74 | 15.55 | 3.05 | - |
| YUV | 102.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 31 | 0 | 0.63 | 0.84 | 0.25 | 15.09 | 0.72 | 0.43 |
| Hex | BE | 47 | 1F | 0 | 3F | 54 | 19 | F | 48 | 2B |
| Octal | 276 | 107 | 37 | 0 | 77 | 124 | 31 | 17 | 110 | 53 |
| Binary | 10111110 | 1000111 | 11111 | 0 | 111111 | 1010100 | 11001 | 1111 | 1001000 | 101011 |
Color Harmonies of #BE471F
Complementary color
Monochromatic Colors of #BE471F
Black with #BE471F
Text Example
Text Example
White with #BE471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE471F; }
p { color: rgb(190,71,31); }
H1.HeaderClassName
{
color: #BE471F;
}
.AnyTagClassName
{
color: #BE471F;
}
</style>
background-color css
<style>
a { background-color: #BE471F; }
a { background-color: rgb(190,71,31); }
div.DivClassName
{
background-color: #BE471F;
}
.BgClassName
{
background-color: #BE471F;
}
</style>
border-color css
<style>
span { border-color: #BE471F; }
span { border-color: rgb(190,71,31); }
td.TdClassName
{
border-color: #BE471F;
}
.TagClassName
{
border-color: #BE471F;
}
</style>