Shades of Rust #BE410E
Tints of Rust #BE410E
RGB
CMYK
RGB Variations
Color information
#BE410E (or 0xBE410E) is known color: Rust. HEX triplet: BE, 41 and 0E. RGB value is (190,65,14). Sum of RGB (Red+Green+Blue) = 190+65+14=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE410E is #41BEF1. Grayscale: #606060. Windows color (decimal): -4308722 or 934334. OLE color: 934334.
HSL color Cylindrical-coordinate representation of color #BE410E: hue angle of 17.39º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE410E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.25 |
| HSL | 17.39º | 0.86% | 0.4% | - |
| HSV(B) | 17.39º | 0.93% | 0.75% | - |
| XYZ | 23.2 | 14.76 | 2.04 | - |
| YUV | 96.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 14 | 0 | 0.66 | 0.93 | 0.25 | 17.39 | 0.86 | 0.4 |
| Hex | BE | 41 | E | 0 | 42 | 5D | 19 | 11 | 56 | 28 |
| Octal | 276 | 101 | 16 | 0 | 102 | 135 | 31 | 21 | 126 | 50 |
| Binary | 10111110 | 1000001 | 1110 | 0 | 1000010 | 1011101 | 11001 | 10001 | 1010110 | 101000 |
Color Harmonies of #BE410E
Complementary color
Monochromatic Colors of #BE410E
Black with #BE410E
Text Example
Text Example
White with #BE410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE410E; }
p { color: rgb(190,65,14); }
H1.HeaderClassName
{
color: #BE410E;
}
.AnyTagClassName
{
color: #BE410E;
}
</style>
background-color css
<style>
a { background-color: #BE410E; }
a { background-color: rgb(190,65,14); }
div.DivClassName
{
background-color: #BE410E;
}
.BgClassName
{
background-color: #BE410E;
}
</style>
border-color css
<style>
span { border-color: #BE410E; }
span { border-color: rgb(190,65,14); }
td.TdClassName
{
border-color: #BE410E;
}
.TagClassName
{
border-color: #BE410E;
}
</style>