Shades of Rust #BF4710
Tints of Rust #BF4710
RGB
CMYK
RGB Variations
Color information
#BF4710 (or 0xBF4710) is known color: Rust. HEX triplet: BF, 47 and 10. RGB value is (191,71,16). Sum of RGB (Red+Green+Blue) = 191+71+16=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4710 is #40B8EF. Grayscale: #646464. Windows color (decimal): -4241648 or 1066943. OLE color: 1066943.
HSL color Cylindrical-coordinate representation of color #BF4710: hue angle of 18.86º 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 #BF4710 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.25 |
| HSL | 18.86º | 0.85% | 0.41% | - |
| HSV(B) | 18.86º | 0.92% | 0.75% | - |
| XYZ | 23.83 | 15.62 | 2.25 | - |
| YUV | 100.61 | 80.26 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 16 | 0 | 0.63 | 0.92 | 0.25 | 18.86 | 0.85 | 0.41 |
| Hex | BF | 47 | 10 | 0 | 3F | 5C | 19 | 13 | 55 | 29 |
| Octal | 277 | 107 | 20 | 0 | 77 | 134 | 31 | 23 | 125 | 51 |
| Binary | 10111111 | 1000111 | 10000 | 0 | 111111 | 1011100 | 11001 | 10011 | 1010101 | 101001 |
Color Harmonies of #BF4710
Complementary color
Monochromatic Colors of #BF4710
Black with #BF4710
Text Example
Text Example
White with #BF4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4710; }
p { color: rgb(191,71,16); }
H1.HeaderClassName
{
color: #BF4710;
}
.AnyTagClassName
{
color: #BF4710;
}
</style>
background-color css
<style>
a { background-color: #BF4710; }
a { background-color: rgb(191,71,16); }
div.DivClassName
{
background-color: #BF4710;
}
.BgClassName
{
background-color: #BF4710;
}
</style>
border-color css
<style>
span { border-color: #BF4710; }
span { border-color: rgb(191,71,16); }
td.TdClassName
{
border-color: #BF4710;
}
.TagClassName
{
border-color: #BF4710;
}
</style>