Shades of Rust #BD510F
Tints of Rust #BD510F
RGB
CMYK
RGB Variations
Color information
#BD510F (or 0xBD510F) is known color: Rust. HEX triplet: BD, 51 and 0F. RGB value is (189,81,15). Sum of RGB (Red+Green+Blue) = 189+81+15=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD510F is #42AEF0. Grayscale: #6A6A6A. Windows color (decimal): -4370161 or 1003965. OLE color: 1003965.
HSL color Cylindrical-coordinate representation of color #BD510F: hue angle of 22.76º 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 #BD510F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.26 |
| HSL | 22.76º | 0.85% | 0.4% | - |
| HSV(B) | 22.76º | 0.92% | 0.74% | - |
| XYZ | 24.01 | 16.74 | 2.42 | - |
| YUV | 105.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 15 | 0 | 0.57 | 0.92 | 0.26 | 22.76 | 0.85 | 0.4 |
| Hex | BD | 51 | F | 0 | 39 | 5C | 1A | 17 | 55 | 28 |
| Octal | 275 | 121 | 17 | 0 | 71 | 134 | 32 | 27 | 125 | 50 |
| Binary | 10111101 | 1010001 | 1111 | 0 | 111001 | 1011100 | 11010 | 10111 | 1010101 | 101000 |
Color Harmonies of #BD510F
Complementary color
Monochromatic Colors of #BD510F
Black with #BD510F
Text Example
Text Example
White with #BD510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD510F; }
p { color: rgb(189,81,15); }
H1.HeaderClassName
{
color: #BD510F;
}
.AnyTagClassName
{
color: #BD510F;
}
</style>
background-color css
<style>
a { background-color: #BD510F; }
a { background-color: rgb(189,81,15); }
div.DivClassName
{
background-color: #BD510F;
}
.BgClassName
{
background-color: #BD510F;
}
</style>
border-color css
<style>
span { border-color: #BD510F; }
span { border-color: rgb(189,81,15); }
td.TdClassName
{
border-color: #BD510F;
}
.TagClassName
{
border-color: #BD510F;
}
</style>