Shades of Rust #BE4301
Tints of Rust #BE4301
RGB
CMYK
RGB Variations
Color information
#BE4301 (or 0xBE4301) is known color: Rust. HEX triplet: BE, 43 and 01. RGB value is (190,67,1). Sum of RGB (Red+Green+Blue) = 190+67+1=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4301 is #41BCFE. Grayscale: #606060. Windows color (decimal): -4308223 or 82878. OLE color: 82878.
HSL color Cylindrical-coordinate representation of color #BE4301: hue angle of 20.95º 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 #BE4301 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.25 |
| HSL | 20.95º | 0.99% | 0.37% | - |
| HSV(B) | 20.95º | 0.99% | 0.75% | - |
| XYZ | 23.25 | 14.96 | 1.69 | - |
| YUV | 96.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 1 | 0 | 0.65 | 0.99 | 0.25 | 20.95 | 0.99 | 0.37 |
| Hex | BE | 43 | 1 | 0 | 41 | 63 | 19 | 15 | 63 | 25 |
| Octal | 276 | 103 | 1 | 0 | 101 | 143 | 31 | 25 | 143 | 45 |
| Binary | 10111110 | 1000011 | 1 | 0 | 1000001 | 1100011 | 11001 | 10101 | 1100011 | 100101 |
Color Harmonies of #BE4301
Complementary color
Monochromatic Colors of #BE4301
Black with #BE4301
Text Example
Text Example
White with #BE4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4301; }
p { color: rgb(190,67,1); }
H1.HeaderClassName
{
color: #BE4301;
}
.AnyTagClassName
{
color: #BE4301;
}
</style>
background-color css
<style>
a { background-color: #BE4301; }
a { background-color: rgb(190,67,1); }
div.DivClassName
{
background-color: #BE4301;
}
.BgClassName
{
background-color: #BE4301;
}
</style>
border-color css
<style>
span { border-color: #BE4301; }
span { border-color: rgb(190,67,1); }
td.TdClassName
{
border-color: #BE4301;
}
.TagClassName
{
border-color: #BE4301;
}
</style>