Shades of Rust #BE4002
Tints of Rust #BE4002
RGB
CMYK
RGB Variations
Color information
#BE4002 (or 0xBE4002) is known color: Rust. HEX triplet: BE, 40 and 02. RGB value is (190,64,2). Sum of RGB (Red+Green+Blue) = 190+64+2=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4002 is #41BFFD. Grayscale: #5E5E5E. Windows color (decimal): -4308990 or 147646. OLE color: 147646.
HSL color Cylindrical-coordinate representation of color #BE4002: hue angle of 19.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE4002 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.25 |
| HSL | 19.79º | 0.98% | 0.38% | - |
| HSV(B) | 19.79º | 0.99% | 0.75% | - |
| XYZ | 23.08 | 14.62 | 1.66 | - |
| YUV | 94.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 2 | 0 | 0.66 | 0.99 | 0.25 | 19.79 | 0.98 | 0.38 |
| Hex | BE | 40 | 2 | 0 | 42 | 63 | 19 | 14 | 62 | 26 |
| Octal | 276 | 100 | 2 | 0 | 102 | 143 | 31 | 24 | 142 | 46 |
| Binary | 10111110 | 1000000 | 10 | 0 | 1000010 | 1100011 | 11001 | 10100 | 1100010 | 100110 |
Color Harmonies of #BE4002
Complementary color
Monochromatic Colors of #BE4002
Black with #BE4002
Text Example
Text Example
White with #BE4002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4002; }
p { color: rgb(190,64,2); }
H1.HeaderClassName
{
color: #BE4002;
}
.AnyTagClassName
{
color: #BE4002;
}
</style>
background-color css
<style>
a { background-color: #BE4002; }
a { background-color: rgb(190,64,2); }
div.DivClassName
{
background-color: #BE4002;
}
.BgClassName
{
background-color: #BE4002;
}
</style>
border-color css
<style>
span { border-color: #BE4002; }
span { border-color: rgb(190,64,2); }
td.TdClassName
{
border-color: #BE4002;
}
.TagClassName
{
border-color: #BE4002;
}
</style>