Shades of Rust #BF4D11
Tints of Rust #BF4D11
RGB
CMYK
RGB Variations
Color information
#BF4D11 (or 0xBF4D11) is known color: Rust. HEX triplet: BF, 4D and 11. RGB value is (191,77,17). Sum of RGB (Red+Green+Blue) = 191+77+17=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D11 is #40B2EE. Grayscale: #686868. Windows color (decimal): -4240111 or 1134015. OLE color: 1134015.
HSL color Cylindrical-coordinate representation of color #BF4D11: hue angle of 20.69º 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 #BF4D11 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 17 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.25 |
| HSL | 20.69º | 0.84% | 0.41% | - |
| HSV(B) | 20.69º | 0.91% | 0.75% | - |
| XYZ | 24.24 | 16.42 | 2.42 | - |
| YUV | 104.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 17 | 0 | 0.60 | 0.91 | 0.25 | 20.69 | 0.84 | 0.41 |
| Hex | BF | 4D | 11 | 0 | 3C | 5B | 19 | 15 | 54 | 29 |
| Octal | 277 | 115 | 21 | 0 | 74 | 133 | 31 | 25 | 124 | 51 |
| Binary | 10111111 | 1001101 | 10001 | 0 | 111100 | 1011011 | 11001 | 10101 | 1010100 | 101001 |
Color Harmonies of #BF4D11
Complementary color
Monochromatic Colors of #BF4D11
Black with #BF4D11
Text Example
Text Example
White with #BF4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D11; }
p { color: rgb(191,77,17); }
H1.HeaderClassName
{
color: #BF4D11;
}
.AnyTagClassName
{
color: #BF4D11;
}
</style>
background-color css
<style>
a { background-color: #BF4D11; }
a { background-color: rgb(191,77,17); }
div.DivClassName
{
background-color: #BF4D11;
}
.BgClassName
{
background-color: #BF4D11;
}
</style>
border-color css
<style>
span { border-color: #BF4D11; }
span { border-color: rgb(191,77,17); }
td.TdClassName
{
border-color: #BF4D11;
}
.TagClassName
{
border-color: #BF4D11;
}
</style>