Shades of Rust #BE3F16
Tints of Rust #BE3F16
RGB
CMYK
RGB Variations
Color information
#BE3F16 (or 0xBE3F16) is known color: Rust. HEX triplet: BE, 3F and 16. RGB value is (190,63,22). Sum of RGB (Red+Green+Blue) = 190+63+22=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F16 is #41C0E9. Grayscale: #606060. Windows color (decimal): -4309226 or 1458110. OLE color: 1458110.
HSL color Cylindrical-coordinate representation of color #BE3F16: hue angle of 14.64º 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 #BE3F16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 22 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.25 |
| HSL | 14.64º | 0.79% | 0.42% | - |
| HSV(B) | 14.64º | 0.88% | 0.75% | - |
| XYZ | 23.16 | 14.56 | 2.35 | - |
| YUV | 96.3 | 86.08 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 22 | 0 | 0.67 | 0.88 | 0.25 | 14.64 | 0.79 | 0.42 |
| Hex | BE | 3F | 16 | 0 | 43 | 58 | 19 | F | 4F | 2A |
| Octal | 276 | 77 | 26 | 0 | 103 | 130 | 31 | 17 | 117 | 52 |
| Binary | 10111110 | 111111 | 10110 | 0 | 1000011 | 1011000 | 11001 | 1111 | 1001111 | 101010 |
Color Harmonies of #BE3F16
Complementary color
Monochromatic Colors of #BE3F16
Black with #BE3F16
Text Example
Text Example
White with #BE3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F16; }
p { color: rgb(190,63,22); }
H1.HeaderClassName
{
color: #BE3F16;
}
.AnyTagClassName
{
color: #BE3F16;
}
</style>
background-color css
<style>
a { background-color: #BE3F16; }
a { background-color: rgb(190,63,22); }
div.DivClassName
{
background-color: #BE3F16;
}
.BgClassName
{
background-color: #BE3F16;
}
</style>
border-color css
<style>
span { border-color: #BE3F16; }
span { border-color: rgb(190,63,22); }
td.TdClassName
{
border-color: #BE3F16;
}
.TagClassName
{
border-color: #BE3F16;
}
</style>