Shades of Rust #BF4110
Tints of Rust #BF4110
RGB
CMYK
RGB Variations
Color information
#BF4110 (or 0xBF4110) is known color: Rust. HEX triplet: BF, 41 and 10. RGB value is (191,65,16). Sum of RGB (Red+Green+Blue) = 191+65+16=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4110 is #40BEEF. Grayscale: #616161. Windows color (decimal): -4243184 or 1065407. OLE color: 1065407.
HSL color Cylindrical-coordinate representation of color #BF4110: hue angle of 16.8º 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 #BF4110 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 16 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.25 |
| HSL | 16.8º | 0.85% | 0.41% | - |
| HSV(B) | 16.8º | 0.92% | 0.75% | - |
| XYZ | 23.47 | 14.89 | 2.13 | - |
| YUV | 97.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 16 | 0 | 0.66 | 0.92 | 0.25 | 16.8 | 0.85 | 0.41 |
| Hex | BF | 41 | 10 | 0 | 42 | 5C | 19 | 11 | 55 | 29 |
| Octal | 277 | 101 | 20 | 0 | 102 | 134 | 31 | 21 | 125 | 51 |
| Binary | 10111111 | 1000001 | 10000 | 0 | 1000010 | 1011100 | 11001 | 10001 | 1010101 | 101001 |
Color Harmonies of #BF4110
Complementary color
Monochromatic Colors of #BF4110
Black with #BF4110
Text Example
Text Example
White with #BF4110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4110; }
p { color: rgb(191,65,16); }
H1.HeaderClassName
{
color: #BF4110;
}
.AnyTagClassName
{
color: #BF4110;
}
</style>
background-color css
<style>
a { background-color: #BF4110; }
a { background-color: rgb(191,65,16); }
div.DivClassName
{
background-color: #BF4110;
}
.BgClassName
{
background-color: #BF4110;
}
</style>
border-color css
<style>
span { border-color: #BF4110; }
span { border-color: rgb(191,65,16); }
td.TdClassName
{
border-color: #BF4110;
}
.TagClassName
{
border-color: #BF4110;
}
</style>