Shades of Rust #BE530E
Tints of Rust #BE530E
RGB
CMYK
RGB Variations
Color information
#BE530E (or 0xBE530E) is known color: Rust. HEX triplet: BE, 53 and 0E. RGB value is (190,83,14). Sum of RGB (Red+Green+Blue) = 190+83+14=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE530E is #41ACF1. Grayscale: #6B6B6B. Windows color (decimal): -4304114 or 938942. OLE color: 938942.
HSL color Cylindrical-coordinate representation of color #BE530E: hue angle of 23.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE530E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.25 |
| HSL | 23.52º | 0.86% | 0.4% | - |
| HSV(B) | 23.52º | 0.93% | 0.75% | - |
| XYZ | 24.41 | 17.17 | 2.44 | - |
| YUV | 107.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 14 | 0 | 0.56 | 0.93 | 0.25 | 23.52 | 0.86 | 0.4 |
| Hex | BE | 53 | E | 0 | 38 | 5D | 19 | 18 | 56 | 28 |
| Octal | 276 | 123 | 16 | 0 | 70 | 135 | 31 | 30 | 126 | 50 |
| Binary | 10111110 | 1010011 | 1110 | 0 | 111000 | 1011101 | 11001 | 11000 | 1010110 | 101000 |
Color Harmonies of #BE530E
Complementary color
Monochromatic Colors of #BE530E
Black with #BE530E
Text Example
Text Example
White with #BE530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE530E; }
p { color: rgb(190,83,14); }
H1.HeaderClassName
{
color: #BE530E;
}
.AnyTagClassName
{
color: #BE530E;
}
</style>
background-color css
<style>
a { background-color: #BE530E; }
a { background-color: rgb(190,83,14); }
div.DivClassName
{
background-color: #BE530E;
}
.BgClassName
{
background-color: #BE530E;
}
</style>
border-color css
<style>
span { border-color: #BE530E; }
span { border-color: rgb(190,83,14); }
td.TdClassName
{
border-color: #BE530E;
}
.TagClassName
{
border-color: #BE530E;
}
</style>