Shades of Rust #BE401C
Tints of Rust #BE401C
RGB
CMYK
RGB Variations
Color information
#BE401C (or 0xBE401C) is known color: Rust. HEX triplet: BE, 40 and 1C. RGB value is (190,64,28). Sum of RGB (Red+Green+Blue) = 190+64+28=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE401C is #41BFE3. Grayscale: #616161. Windows color (decimal): -4308964 or 1851582. OLE color: 1851582.
HSL color Cylindrical-coordinate representation of color #BE401C: hue angle of 13.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE401C is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 28 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.25 |
| HSL | 13.33º | 0.74% | 0.43% | - |
| HSV(B) | 13.33º | 0.85% | 0.75% | - |
| XYZ | 23.28 | 14.7 | 2.71 | - |
| YUV | 97.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 28 | 0 | 0.66 | 0.85 | 0.25 | 13.33 | 0.74 | 0.43 |
| Hex | BE | 40 | 1C | 0 | 42 | 55 | 19 | D | 4A | 2B |
| Octal | 276 | 100 | 34 | 0 | 102 | 125 | 31 | 15 | 112 | 53 |
| Binary | 10111110 | 1000000 | 11100 | 0 | 1000010 | 1010101 | 11001 | 1101 | 1001010 | 101011 |
Color Harmonies of #BE401C
Complementary color
Monochromatic Colors of #BE401C
Black with #BE401C
Text Example
Text Example
White with #BE401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE401C; }
p { color: rgb(190,64,28); }
H1.HeaderClassName
{
color: #BE401C;
}
.AnyTagClassName
{
color: #BE401C;
}
</style>
background-color css
<style>
a { background-color: #BE401C; }
a { background-color: rgb(190,64,28); }
div.DivClassName
{
background-color: #BE401C;
}
.BgClassName
{
background-color: #BE401C;
}
</style>
border-color css
<style>
span { border-color: #BE401C; }
span { border-color: rgb(190,64,28); }
td.TdClassName
{
border-color: #BE401C;
}
.TagClassName
{
border-color: #BE401C;
}
</style>