Shades of Rust #BE3D14
Tints of Rust #BE3D14
RGB
CMYK
RGB Variations
Color information
#BE3D14 (or 0xBE3D14) is known color: Rust. HEX triplet: BE, 3D and 14. RGB value is (190,61,20). Sum of RGB (Red+Green+Blue) = 190+61+20=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D14 is #41C2EB. Grayscale: #5F5F5F. Windows color (decimal): -4309740 or 1326526. OLE color: 1326526.
HSL color Cylindrical-coordinate representation of color #BE3D14: hue angle of 14.47º 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 #BE3D14 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 20 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.25 |
| HSL | 14.47º | 0.81% | 0.41% | - |
| HSV(B) | 14.47º | 0.89% | 0.75% | - |
| XYZ | 23.03 | 14.34 | 2.21 | - |
| YUV | 94.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 20 | 0 | 0.68 | 0.89 | 0.25 | 14.47 | 0.81 | 0.41 |
| Hex | BE | 3D | 14 | 0 | 44 | 59 | 19 | E | 51 | 29 |
| Octal | 276 | 75 | 24 | 0 | 104 | 131 | 31 | 16 | 121 | 51 |
| Binary | 10111110 | 111101 | 10100 | 0 | 1000100 | 1011001 | 11001 | 1110 | 1010001 | 101001 |
Color Harmonies of #BE3D14
Complementary color
Monochromatic Colors of #BE3D14
Black with #BE3D14
Text Example
Text Example
White with #BE3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D14; }
p { color: rgb(190,61,20); }
H1.HeaderClassName
{
color: #BE3D14;
}
.AnyTagClassName
{
color: #BE3D14;
}
</style>
background-color css
<style>
a { background-color: #BE3D14; }
a { background-color: rgb(190,61,20); }
div.DivClassName
{
background-color: #BE3D14;
}
.BgClassName
{
background-color: #BE3D14;
}
</style>
border-color css
<style>
span { border-color: #BE3D14; }
span { border-color: rgb(190,61,20); }
td.TdClassName
{
border-color: #BE3D14;
}
.TagClassName
{
border-color: #BE3D14;
}
</style>