Shades of Rust #BE4401
Tints of Rust #BE4401
RGB
CMYK
RGB Variations
Color information
#BE4401 (or 0xBE4401) is known color: Rust. HEX triplet: BE, 44 and 01. RGB value is (190,68,1). Sum of RGB (Red+Green+Blue) = 190+68+1=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4401 is #41BBFE. Grayscale: #616161. Windows color (decimal): -4307967 or 83134. OLE color: 83134.
HSL color Cylindrical-coordinate representation of color #BE4401: hue angle of 21.27º 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 #BE4401 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.25 |
| HSL | 21.27º | 0.99% | 0.37% | - |
| HSV(B) | 21.27º | 0.99% | 0.75% | - |
| XYZ | 23.31 | 15.08 | 1.71 | - |
| YUV | 96.84 | 73.92 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 1 | 0 | 0.64 | 0.99 | 0.25 | 21.27 | 0.99 | 0.37 |
| Hex | BE | 44 | 1 | 0 | 40 | 63 | 19 | 15 | 63 | 25 |
| Octal | 276 | 104 | 1 | 0 | 100 | 143 | 31 | 25 | 143 | 45 |
| Binary | 10111110 | 1000100 | 1 | 0 | 1000000 | 1100011 | 11001 | 10101 | 1100011 | 100101 |
Color Harmonies of #BE4401
Complementary color
Monochromatic Colors of #BE4401
Black with #BE4401
Text Example
Text Example
White with #BE4401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4401; }
p { color: rgb(190,68,1); }
H1.HeaderClassName
{
color: #BE4401;
}
.AnyTagClassName
{
color: #BE4401;
}
</style>
background-color css
<style>
a { background-color: #BE4401; }
a { background-color: rgb(190,68,1); }
div.DivClassName
{
background-color: #BE4401;
}
.BgClassName
{
background-color: #BE4401;
}
</style>
border-color css
<style>
span { border-color: #BE4401; }
span { border-color: rgb(190,68,1); }
td.TdClassName
{
border-color: #BE4401;
}
.TagClassName
{
border-color: #BE4401;
}
</style>