Shades of Rust #BE3D16
Tints of Rust #BE3D16
RGB
CMYK
RGB Variations
Color information
#BE3D16 (or 0xBE3D16) is known color: Rust. HEX triplet: BE, 3D and 16. RGB value is (190,61,22). Sum of RGB (Red+Green+Blue) = 190+61+22=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D16 is #41C2E9. Grayscale: #5F5F5F. Windows color (decimal): -4309738 or 1457598. OLE color: 1457598.
HSL color Cylindrical-coordinate representation of color #BE3D16: hue angle of 13.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE3D16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 22 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.25 |
| HSL | 13.93º | 0.79% | 0.42% | - |
| HSV(B) | 13.93º | 0.88% | 0.75% | - |
| XYZ | 23.05 | 14.34 | 2.31 | - |
| YUV | 95.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 22 | 0 | 0.68 | 0.88 | 0.25 | 13.93 | 0.79 | 0.42 |
| Hex | BE | 3D | 16 | 0 | 44 | 58 | 19 | E | 4F | 2A |
| Octal | 276 | 75 | 26 | 0 | 104 | 130 | 31 | 16 | 117 | 52 |
| Binary | 10111110 | 111101 | 10110 | 0 | 1000100 | 1011000 | 11001 | 1110 | 1001111 | 101010 |
Color Harmonies of #BE3D16
Complementary color
Monochromatic Colors of #BE3D16
Black with #BE3D16
Text Example
Text Example
White with #BE3D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D16; }
p { color: rgb(190,61,22); }
H1.HeaderClassName
{
color: #BE3D16;
}
.AnyTagClassName
{
color: #BE3D16;
}
</style>
background-color css
<style>
a { background-color: #BE3D16; }
a { background-color: rgb(190,61,22); }
div.DivClassName
{
background-color: #BE3D16;
}
.BgClassName
{
background-color: #BE3D16;
}
</style>
border-color css
<style>
span { border-color: #BE3D16; }
span { border-color: rgb(190,61,22); }
td.TdClassName
{
border-color: #BE3D16;
}
.TagClassName
{
border-color: #BE3D16;
}
</style>