Shades of Rust #BE4013
Tints of Rust #BE4013
RGB
CMYK
RGB Variations
Color information
#BE4013 (or 0xBE4013) is known color: Rust. HEX triplet: BE, 40 and 13. RGB value is (190,64,19). Sum of RGB (Red+Green+Blue) = 190+64+19=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4013 is #41BFEC. Grayscale: #606060. Windows color (decimal): -4308973 or 1261758. OLE color: 1261758.
HSL color Cylindrical-coordinate representation of color #BE4013: hue angle of 15.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE4013 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.25 |
| HSL | 15.79º | 0.82% | 0.41% | - |
| HSV(B) | 15.79º | 0.9% | 0.75% | - |
| XYZ | 23.19 | 14.66 | 2.22 | - |
| YUV | 96.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 19 | 0 | 0.66 | 0.90 | 0.25 | 15.79 | 0.82 | 0.41 |
| Hex | BE | 40 | 13 | 0 | 42 | 5A | 19 | 10 | 52 | 29 |
| Octal | 276 | 100 | 23 | 0 | 102 | 132 | 31 | 20 | 122 | 51 |
| Binary | 10111110 | 1000000 | 10011 | 0 | 1000010 | 1011010 | 11001 | 10000 | 1010010 | 101001 |
Color Harmonies of #BE4013
Complementary color
Monochromatic Colors of #BE4013
Black with #BE4013
Text Example
Text Example
White with #BE4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4013; }
p { color: rgb(190,64,19); }
H1.HeaderClassName
{
color: #BE4013;
}
.AnyTagClassName
{
color: #BE4013;
}
</style>
background-color css
<style>
a { background-color: #BE4013; }
a { background-color: rgb(190,64,19); }
div.DivClassName
{
background-color: #BE4013;
}
.BgClassName
{
background-color: #BE4013;
}
</style>
border-color css
<style>
span { border-color: #BE4013; }
span { border-color: rgb(190,64,19); }
td.TdClassName
{
border-color: #BE4013;
}
.TagClassName
{
border-color: #BE4013;
}
</style>