Shades of Rust #BE400C
Tints of Rust #BE400C
RGB
CMYK
RGB Variations
Color information
#BE400C (or 0xBE400C) is known color: Rust. HEX triplet: BE, 40 and 0C. RGB value is (190,64,12). Sum of RGB (Red+Green+Blue) = 190+64+12=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE400C is #41BFF3. Grayscale: #606060. Windows color (decimal): -4308980 or 803006. OLE color: 803006.
HSL color Cylindrical-coordinate representation of color #BE400C: hue angle of 17.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE400C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.25 |
| HSL | 17.53º | 0.88% | 0.4% | - |
| HSV(B) | 17.53º | 0.94% | 0.75% | - |
| XYZ | 23.13 | 14.64 | 1.95 | - |
| YUV | 95.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 12 | 0 | 0.66 | 0.94 | 0.25 | 17.53 | 0.88 | 0.4 |
| Hex | BE | 40 | C | 0 | 42 | 5E | 19 | 12 | 58 | 28 |
| Octal | 276 | 100 | 14 | 0 | 102 | 136 | 31 | 22 | 130 | 50 |
| Binary | 10111110 | 1000000 | 1100 | 0 | 1000010 | 1011110 | 11001 | 10010 | 1011000 | 101000 |
Color Harmonies of #BE400C
Complementary color
Monochromatic Colors of #BE400C
Black with #BE400C
Text Example
Text Example
White with #BE400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE400C; }
p { color: rgb(190,64,12); }
H1.HeaderClassName
{
color: #BE400C;
}
.AnyTagClassName
{
color: #BE400C;
}
</style>
background-color css
<style>
a { background-color: #BE400C; }
a { background-color: rgb(190,64,12); }
div.DivClassName
{
background-color: #BE400C;
}
.BgClassName
{
background-color: #BE400C;
}
</style>
border-color css
<style>
span { border-color: #BE400C; }
span { border-color: rgb(190,64,12); }
td.TdClassName
{
border-color: #BE400C;
}
.TagClassName
{
border-color: #BE400C;
}
</style>