Shades of Rust #BE400B
Tints of Rust #BE400B
RGB
CMYK
RGB Variations
Color information
#BE400B (or 0xBE400B) is known color: Rust. HEX triplet: BE, 40 and 0B. RGB value is (190,64,11). Sum of RGB (Red+Green+Blue) = 190+64+11=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE400B is #41BFF4. Grayscale: #5F5F5F. Windows color (decimal): -4308981 or 737470. OLE color: 737470.
HSL color Cylindrical-coordinate representation of color #BE400B: hue angle of 17.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE400B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.25 |
| HSL | 17.77º | 0.89% | 0.39% | - |
| HSV(B) | 17.77º | 0.94% | 0.75% | - |
| XYZ | 23.13 | 14.64 | 1.92 | - |
| YUV | 95.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 11 | 0 | 0.66 | 0.94 | 0.25 | 17.77 | 0.89 | 0.39 |
| Hex | BE | 40 | B | 0 | 42 | 5E | 19 | 12 | 59 | 27 |
| Octal | 276 | 100 | 13 | 0 | 102 | 136 | 31 | 22 | 131 | 47 |
| Binary | 10111110 | 1000000 | 1011 | 0 | 1000010 | 1011110 | 11001 | 10010 | 1011001 | 100111 |
Color Harmonies of #BE400B
Complementary color
Monochromatic Colors of #BE400B
Black with #BE400B
Text Example
Text Example
White with #BE400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE400B; }
p { color: rgb(190,64,11); }
H1.HeaderClassName
{
color: #BE400B;
}
.AnyTagClassName
{
color: #BE400B;
}
</style>
background-color css
<style>
a { background-color: #BE400B; }
a { background-color: rgb(190,64,11); }
div.DivClassName
{
background-color: #BE400B;
}
.BgClassName
{
background-color: #BE400B;
}
</style>
border-color css
<style>
span { border-color: #BE400B; }
span { border-color: rgb(190,64,11); }
td.TdClassName
{
border-color: #BE400B;
}
.TagClassName
{
border-color: #BE400B;
}
</style>