Shades of Rust #BF510F
Tints of Rust #BF510F
RGB
CMYK
RGB Variations
Color information
#BF510F (or 0xBF510F) is known color: Rust. HEX triplet: BF, 51 and 0F. RGB value is (191,81,15). Sum of RGB (Red+Green+Blue) = 191+81+15=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF510F is #40AEF0. Grayscale: #6A6A6A. Windows color (decimal): -4239089 or 1003967. OLE color: 1003967.
HSL color Cylindrical-coordinate representation of color #BF510F: hue angle of 22.5º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF510F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 15 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.25 |
| HSL | 22.5º | 0.85% | 0.4% | - |
| HSV(B) | 22.5º | 0.92% | 0.75% | - |
| XYZ | 24.51 | 17 | 2.44 | - |
| YUV | 106.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 15 | 0 | 0.58 | 0.92 | 0.25 | 22.5 | 0.85 | 0.4 |
| Hex | BF | 51 | F | 0 | 3A | 5C | 19 | 16 | 55 | 28 |
| Octal | 277 | 121 | 17 | 0 | 72 | 134 | 31 | 26 | 125 | 50 |
| Binary | 10111111 | 1010001 | 1111 | 0 | 111010 | 1011100 | 11001 | 10110 | 1010101 | 101000 |
Color Harmonies of #BF510F
Complementary color
Monochromatic Colors of #BF510F
Black with #BF510F
Text Example
Text Example
White with #BF510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF510F; }
p { color: rgb(191,81,15); }
H1.HeaderClassName
{
color: #BF510F;
}
.AnyTagClassName
{
color: #BF510F;
}
</style>
background-color css
<style>
a { background-color: #BF510F; }
a { background-color: rgb(191,81,15); }
div.DivClassName
{
background-color: #BF510F;
}
.BgClassName
{
background-color: #BF510F;
}
</style>
border-color css
<style>
span { border-color: #BF510F; }
span { border-color: rgb(191,81,15); }
td.TdClassName
{
border-color: #BF510F;
}
.TagClassName
{
border-color: #BF510F;
}
</style>