Shades of Rust #BE521A
Tints of Rust #BE521A
RGB
CMYK
RGB Variations
Color information
#BE521A (or 0xBE521A) is known color: Rust. HEX triplet: BE, 52 and 1A. RGB value is (190,82,26). Sum of RGB (Red+Green+Blue) = 190+82+26=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE521A is #41ADE5. Grayscale: #6C6C6C. Windows color (decimal): -4304358 or 1725118. OLE color: 1725118.
HSL color Cylindrical-coordinate representation of color #BE521A: hue angle of 20.49º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE521A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 26 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.25 |
| HSL | 20.49º | 0.76% | 0.42% | - |
| HSV(B) | 20.49º | 0.86% | 0.75% | - |
| XYZ | 24.44 | 17.06 | 2.98 | - |
| YUV | 107.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 26 | 0 | 0.57 | 0.86 | 0.25 | 20.49 | 0.76 | 0.42 |
| Hex | BE | 52 | 1A | 0 | 39 | 56 | 19 | 14 | 4C | 2A |
| Octal | 276 | 122 | 32 | 0 | 71 | 126 | 31 | 24 | 114 | 52 |
| Binary | 10111110 | 1010010 | 11010 | 0 | 111001 | 1010110 | 11001 | 10100 | 1001100 | 101010 |
Color Harmonies of #BE521A
Complementary color
Monochromatic Colors of #BE521A
Black with #BE521A
Text Example
Text Example
White with #BE521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE521A; }
p { color: rgb(190,82,26); }
H1.HeaderClassName
{
color: #BE521A;
}
.AnyTagClassName
{
color: #BE521A;
}
</style>
background-color css
<style>
a { background-color: #BE521A; }
a { background-color: rgb(190,82,26); }
div.DivClassName
{
background-color: #BE521A;
}
.BgClassName
{
background-color: #BE521A;
}
</style>
border-color css
<style>
span { border-color: #BE521A; }
span { border-color: rgb(190,82,26); }
td.TdClassName
{
border-color: #BE521A;
}
.TagClassName
{
border-color: #BE521A;
}
</style>