Shades of Rust #BF470B
Tints of Rust #BF470B
RGB
CMYK
RGB Variations
Color information
#BF470B (or 0xBF470B) is known color: Rust. HEX triplet: BF, 47 and 0B. RGB value is (191,71,11). Sum of RGB (Red+Green+Blue) = 191+71+11=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF470B is #40B8F4. Grayscale: #646464. Windows color (decimal): -4241653 or 739263. OLE color: 739263.
HSL color Cylindrical-coordinate representation of color #BF470B: hue angle of 20º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF470B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.25 |
| HSL | 20º | 0.89% | 0.4% | - |
| HSV(B) | 20º | 0.94% | 0.75% | - |
| XYZ | 23.8 | 15.61 | 2.07 | - |
| YUV | 100.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 11 | 0 | 0.63 | 0.94 | 0.25 | 20 | 0.89 | 0.4 |
| Hex | BF | 47 | B | 0 | 3F | 5E | 19 | 14 | 59 | 28 |
| Octal | 277 | 107 | 13 | 0 | 77 | 136 | 31 | 24 | 131 | 50 |
| Binary | 10111111 | 1000111 | 1011 | 0 | 111111 | 1011110 | 11001 | 10100 | 1011001 | 101000 |
Color Harmonies of #BF470B
Complementary color
Monochromatic Colors of #BF470B
Black with #BF470B
Text Example
Text Example
White with #BF470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF470B; }
p { color: rgb(191,71,11); }
H1.HeaderClassName
{
color: #BF470B;
}
.AnyTagClassName
{
color: #BF470B;
}
</style>
background-color css
<style>
a { background-color: #BF470B; }
a { background-color: rgb(191,71,11); }
div.DivClassName
{
background-color: #BF470B;
}
.BgClassName
{
background-color: #BF470B;
}
</style>
border-color css
<style>
span { border-color: #BF470B; }
span { border-color: rgb(191,71,11); }
td.TdClassName
{
border-color: #BF470B;
}
.TagClassName
{
border-color: #BF470B;
}
</style>