Shades of Rust #BF5416
Tints of Rust #BF5416
RGB
CMYK
RGB Variations
Color information
#BF5416 (or 0xBF5416) is known color: Rust. HEX triplet: BF, 54 and 16. RGB value is (191,84,22). Sum of RGB (Red+Green+Blue) = 191+84+22=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5416 is #40ABE9. Grayscale: #6D6D6D. Windows color (decimal): -4238314 or 1463487. OLE color: 1463487.
HSL color Cylindrical-coordinate representation of color #BF5416: hue angle of 22.01º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF5416 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 22 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.25 |
| HSL | 22.01º | 0.79% | 0.42% | - |
| HSV(B) | 22.01º | 0.88% | 0.75% | - |
| XYZ | 24.8 | 17.47 | 2.82 | - |
| YUV | 108.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 22 | 0 | 0.56 | 0.88 | 0.25 | 22.01 | 0.79 | 0.42 |
| Hex | BF | 54 | 16 | 0 | 38 | 58 | 19 | 16 | 4F | 2A |
| Octal | 277 | 124 | 26 | 0 | 70 | 130 | 31 | 26 | 117 | 52 |
| Binary | 10111111 | 1010100 | 10110 | 0 | 111000 | 1011000 | 11001 | 10110 | 1001111 | 101010 |
Color Harmonies of #BF5416
Complementary color
Monochromatic Colors of #BF5416
Black with #BF5416
Text Example
Text Example
White with #BF5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5416; }
p { color: rgb(191,84,22); }
H1.HeaderClassName
{
color: #BF5416;
}
.AnyTagClassName
{
color: #BF5416;
}
</style>
background-color css
<style>
a { background-color: #BF5416; }
a { background-color: rgb(191,84,22); }
div.DivClassName
{
background-color: #BF5416;
}
.BgClassName
{
background-color: #BF5416;
}
</style>
border-color css
<style>
span { border-color: #BF5416; }
span { border-color: rgb(191,84,22); }
td.TdClassName
{
border-color: #BF5416;
}
.TagClassName
{
border-color: #BF5416;
}
</style>