Shades of Rust #BD520F
Tints of Rust #BD520F
RGB
CMYK
RGB Variations
Color information
#BD520F (or 0xBD520F) is known color: Rust. HEX triplet: BD, 52 and 0F. RGB value is (189,82,15). Sum of RGB (Red+Green+Blue) = 189+82+15=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD520F is #42ADF0. Grayscale: #6A6A6A. Windows color (decimal): -4369905 or 1004221. OLE color: 1004221.
HSL color Cylindrical-coordinate representation of color #BD520F: hue angle of 23.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD520F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.26 |
| HSL | 23.1º | 0.85% | 0.4% | - |
| HSV(B) | 23.1º | 0.92% | 0.74% | - |
| XYZ | 24.09 | 16.89 | 2.44 | - |
| YUV | 106.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 15 | 0 | 0.57 | 0.92 | 0.26 | 23.1 | 0.85 | 0.4 |
| Hex | BD | 52 | F | 0 | 39 | 5C | 1A | 17 | 55 | 28 |
| Octal | 275 | 122 | 17 | 0 | 71 | 134 | 32 | 27 | 125 | 50 |
| Binary | 10111101 | 1010010 | 1111 | 0 | 111001 | 1011100 | 11010 | 10111 | 1010101 | 101000 |
Color Harmonies of #BD520F
Complementary color
Monochromatic Colors of #BD520F
Black with #BD520F
Text Example
Text Example
White with #BD520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD520F; }
p { color: rgb(189,82,15); }
H1.HeaderClassName
{
color: #BD520F;
}
.AnyTagClassName
{
color: #BD520F;
}
</style>
background-color css
<style>
a { background-color: #BD520F; }
a { background-color: rgb(189,82,15); }
div.DivClassName
{
background-color: #BD520F;
}
.BgClassName
{
background-color: #BD520F;
}
</style>
border-color css
<style>
span { border-color: #BD520F; }
span { border-color: rgb(189,82,15); }
td.TdClassName
{
border-color: #BD520F;
}
.TagClassName
{
border-color: #BD520F;
}
</style>