Shades of Rust #BE410D
Tints of Rust #BE410D
RGB
CMYK
RGB Variations
Color information
#BE410D (or 0xBE410D) is known color: Rust. HEX triplet: BE, 41 and 0D. RGB value is (190,65,13). Sum of RGB (Red+Green+Blue) = 190+65+13=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE410D is #41BEF2. Grayscale: #606060. Windows color (decimal): -4308723 or 868798. OLE color: 868798.
HSL color Cylindrical-coordinate representation of color #BE410D: hue angle of 17.63º degrees, saturation: 0.87, 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 #BE410D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 65 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.25 |
| HSL | 17.63º | 0.87% | 0.4% | - |
| HSV(B) | 17.63º | 0.93% | 0.75% | - |
| XYZ | 23.2 | 14.76 | 2.01 | - |
| YUV | 96.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 65 | 13 | 0 | 0.66 | 0.93 | 0.25 | 17.63 | 0.87 | 0.4 |
| Hex | BE | 41 | D | 0 | 42 | 5D | 19 | 12 | 57 | 28 |
| Octal | 276 | 101 | 15 | 0 | 102 | 135 | 31 | 22 | 127 | 50 |
| Binary | 10111110 | 1000001 | 1101 | 0 | 1000010 | 1011101 | 11001 | 10010 | 1010111 | 101000 |
Color Harmonies of #BE410D
Complementary color
Monochromatic Colors of #BE410D
Black with #BE410D
Text Example
Text Example
White with #BE410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE410D; }
p { color: rgb(190,65,13); }
H1.HeaderClassName
{
color: #BE410D;
}
.AnyTagClassName
{
color: #BE410D;
}
</style>
background-color css
<style>
a { background-color: #BE410D; }
a { background-color: rgb(190,65,13); }
div.DivClassName
{
background-color: #BE410D;
}
.BgClassName
{
background-color: #BE410D;
}
</style>
border-color css
<style>
span { border-color: #BE410D; }
span { border-color: rgb(190,65,13); }
td.TdClassName
{
border-color: #BE410D;
}
.TagClassName
{
border-color: #BE410D;
}
</style>