Shades of Rust #BD5210
Tints of Rust #BD5210
RGB
CMYK
RGB Variations
Color information
#BD5210 (or 0xBD5210) is known color: Rust. HEX triplet: BD, 52 and 10. RGB value is (189,82,16). Sum of RGB (Red+Green+Blue) = 189+82+16=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5210 is #42ADEF. Grayscale: #6A6A6A. Windows color (decimal): -4369904 or 1069757. OLE color: 1069757.
HSL color Cylindrical-coordinate representation of color #BD5210: hue angle of 22.89º degrees, saturation: 0.84, 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 #BD5210 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 16 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.26 |
| HSL | 22.89º | 0.84% | 0.4% | - |
| HSV(B) | 22.89º | 0.92% | 0.74% | - |
| XYZ | 24.1 | 16.89 | 2.48 | - |
| YUV | 106.47 | 76.95 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 16 | 0 | 0.57 | 0.92 | 0.26 | 22.89 | 0.84 | 0.4 |
| Hex | BD | 52 | 10 | 0 | 39 | 5C | 1A | 17 | 54 | 28 |
| Octal | 275 | 122 | 20 | 0 | 71 | 134 | 32 | 27 | 124 | 50 |
| Binary | 10111101 | 1010010 | 10000 | 0 | 111001 | 1011100 | 11010 | 10111 | 1010100 | 101000 |
Color Harmonies of #BD5210
Complementary color
Monochromatic Colors of #BD5210
Black with #BD5210
Text Example
Text Example
White with #BD5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5210; }
p { color: rgb(189,82,16); }
H1.HeaderClassName
{
color: #BD5210;
}
.AnyTagClassName
{
color: #BD5210;
}
</style>
background-color css
<style>
a { background-color: #BD5210; }
a { background-color: rgb(189,82,16); }
div.DivClassName
{
background-color: #BD5210;
}
.BgClassName
{
background-color: #BD5210;
}
</style>
border-color css
<style>
span { border-color: #BD5210; }
span { border-color: rgb(189,82,16); }
td.TdClassName
{
border-color: #BD5210;
}
.TagClassName
{
border-color: #BD5210;
}
</style>