Shades of Rust #BF4F16
Tints of Rust #BF4F16
RGB
CMYK
RGB Variations
Color information
#BF4F16 (or 0xBF4F16) is known color: Rust. HEX triplet: BF, 4F and 16. RGB value is (191,79,22). Sum of RGB (Red+Green+Blue) = 191+79+22=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4F16 is #40B0E9. Grayscale: #6A6A6A. Windows color (decimal): -4239594 or 1462207. OLE color: 1462207.
HSL color Cylindrical-coordinate representation of color #BF4F16: hue angle of 20.24º 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 #BF4F16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.25 |
| HSL | 20.24º | 0.79% | 0.42% | - |
| HSV(B) | 20.24º | 0.88% | 0.75% | - |
| XYZ | 24.43 | 16.73 | 2.7 | - |
| YUV | 105.99 | 80.61 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 22 | 0 | 0.59 | 0.88 | 0.25 | 20.24 | 0.79 | 0.42 |
| Hex | BF | 4F | 16 | 0 | 3B | 58 | 19 | 14 | 4F | 2A |
| Octal | 277 | 117 | 26 | 0 | 73 | 130 | 31 | 24 | 117 | 52 |
| Binary | 10111111 | 1001111 | 10110 | 0 | 111011 | 1011000 | 11001 | 10100 | 1001111 | 101010 |
Color Harmonies of #BF4F16
Complementary color
Monochromatic Colors of #BF4F16
Black with #BF4F16
Text Example
Text Example
White with #BF4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F16; }
p { color: rgb(191,79,22); }
H1.HeaderClassName
{
color: #BF4F16;
}
.AnyTagClassName
{
color: #BF4F16;
}
</style>
background-color css
<style>
a { background-color: #BF4F16; }
a { background-color: rgb(191,79,22); }
div.DivClassName
{
background-color: #BF4F16;
}
.BgClassName
{
background-color: #BF4F16;
}
</style>
border-color css
<style>
span { border-color: #BF4F16; }
span { border-color: rgb(191,79,22); }
td.TdClassName
{
border-color: #BF4F16;
}
.TagClassName
{
border-color: #BF4F16;
}
</style>