Shades of Rust #BD520E
Tints of Rust #BD520E
RGB
CMYK
RGB Variations
Color information
#BD520E (or 0xBD520E) is known color: Rust. HEX triplet: BD, 52 and 0E. RGB value is (189,82,14). Sum of RGB (Red+Green+Blue) = 189+82+14=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD520E is #42ADF1. Grayscale: #6A6A6A. Windows color (decimal): -4369906 or 938685. OLE color: 938685.
HSL color Cylindrical-coordinate representation of color #BD520E: hue angle of 23.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD520E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.26 |
| HSL | 23.31º | 0.86% | 0.4% | - |
| HSV(B) | 23.31º | 0.93% | 0.74% | - |
| XYZ | 24.08 | 16.89 | 2.41 | - |
| YUV | 106.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 14 | 0 | 0.57 | 0.93 | 0.26 | 23.31 | 0.86 | 0.4 |
| Hex | BD | 52 | E | 0 | 39 | 5D | 1A | 17 | 56 | 28 |
| Octal | 275 | 122 | 16 | 0 | 71 | 135 | 32 | 27 | 126 | 50 |
| Binary | 10111101 | 1010010 | 1110 | 0 | 111001 | 1011101 | 11010 | 10111 | 1010110 | 101000 |
Color Harmonies of #BD520E
Complementary color
Monochromatic Colors of #BD520E
Black with #BD520E
Text Example
Text Example
White with #BD520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD520E; }
p { color: rgb(189,82,14); }
H1.HeaderClassName
{
color: #BD520E;
}
.AnyTagClassName
{
color: #BD520E;
}
</style>
background-color css
<style>
a { background-color: #BD520E; }
a { background-color: rgb(189,82,14); }
div.DivClassName
{
background-color: #BD520E;
}
.BgClassName
{
background-color: #BD520E;
}
</style>
border-color css
<style>
span { border-color: #BD520E; }
span { border-color: rgb(189,82,14); }
td.TdClassName
{
border-color: #BD520E;
}
.TagClassName
{
border-color: #BD520E;
}
</style>