Shades of Rust #BD5016
Tints of Rust #BD5016
RGB
CMYK
RGB Variations
Color information
#BD5016 (or 0xBD5016) is known color: Rust. HEX triplet: BD, 50 and 16. RGB value is (189,80,22). Sum of RGB (Red+Green+Blue) = 189+80+22=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5016 is #42AFE9. Grayscale: #6A6A6A. Windows color (decimal): -4370410 or 1462461. OLE color: 1462461.
HSL color Cylindrical-coordinate representation of color #BD5016: hue angle of 20.84º 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 #BD5016 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 22 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.26 |
| HSL | 20.84º | 0.79% | 0.41% | - |
| HSV(B) | 20.84º | 0.88% | 0.74% | - |
| XYZ | 24 | 16.61 | 2.7 | - |
| YUV | 105.98 | 80.61 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 22 | 0 | 0.58 | 0.88 | 0.26 | 20.84 | 0.79 | 0.41 |
| Hex | BD | 50 | 16 | 0 | 3A | 58 | 1A | 15 | 4F | 29 |
| Octal | 275 | 120 | 26 | 0 | 72 | 130 | 32 | 25 | 117 | 51 |
| Binary | 10111101 | 1010000 | 10110 | 0 | 111010 | 1011000 | 11010 | 10101 | 1001111 | 101001 |
Color Harmonies of #BD5016
Complementary color
Monochromatic Colors of #BD5016
Black with #BD5016
Text Example
Text Example
White with #BD5016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5016; }
p { color: rgb(189,80,22); }
H1.HeaderClassName
{
color: #BD5016;
}
.AnyTagClassName
{
color: #BD5016;
}
</style>
background-color css
<style>
a { background-color: #BD5016; }
a { background-color: rgb(189,80,22); }
div.DivClassName
{
background-color: #BD5016;
}
.BgClassName
{
background-color: #BD5016;
}
</style>
border-color css
<style>
span { border-color: #BD5016; }
span { border-color: rgb(189,80,22); }
td.TdClassName
{
border-color: #BD5016;
}
.TagClassName
{
border-color: #BD5016;
}
</style>