Shades of Rust #BF4D10
Tints of Rust #BF4D10
RGB
CMYK
RGB Variations
Color information
#BF4D10 (or 0xBF4D10) is known color: Rust. HEX triplet: BF, 4D and 10. RGB value is (191,77,16). Sum of RGB (Red+Green+Blue) = 191+77+16=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D10 is #40B2EF. Grayscale: #686868. Windows color (decimal): -4240112 or 1068479. OLE color: 1068479.
HSL color Cylindrical-coordinate representation of color #BF4D10: hue angle of 20.91º 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 #BF4D10 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 16 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.25 |
| HSL | 20.91º | 0.85% | 0.41% | - |
| HSV(B) | 20.91º | 0.92% | 0.75% | - |
| XYZ | 24.23 | 16.42 | 2.38 | - |
| YUV | 104.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 16 | 0 | 0.60 | 0.92 | 0.25 | 20.91 | 0.85 | 0.41 |
| Hex | BF | 4D | 10 | 0 | 3C | 5C | 19 | 15 | 55 | 29 |
| Octal | 277 | 115 | 20 | 0 | 74 | 134 | 31 | 25 | 125 | 51 |
| Binary | 10111111 | 1001101 | 10000 | 0 | 111100 | 1011100 | 11001 | 10101 | 1010101 | 101001 |
Color Harmonies of #BF4D10
Complementary color
Monochromatic Colors of #BF4D10
Black with #BF4D10
Text Example
Text Example
White with #BF4D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D10; }
p { color: rgb(191,77,16); }
H1.HeaderClassName
{
color: #BF4D10;
}
.AnyTagClassName
{
color: #BF4D10;
}
</style>
background-color css
<style>
a { background-color: #BF4D10; }
a { background-color: rgb(191,77,16); }
div.DivClassName
{
background-color: #BF4D10;
}
.BgClassName
{
background-color: #BF4D10;
}
</style>
border-color css
<style>
span { border-color: #BF4D10; }
span { border-color: rgb(191,77,16); }
td.TdClassName
{
border-color: #BF4D10;
}
.TagClassName
{
border-color: #BF4D10;
}
</style>