Shades of Rust #BE4A08
Tints of Rust #BE4A08
RGB
CMYK
RGB Variations
Color information
#BE4A08 (or 0xBE4A08) is known color: Rust. HEX triplet: BE, 4A and 08. RGB value is (190,74,8). Sum of RGB (Red+Green+Blue) = 190+74+8=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4A08 is #41B5F7. Grayscale: #656565. Windows color (decimal): -4306424 or 543422. OLE color: 543422.
HSL color Cylindrical-coordinate representation of color #BE4A08: hue angle of 21.76º 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 #BE4A08 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 8 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.25 |
| HSL | 21.76º | 0.92% | 0.39% | - |
| HSV(B) | 21.76º | 0.96% | 0.75% | - |
| XYZ | 23.73 | 15.86 | 2.04 | - |
| YUV | 101.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 8 | 0 | 0.61 | 0.96 | 0.25 | 21.76 | 0.92 | 0.39 |
| Hex | BE | 4A | 8 | 0 | 3D | 60 | 19 | 16 | 5C | 27 |
| Octal | 276 | 112 | 10 | 0 | 75 | 140 | 31 | 26 | 134 | 47 |
| Binary | 10111110 | 1001010 | 1000 | 0 | 111101 | 1100000 | 11001 | 10110 | 1011100 | 100111 |
Color Harmonies of #BE4A08
Complementary color
Monochromatic Colors of #BE4A08
Black with #BE4A08
Text Example
Text Example
White with #BE4A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A08; }
p { color: rgb(190,74,8); }
H1.HeaderClassName
{
color: #BE4A08;
}
.AnyTagClassName
{
color: #BE4A08;
}
</style>
background-color css
<style>
a { background-color: #BE4A08; }
a { background-color: rgb(190,74,8); }
div.DivClassName
{
background-color: #BE4A08;
}
.BgClassName
{
background-color: #BE4A08;
}
</style>
border-color css
<style>
span { border-color: #BE4A08; }
span { border-color: rgb(190,74,8); }
td.TdClassName
{
border-color: #BE4A08;
}
.TagClassName
{
border-color: #BE4A08;
}
</style>