Shades of Rust #BF4115
Tints of Rust #BF4115
RGB
CMYK
RGB Variations
Color information
#BF4115 (or 0xBF4115) is known color: Rust. HEX triplet: BF, 41 and 15. RGB value is (191,65,21). Sum of RGB (Red+Green+Blue) = 191+65+21=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4115 is #40BEEA. Grayscale: #616161. Windows color (decimal): -4243179 or 1393087. OLE color: 1393087.
HSL color Cylindrical-coordinate representation of color #BF4115: hue angle of 15.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF4115 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.25 |
| HSL | 15.53º | 0.8% | 0.42% | - |
| HSV(B) | 15.53º | 0.89% | 0.75% | - |
| XYZ | 23.51 | 14.91 | 2.35 | - |
| YUV | 97.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 21 | 0 | 0.66 | 0.89 | 0.25 | 15.53 | 0.8 | 0.42 |
| Hex | BF | 41 | 15 | 0 | 42 | 59 | 19 | 10 | 50 | 2A |
| Octal | 277 | 101 | 25 | 0 | 102 | 131 | 31 | 20 | 120 | 52 |
| Binary | 10111111 | 1000001 | 10101 | 0 | 1000010 | 1011001 | 11001 | 10000 | 1010000 | 101010 |
Color Harmonies of #BF4115
Complementary color
Monochromatic Colors of #BF4115
Black with #BF4115
Text Example
Text Example
White with #BF4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4115; }
p { color: rgb(191,65,21); }
H1.HeaderClassName
{
color: #BF4115;
}
.AnyTagClassName
{
color: #BF4115;
}
</style>
background-color css
<style>
a { background-color: #BF4115; }
a { background-color: rgb(191,65,21); }
div.DivClassName
{
background-color: #BF4115;
}
.BgClassName
{
background-color: #BF4115;
}
</style>
border-color css
<style>
span { border-color: #BF4115; }
span { border-color: rgb(191,65,21); }
td.TdClassName
{
border-color: #BF4115;
}
.TagClassName
{
border-color: #BF4115;
}
</style>