Shades of Rust #BD5616
Tints of Rust #BD5616
RGB
CMYK
RGB Variations
Color information
#BD5616 (or 0xBD5616) is known color: Rust. HEX triplet: BD, 56 and 16. RGB value is (189,86,22). Sum of RGB (Red+Green+Blue) = 189+86+22=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5616 is #42A9E9. Grayscale: #6D6D6D. Windows color (decimal): -4368874 or 1463997. OLE color: 1463997.
HSL color Cylindrical-coordinate representation of color #BD5616: hue angle of 22.99º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD5616 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 22 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.26 |
| HSL | 22.99º | 0.79% | 0.41% | - |
| HSV(B) | 22.99º | 0.88% | 0.74% | - |
| XYZ | 24.46 | 17.53 | 2.85 | - |
| YUV | 109.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 22 | 0 | 0.54 | 0.88 | 0.26 | 22.99 | 0.79 | 0.41 |
| Hex | BD | 56 | 16 | 0 | 36 | 58 | 1A | 17 | 4F | 29 |
| Octal | 275 | 126 | 26 | 0 | 66 | 130 | 32 | 27 | 117 | 51 |
| Binary | 10111101 | 1010110 | 10110 | 0 | 110110 | 1011000 | 11010 | 10111 | 1001111 | 101001 |
Color Harmonies of #BD5616
Complementary color
Monochromatic Colors of #BD5616
Black with #BD5616
Text Example
Text Example
White with #BD5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5616; }
p { color: rgb(189,86,22); }
H1.HeaderClassName
{
color: #BD5616;
}
.AnyTagClassName
{
color: #BD5616;
}
</style>
background-color css
<style>
a { background-color: #BD5616; }
a { background-color: rgb(189,86,22); }
div.DivClassName
{
background-color: #BD5616;
}
.BgClassName
{
background-color: #BD5616;
}
</style>
border-color css
<style>
span { border-color: #BD5616; }
span { border-color: rgb(189,86,22); }
td.TdClassName
{
border-color: #BD5616;
}
.TagClassName
{
border-color: #BD5616;
}
</style>