Shades of Rust #BE4009
Tints of Rust #BE4009
RGB
CMYK
RGB Variations
Color information
#BE4009 (or 0xBE4009) is known color: Rust. HEX triplet: BE, 40 and 09. RGB value is (190,64,9). Sum of RGB (Red+Green+Blue) = 190+64+9=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4009 is #41BFF6. Grayscale: #5F5F5F. Windows color (decimal): -4308983 or 606398. OLE color: 606398.
HSL color Cylindrical-coordinate representation of color #BE4009: hue angle of 18.23º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE4009 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.25 |
| HSL | 18.23º | 0.91% | 0.39% | - |
| HSV(B) | 18.23º | 0.95% | 0.75% | - |
| XYZ | 23.12 | 14.63 | 1.86 | - |
| YUV | 95.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 9 | 0 | 0.66 | 0.95 | 0.25 | 18.23 | 0.91 | 0.39 |
| Hex | BE | 40 | 9 | 0 | 42 | 5F | 19 | 12 | 5B | 27 |
| Octal | 276 | 100 | 11 | 0 | 102 | 137 | 31 | 22 | 133 | 47 |
| Binary | 10111110 | 1000000 | 1001 | 0 | 1000010 | 1011111 | 11001 | 10010 | 1011011 | 100111 |
Color Harmonies of #BE4009
Complementary color
Monochromatic Colors of #BE4009
Black with #BE4009
Text Example
Text Example
White with #BE4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4009; }
p { color: rgb(190,64,9); }
H1.HeaderClassName
{
color: #BE4009;
}
.AnyTagClassName
{
color: #BE4009;
}
</style>
background-color css
<style>
a { background-color: #BE4009; }
a { background-color: rgb(190,64,9); }
div.DivClassName
{
background-color: #BE4009;
}
.BgClassName
{
background-color: #BE4009;
}
</style>
border-color css
<style>
span { border-color: #BE4009; }
span { border-color: rgb(190,64,9); }
td.TdClassName
{
border-color: #BE4009;
}
.TagClassName
{
border-color: #BE4009;
}
</style>