Shades of Rust #BF470F
Tints of Rust #BF470F
RGB
CMYK
RGB Variations
Color information
#BF470F (or 0xBF470F) is known color: Rust. HEX triplet: BF, 47 and 0F. RGB value is (191,71,15). Sum of RGB (Red+Green+Blue) = 191+71+15=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF470F is #40B8F0. Grayscale: #646464. Windows color (decimal): -4241649 or 1001407. OLE color: 1001407.
HSL color Cylindrical-coordinate representation of color #BF470F: hue angle of 19.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF470F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.25 |
| HSL | 19.09º | 0.85% | 0.4% | - |
| HSV(B) | 19.09º | 0.92% | 0.75% | - |
| XYZ | 23.83 | 15.62 | 2.21 | - |
| YUV | 100.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 15 | 0 | 0.63 | 0.92 | 0.25 | 19.09 | 0.85 | 0.4 |
| Hex | BF | 47 | F | 0 | 3F | 5C | 19 | 13 | 55 | 28 |
| Octal | 277 | 107 | 17 | 0 | 77 | 134 | 31 | 23 | 125 | 50 |
| Binary | 10111111 | 1000111 | 1111 | 0 | 111111 | 1011100 | 11001 | 10011 | 1010101 | 101000 |
Color Harmonies of #BF470F
Complementary color
Monochromatic Colors of #BF470F
Black with #BF470F
Text Example
Text Example
White with #BF470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF470F; }
p { color: rgb(191,71,15); }
H1.HeaderClassName
{
color: #BF470F;
}
.AnyTagClassName
{
color: #BF470F;
}
</style>
background-color css
<style>
a { background-color: #BF470F; }
a { background-color: rgb(191,71,15); }
div.DivClassName
{
background-color: #BF470F;
}
.BgClassName
{
background-color: #BF470F;
}
</style>
border-color css
<style>
span { border-color: #BF470F; }
span { border-color: rgb(191,71,15); }
td.TdClassName
{
border-color: #BF470F;
}
.TagClassName
{
border-color: #BF470F;
}
</style>