Shades of Rust #BF5010
Tints of Rust #BF5010
RGB
CMYK
RGB Variations
Color information
#BF5010 (or 0xBF5010) is known color: Rust. HEX triplet: BF, 50 and 10. RGB value is (191,80,16). Sum of RGB (Red+Green+Blue) = 191+80+16=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5010 is #40AFEF. Grayscale: #6A6A6A. Windows color (decimal): -4239344 or 1069247. OLE color: 1069247.
HSL color Cylindrical-coordinate representation of color #BF5010: hue angle of 21.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF5010 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.25 |
| HSL | 21.94º | 0.85% | 0.41% | - |
| HSV(B) | 21.94º | 0.92% | 0.75% | - |
| XYZ | 24.45 | 16.85 | 2.45 | - |
| YUV | 105.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 16 | 0 | 0.58 | 0.92 | 0.25 | 21.94 | 0.85 | 0.41 |
| Hex | BF | 50 | 10 | 0 | 3A | 5C | 19 | 16 | 55 | 29 |
| Octal | 277 | 120 | 20 | 0 | 72 | 134 | 31 | 26 | 125 | 51 |
| Binary | 10111111 | 1010000 | 10000 | 0 | 111010 | 1011100 | 11001 | 10110 | 1010101 | 101001 |
Color Harmonies of #BF5010
Complementary color
Monochromatic Colors of #BF5010
Black with #BF5010
Text Example
Text Example
White with #BF5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5010; }
p { color: rgb(191,80,16); }
H1.HeaderClassName
{
color: #BF5010;
}
.AnyTagClassName
{
color: #BF5010;
}
</style>
background-color css
<style>
a { background-color: #BF5010; }
a { background-color: rgb(191,80,16); }
div.DivClassName
{
background-color: #BF5010;
}
.BgClassName
{
background-color: #BF5010;
}
</style>
border-color css
<style>
span { border-color: #BF5010; }
span { border-color: rgb(191,80,16); }
td.TdClassName
{
border-color: #BF5010;
}
.TagClassName
{
border-color: #BF5010;
}
</style>