Shades of Rust #BE3F14
Tints of Rust #BE3F14
RGB
CMYK
RGB Variations
Color information
#BE3F14 (or 0xBE3F14) is known color: Rust. HEX triplet: BE, 3F and 14. RGB value is (190,63,20). Sum of RGB (Red+Green+Blue) = 190+63+20=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F14 is #41C0EB. Grayscale: #606060. Windows color (decimal): -4309228 or 1327038. OLE color: 1327038.
HSL color Cylindrical-coordinate representation of color #BE3F14: hue angle of 15.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE3F14 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 20 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.25 |
| HSL | 15.18º | 0.81% | 0.41% | - |
| HSV(B) | 15.18º | 0.89% | 0.75% | - |
| XYZ | 23.14 | 14.55 | 2.25 | - |
| YUV | 96.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 20 | 0 | 0.67 | 0.89 | 0.25 | 15.18 | 0.81 | 0.41 |
| Hex | BE | 3F | 14 | 0 | 43 | 59 | 19 | F | 51 | 29 |
| Octal | 276 | 77 | 24 | 0 | 103 | 131 | 31 | 17 | 121 | 51 |
| Binary | 10111110 | 111111 | 10100 | 0 | 1000011 | 1011001 | 11001 | 1111 | 1010001 | 101001 |
Color Harmonies of #BE3F14
Complementary color
Monochromatic Colors of #BE3F14
Black with #BE3F14
Text Example
Text Example
White with #BE3F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F14; }
p { color: rgb(190,63,20); }
H1.HeaderClassName
{
color: #BE3F14;
}
.AnyTagClassName
{
color: #BE3F14;
}
</style>
background-color css
<style>
a { background-color: #BE3F14; }
a { background-color: rgb(190,63,20); }
div.DivClassName
{
background-color: #BE3F14;
}
.BgClassName
{
background-color: #BE3F14;
}
</style>
border-color css
<style>
span { border-color: #BE3F14; }
span { border-color: rgb(190,63,20); }
td.TdClassName
{
border-color: #BE3F14;
}
.TagClassName
{
border-color: #BE3F14;
}
</style>