Shades of Rust #BD5416
Tints of Rust #BD5416
RGB
CMYK
RGB Variations
Color information
#BD5416 (or 0xBD5416) is known color: Rust. HEX triplet: BD, 54 and 16. RGB value is (189,84,22). Sum of RGB (Red+Green+Blue) = 189+84+22=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5416 is #42ABE9. Grayscale: #6C6C6C. Windows color (decimal): -4369386 or 1463485. OLE color: 1463485.
HSL color Cylindrical-coordinate representation of color #BD5416: hue angle of 22.28º 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 #BD5416 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 22 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.26 |
| HSL | 22.28º | 0.79% | 0.41% | - |
| HSV(B) | 22.28º | 0.88% | 0.74% | - |
| XYZ | 24.3 | 17.22 | 2.8 | - |
| YUV | 108.33 | 79.29 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 22 | 0 | 0.56 | 0.88 | 0.26 | 22.28 | 0.79 | 0.41 |
| Hex | BD | 54 | 16 | 0 | 38 | 58 | 1A | 16 | 4F | 29 |
| Octal | 275 | 124 | 26 | 0 | 70 | 130 | 32 | 26 | 117 | 51 |
| Binary | 10111101 | 1010100 | 10110 | 0 | 111000 | 1011000 | 11010 | 10110 | 1001111 | 101001 |
Color Harmonies of #BD5416
Complementary color
Monochromatic Colors of #BD5416
Black with #BD5416
Text Example
Text Example
White with #BD5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5416; }
p { color: rgb(189,84,22); }
H1.HeaderClassName
{
color: #BD5416;
}
.AnyTagClassName
{
color: #BD5416;
}
</style>
background-color css
<style>
a { background-color: #BD5416; }
a { background-color: rgb(189,84,22); }
div.DivClassName
{
background-color: #BD5416;
}
.BgClassName
{
background-color: #BD5416;
}
</style>
border-color css
<style>
span { border-color: #BD5416; }
span { border-color: rgb(189,84,22); }
td.TdClassName
{
border-color: #BD5416;
}
.TagClassName
{
border-color: #BD5416;
}
</style>