Shades of Rust #BE4501
Tints of Rust #BE4501
RGB
CMYK
RGB Variations
Color information
#BE4501 (or 0xBE4501) is known color: Rust. HEX triplet: BE, 45 and 01. RGB value is (190,69,1). Sum of RGB (Red+Green+Blue) = 190+69+1=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4501 is #41BAFE. Grayscale: #616161. Windows color (decimal): -4307711 or 83390. OLE color: 83390.
HSL color Cylindrical-coordinate representation of color #BE4501: hue angle of 21.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE4501 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.25 |
| HSL | 21.59º | 0.99% | 0.37% | - |
| HSV(B) | 21.59º | 0.99% | 0.75% | - |
| XYZ | 23.37 | 15.21 | 1.73 | - |
| YUV | 97.43 | 73.59 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 1 | 0 | 0.64 | 0.99 | 0.25 | 21.59 | 0.99 | 0.37 |
| Hex | BE | 45 | 1 | 0 | 40 | 63 | 19 | 16 | 63 | 25 |
| Octal | 276 | 105 | 1 | 0 | 100 | 143 | 31 | 26 | 143 | 45 |
| Binary | 10111110 | 1000101 | 1 | 0 | 1000000 | 1100011 | 11001 | 10110 | 1100011 | 100101 |
Color Harmonies of #BE4501
Complementary color
Monochromatic Colors of #BE4501
Black with #BE4501
Text Example
Text Example
White with #BE4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4501; }
p { color: rgb(190,69,1); }
H1.HeaderClassName
{
color: #BE4501;
}
.AnyTagClassName
{
color: #BE4501;
}
</style>
background-color css
<style>
a { background-color: #BE4501; }
a { background-color: rgb(190,69,1); }
div.DivClassName
{
background-color: #BE4501;
}
.BgClassName
{
background-color: #BE4501;
}
</style>
border-color css
<style>
span { border-color: #BE4501; }
span { border-color: rgb(190,69,1); }
td.TdClassName
{
border-color: #BE4501;
}
.TagClassName
{
border-color: #BE4501;
}
</style>