Shades of Rust #BE4C0A
Tints of Rust #BE4C0A
RGB
CMYK
RGB Variations
Color information
#BE4C0A (or 0xBE4C0A) is known color: Rust. HEX triplet: BE, 4C and 0A. RGB value is (190,76,10). Sum of RGB (Red+Green+Blue) = 190+76+10=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C0A is #41B3F5. Grayscale: #666666. Windows color (decimal): -4305910 or 675006. OLE color: 675006.
HSL color Cylindrical-coordinate representation of color #BE4C0A: hue angle of 22º degrees, saturation: 0.9, 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 #BE4C0A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.25 |
| HSL | 22º | 0.9% | 0.39% | - |
| HSV(B) | 22º | 0.95% | 0.75% | - |
| XYZ | 23.87 | 16.14 | 2.14 | - |
| YUV | 102.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 10 | 0 | 0.60 | 0.95 | 0.25 | 22 | 0.9 | 0.39 |
| Hex | BE | 4C | A | 0 | 3C | 5F | 19 | 16 | 5A | 27 |
| Octal | 276 | 114 | 12 | 0 | 74 | 137 | 31 | 26 | 132 | 47 |
| Binary | 10111110 | 1001100 | 1010 | 0 | 111100 | 1011111 | 11001 | 10110 | 1011010 | 100111 |
Color Harmonies of #BE4C0A
Complementary color
Monochromatic Colors of #BE4C0A
Black with #BE4C0A
Text Example
Text Example
White with #BE4C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C0A; }
p { color: rgb(190,76,10); }
H1.HeaderClassName
{
color: #BE4C0A;
}
.AnyTagClassName
{
color: #BE4C0A;
}
</style>
background-color css
<style>
a { background-color: #BE4C0A; }
a { background-color: rgb(190,76,10); }
div.DivClassName
{
background-color: #BE4C0A;
}
.BgClassName
{
background-color: #BE4C0A;
}
</style>
border-color css
<style>
span { border-color: #BE4C0A; }
span { border-color: rgb(190,76,10); }
td.TdClassName
{
border-color: #BE4C0A;
}
.TagClassName
{
border-color: #BE4C0A;
}
</style>