Shades of Rust #BF4014
Tints of Rust #BF4014
RGB
CMYK
RGB Variations
Color information
#BF4014 (or 0xBF4014) is known color: Rust. HEX triplet: BF, 40 and 14. RGB value is (191,64,20). Sum of RGB (Red+Green+Blue) = 191+64+20=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4014 is #40BFEB. Grayscale: #616161. Windows color (decimal): -4243436 or 1327295. OLE color: 1327295.
HSL color Cylindrical-coordinate representation of color #BF4014: hue angle of 15.44º 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 #BF4014 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 20 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.25 |
| HSL | 15.44º | 0.81% | 0.41% | - |
| HSV(B) | 15.44º | 0.9% | 0.75% | - |
| XYZ | 23.45 | 14.79 | 2.28 | - |
| YUV | 96.96 | 84.58 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 20 | 0 | 0.66 | 0.90 | 0.25 | 15.44 | 0.81 | 0.41 |
| Hex | BF | 40 | 14 | 0 | 42 | 5A | 19 | F | 51 | 29 |
| Octal | 277 | 100 | 24 | 0 | 102 | 132 | 31 | 17 | 121 | 51 |
| Binary | 10111111 | 1000000 | 10100 | 0 | 1000010 | 1011010 | 11001 | 1111 | 1010001 | 101001 |
Color Harmonies of #BF4014
Complementary color
Monochromatic Colors of #BF4014
Black with #BF4014
Text Example
Text Example
White with #BF4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4014; }
p { color: rgb(191,64,20); }
H1.HeaderClassName
{
color: #BF4014;
}
.AnyTagClassName
{
color: #BF4014;
}
</style>
background-color css
<style>
a { background-color: #BF4014; }
a { background-color: rgb(191,64,20); }
div.DivClassName
{
background-color: #BF4014;
}
.BgClassName
{
background-color: #BF4014;
}
</style>
border-color css
<style>
span { border-color: #BF4014; }
span { border-color: rgb(191,64,20); }
td.TdClassName
{
border-color: #BF4014;
}
.TagClassName
{
border-color: #BF4014;
}
</style>