Shades of Rust #BF4714
Tints of Rust #BF4714
RGB
CMYK
RGB Variations
Color information
#BF4714 (or 0xBF4714) is known color: Rust. HEX triplet: BF, 47 and 14. RGB value is (191,71,20). Sum of RGB (Red+Green+Blue) = 191+71+20=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4714 is #40B8EB. Grayscale: #656565. Windows color (decimal): -4241644 or 1329087. OLE color: 1329087.
HSL color Cylindrical-coordinate representation of color #BF4714: hue angle of 17.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4714 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 20 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.25 |
| HSL | 17.89º | 0.81% | 0.41% | - |
| HSV(B) | 17.89º | 0.9% | 0.75% | - |
| XYZ | 23.87 | 15.63 | 2.42 | - |
| YUV | 101.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 20 | 0 | 0.63 | 0.90 | 0.25 | 17.89 | 0.81 | 0.41 |
| Hex | BF | 47 | 14 | 0 | 3F | 5A | 19 | 12 | 51 | 29 |
| Octal | 277 | 107 | 24 | 0 | 77 | 132 | 31 | 22 | 121 | 51 |
| Binary | 10111111 | 1000111 | 10100 | 0 | 111111 | 1011010 | 11001 | 10010 | 1010001 | 101001 |
Color Harmonies of #BF4714
Complementary color
Monochromatic Colors of #BF4714
Black with #BF4714
Text Example
Text Example
White with #BF4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4714; }
p { color: rgb(191,71,20); }
H1.HeaderClassName
{
color: #BF4714;
}
.AnyTagClassName
{
color: #BF4714;
}
</style>
background-color css
<style>
a { background-color: #BF4714; }
a { background-color: rgb(191,71,20); }
div.DivClassName
{
background-color: #BF4714;
}
.BgClassName
{
background-color: #BF4714;
}
</style>
border-color css
<style>
span { border-color: #BF4714; }
span { border-color: rgb(191,71,20); }
td.TdClassName
{
border-color: #BF4714;
}
.TagClassName
{
border-color: #BF4714;
}
</style>