Shades of Rust #BF4E14
Tints of Rust #BF4E14
RGB
CMYK
RGB Variations
Color information
#BF4E14 (or 0xBF4E14) is known color: Rust. HEX triplet: BF, 4E and 14. RGB value is (191,78,20). Sum of RGB (Red+Green+Blue) = 191+78+20=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E14 is #40B1EB. Grayscale: #696969. Windows color (decimal): -4239852 or 1330879. OLE color: 1330879.
HSL color Cylindrical-coordinate representation of color #BF4E14: hue angle of 20.35º 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 #BF4E14 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 20 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.25 |
| HSL | 20.35º | 0.81% | 0.41% | - |
| HSV(B) | 20.35º | 0.9% | 0.75% | - |
| XYZ | 24.34 | 16.58 | 2.58 | - |
| YUV | 105.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 20 | 0 | 0.59 | 0.90 | 0.25 | 20.35 | 0.81 | 0.41 |
| Hex | BF | 4E | 14 | 0 | 3B | 5A | 19 | 14 | 51 | 29 |
| Octal | 277 | 116 | 24 | 0 | 73 | 132 | 31 | 24 | 121 | 51 |
| Binary | 10111111 | 1001110 | 10100 | 0 | 111011 | 1011010 | 11001 | 10100 | 1010001 | 101001 |
Color Harmonies of #BF4E14
Complementary color
Monochromatic Colors of #BF4E14
Black with #BF4E14
Text Example
Text Example
White with #BF4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E14; }
p { color: rgb(191,78,20); }
H1.HeaderClassName
{
color: #BF4E14;
}
.AnyTagClassName
{
color: #BF4E14;
}
</style>
background-color css
<style>
a { background-color: #BF4E14; }
a { background-color: rgb(191,78,20); }
div.DivClassName
{
background-color: #BF4E14;
}
.BgClassName
{
background-color: #BF4E14;
}
</style>
border-color css
<style>
span { border-color: #BF4E14; }
span { border-color: rgb(191,78,20); }
td.TdClassName
{
border-color: #BF4E14;
}
.TagClassName
{
border-color: #BF4E14;
}
</style>