Shades of Rust #BE4D08
Tints of Rust #BE4D08
RGB
CMYK
RGB Variations
Color information
#BE4D08 (or 0xBE4D08) is known color: Rust. HEX triplet: BE, 4D and 08. RGB value is (190,77,8). Sum of RGB (Red+Green+Blue) = 190+77+8=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE4D08 is #41B2F7. Grayscale: #676767. Windows color (decimal): -4305656 or 544190. OLE color: 544190.
HSL color Cylindrical-coordinate representation of color #BE4D08: hue angle of 22.75º 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 #BE4D08 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.25 |
| HSL | 22.75º | 0.92% | 0.39% | - |
| HSV(B) | 22.75º | 0.96% | 0.75% | - |
| XYZ | 23.93 | 16.27 | 2.11 | - |
| YUV | 102.92 | 74.44 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 8 | 0 | 0.59 | 0.96 | 0.25 | 22.75 | 0.92 | 0.39 |
| Hex | BE | 4D | 8 | 0 | 3B | 60 | 19 | 17 | 5C | 27 |
| Octal | 276 | 115 | 10 | 0 | 73 | 140 | 31 | 27 | 134 | 47 |
| Binary | 10111110 | 1001101 | 1000 | 0 | 111011 | 1100000 | 11001 | 10111 | 1011100 | 100111 |
Color Harmonies of #BE4D08
Complementary color
Monochromatic Colors of #BE4D08
Black with #BE4D08
Text Example
Text Example
White with #BE4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D08; }
p { color: rgb(190,77,8); }
H1.HeaderClassName
{
color: #BE4D08;
}
.AnyTagClassName
{
color: #BE4D08;
}
</style>
background-color css
<style>
a { background-color: #BE4D08; }
a { background-color: rgb(190,77,8); }
div.DivClassName
{
background-color: #BE4D08;
}
.BgClassName
{
background-color: #BE4D08;
}
</style>
border-color css
<style>
span { border-color: #BE4D08; }
span { border-color: rgb(190,77,8); }
td.TdClassName
{
border-color: #BE4D08;
}
.TagClassName
{
border-color: #BE4D08;
}
</style>