Shades of Rust #BE4720
Tints of Rust #BE4720
RGB
CMYK
RGB Variations
Color information
#BE4720 (or 0xBE4720) is known color: Rust. HEX triplet: BE, 47 and 20. RGB value is (190,71,32). Sum of RGB (Red+Green+Blue) = 190+71+32=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4720 is #41B8DF. Grayscale: #666666. Windows color (decimal): -4307168 or 2115518. OLE color: 2115518.
HSL color Cylindrical-coordinate representation of color #BE4720: hue angle of 14.81º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4720 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 71 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.25 |
| HSL | 14.81º | 0.71% | 0.44% | - |
| HSV(B) | 14.81º | 0.83% | 0.75% | - |
| XYZ | 23.75 | 15.56 | 3.12 | - |
| YUV | 102.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 32 | 0 | 0.63 | 0.83 | 0.25 | 14.81 | 0.71 | 0.44 |
| Hex | BE | 47 | 20 | 0 | 3F | 53 | 19 | F | 47 | 2C |
| Octal | 276 | 107 | 40 | 0 | 77 | 123 | 31 | 17 | 107 | 54 |
| Binary | 10111110 | 1000111 | 100000 | 0 | 111111 | 1010011 | 11001 | 1111 | 1000111 | 101100 |
Color Harmonies of #BE4720
Complementary color
Monochromatic Colors of #BE4720
Black with #BE4720
Text Example
Text Example
White with #BE4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4720; }
p { color: rgb(190,71,32); }
H1.HeaderClassName
{
color: #BE4720;
}
.AnyTagClassName
{
color: #BE4720;
}
</style>
background-color css
<style>
a { background-color: #BE4720; }
a { background-color: rgb(190,71,32); }
div.DivClassName
{
background-color: #BE4720;
}
.BgClassName
{
background-color: #BE4720;
}
</style>
border-color css
<style>
span { border-color: #BE4720; }
span { border-color: rgb(190,71,32); }
td.TdClassName
{
border-color: #BE4720;
}
.TagClassName
{
border-color: #BE4720;
}
</style>