Shades of Rust #BD500F
Tints of Rust #BD500F
RGB
CMYK
RGB Variations
Color information
#BD500F (or 0xBD500F) is known color: Rust. HEX triplet: BD, 50 and 0F. RGB value is (189,80,15). Sum of RGB (Red+Green+Blue) = 189+80+15=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD500F is #42AFF0. Grayscale: #696969. Windows color (decimal): -4370417 or 1003709. OLE color: 1003709.
HSL color Cylindrical-coordinate representation of color #BD500F: hue angle of 22.41º 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 #BD500F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 15 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.26 |
| HSL | 22.41º | 0.85% | 0.4% | - |
| HSV(B) | 22.41º | 0.92% | 0.74% | - |
| XYZ | 23.94 | 16.59 | 2.39 | - |
| YUV | 105.18 | 77.11 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 15 | 0 | 0.58 | 0.92 | 0.26 | 22.41 | 0.85 | 0.4 |
| Hex | BD | 50 | F | 0 | 3A | 5C | 1A | 16 | 55 | 28 |
| Octal | 275 | 120 | 17 | 0 | 72 | 134 | 32 | 26 | 125 | 50 |
| Binary | 10111101 | 1010000 | 1111 | 0 | 111010 | 1011100 | 11010 | 10110 | 1010101 | 101000 |
Color Harmonies of #BD500F
Complementary color
Monochromatic Colors of #BD500F
Black with #BD500F
Text Example
Text Example
White with #BD500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD500F; }
p { color: rgb(189,80,15); }
H1.HeaderClassName
{
color: #BD500F;
}
.AnyTagClassName
{
color: #BD500F;
}
</style>
background-color css
<style>
a { background-color: #BD500F; }
a { background-color: rgb(189,80,15); }
div.DivClassName
{
background-color: #BD500F;
}
.BgClassName
{
background-color: #BD500F;
}
</style>
border-color css
<style>
span { border-color: #BD500F; }
span { border-color: rgb(189,80,15); }
td.TdClassName
{
border-color: #BD500F;
}
.TagClassName
{
border-color: #BD500F;
}
</style>