Shades of Rust #BF470D
Tints of Rust #BF470D
RGB
CMYK
RGB Variations
Color information
#BF470D (or 0xBF470D) is known color: Rust. HEX triplet: BF, 47 and 0D. RGB value is (191,71,13). Sum of RGB (Red+Green+Blue) = 191+71+13=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF470D is #40B8F2. Grayscale: #646464. Windows color (decimal): -4241651 or 870335. OLE color: 870335.
HSL color Cylindrical-coordinate representation of color #BF470D: hue angle of 19.55º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF470D is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 13 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.25 |
| HSL | 19.55º | 0.87% | 0.4% | - |
| HSV(B) | 19.55º | 0.93% | 0.75% | - |
| XYZ | 23.81 | 15.61 | 2.14 | - |
| YUV | 100.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 13 | 0 | 0.63 | 0.93 | 0.25 | 19.55 | 0.87 | 0.4 |
| Hex | BF | 47 | D | 0 | 3F | 5D | 19 | 14 | 57 | 28 |
| Octal | 277 | 107 | 15 | 0 | 77 | 135 | 31 | 24 | 127 | 50 |
| Binary | 10111111 | 1000111 | 1101 | 0 | 111111 | 1011101 | 11001 | 10100 | 1010111 | 101000 |
Color Harmonies of #BF470D
Complementary color
Monochromatic Colors of #BF470D
Black with #BF470D
Text Example
Text Example
White with #BF470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF470D; }
p { color: rgb(191,71,13); }
H1.HeaderClassName
{
color: #BF470D;
}
.AnyTagClassName
{
color: #BF470D;
}
</style>
background-color css
<style>
a { background-color: #BF470D; }
a { background-color: rgb(191,71,13); }
div.DivClassName
{
background-color: #BF470D;
}
.BgClassName
{
background-color: #BF470D;
}
</style>
border-color css
<style>
span { border-color: #BF470D; }
span { border-color: rgb(191,71,13); }
td.TdClassName
{
border-color: #BF470D;
}
.TagClassName
{
border-color: #BF470D;
}
</style>