Shades of Rust #BE4E08
Tints of Rust #BE4E08
RGB
CMYK
RGB Variations
Color information
#BE4E08 (or 0xBE4E08) is known color: Rust. HEX triplet: BE, 4E and 08. RGB value is (190,78,8). Sum of RGB (Red+Green+Blue) = 190+78+8=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4E08 is #41B1F7. Grayscale: #676767. Windows color (decimal): -4305400 or 544446. OLE color: 544446.
HSL color Cylindrical-coordinate representation of color #BE4E08: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE4E08 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.25 |
| HSL | 23.08º | 0.92% | 0.39% | - |
| HSV(B) | 23.08º | 0.96% | 0.75% | - |
| XYZ | 24 | 16.41 | 2.13 | - |
| YUV | 103.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 8 | 0 | 0.59 | 0.96 | 0.25 | 23.08 | 0.92 | 0.39 |
| Hex | BE | 4E | 8 | 0 | 3B | 60 | 19 | 17 | 5C | 27 |
| Octal | 276 | 116 | 10 | 0 | 73 | 140 | 31 | 27 | 134 | 47 |
| Binary | 10111110 | 1001110 | 1000 | 0 | 111011 | 1100000 | 11001 | 10111 | 1011100 | 100111 |
Color Harmonies of #BE4E08
Complementary color
Monochromatic Colors of #BE4E08
Black with #BE4E08
Text Example
Text Example
White with #BE4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E08; }
p { color: rgb(190,78,8); }
H1.HeaderClassName
{
color: #BE4E08;
}
.AnyTagClassName
{
color: #BE4E08;
}
</style>
background-color css
<style>
a { background-color: #BE4E08; }
a { background-color: rgb(190,78,8); }
div.DivClassName
{
background-color: #BE4E08;
}
.BgClassName
{
background-color: #BE4E08;
}
</style>
border-color css
<style>
span { border-color: #BE4E08; }
span { border-color: rgb(190,78,8); }
td.TdClassName
{
border-color: #BE4E08;
}
.TagClassName
{
border-color: #BE4E08;
}
</style>