Shades of Rust #BF5411
Tints of Rust #BF5411
RGB
CMYK
RGB Variations
Color information
#BF5411 (or 0xBF5411) is known color: Rust. HEX triplet: BF, 54 and 11. RGB value is (191,84,17). Sum of RGB (Red+Green+Blue) = 191+84+17=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5411 is #40ABEE. Grayscale: #6C6C6C. Windows color (decimal): -4238319 or 1135807. OLE color: 1135807.
HSL color Cylindrical-coordinate representation of color #BF5411: hue angle of 23.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF5411 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 17 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.25 |
| HSL | 23.1º | 0.84% | 0.41% | - |
| HSV(B) | 23.1º | 0.91% | 0.75% | - |
| XYZ | 24.76 | 17.46 | 2.6 | - |
| YUV | 108.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 17 | 0 | 0.56 | 0.91 | 0.25 | 23.1 | 0.84 | 0.41 |
| Hex | BF | 54 | 11 | 0 | 38 | 5B | 19 | 17 | 54 | 29 |
| Octal | 277 | 124 | 21 | 0 | 70 | 133 | 31 | 27 | 124 | 51 |
| Binary | 10111111 | 1010100 | 10001 | 0 | 111000 | 1011011 | 11001 | 10111 | 1010100 | 101001 |
Color Harmonies of #BF5411
Complementary color
Monochromatic Colors of #BF5411
Black with #BF5411
Text Example
Text Example
White with #BF5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5411; }
p { color: rgb(191,84,17); }
H1.HeaderClassName
{
color: #BF5411;
}
.AnyTagClassName
{
color: #BF5411;
}
</style>
background-color css
<style>
a { background-color: #BF5411; }
a { background-color: rgb(191,84,17); }
div.DivClassName
{
background-color: #BF5411;
}
.BgClassName
{
background-color: #BF5411;
}
</style>
border-color css
<style>
span { border-color: #BF5411; }
span { border-color: rgb(191,84,17); }
td.TdClassName
{
border-color: #BF5411;
}
.TagClassName
{
border-color: #BF5411;
}
</style>