Shades of Rust #BF4D0E
Tints of Rust #BF4D0E
RGB
CMYK
RGB Variations
Color information
#BF4D0E (or 0xBF4D0E) is known color: Rust. HEX triplet: BF, 4D and 0E. RGB value is (191,77,14). Sum of RGB (Red+Green+Blue) = 191+77+14=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D0E is #40B2F1. Grayscale: #686868. Windows color (decimal): -4240114 or 937407. OLE color: 937407.
HSL color Cylindrical-coordinate representation of color #BF4D0E: hue angle of 21.36º degrees, saturation: 0.86, 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 #BF4D0E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 14 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.25 |
| HSL | 21.36º | 0.86% | 0.4% | - |
| HSV(B) | 21.36º | 0.93% | 0.75% | - |
| XYZ | 24.22 | 16.42 | 2.31 | - |
| YUV | 103.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 14 | 0 | 0.60 | 0.93 | 0.25 | 21.36 | 0.86 | 0.4 |
| Hex | BF | 4D | E | 0 | 3C | 5D | 19 | 15 | 56 | 28 |
| Octal | 277 | 115 | 16 | 0 | 74 | 135 | 31 | 25 | 126 | 50 |
| Binary | 10111111 | 1001101 | 1110 | 0 | 111100 | 1011101 | 11001 | 10101 | 1010110 | 101000 |
Color Harmonies of #BF4D0E
Complementary color
Monochromatic Colors of #BF4D0E
Black with #BF4D0E
Text Example
Text Example
White with #BF4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D0E; }
p { color: rgb(191,77,14); }
H1.HeaderClassName
{
color: #BF4D0E;
}
.AnyTagClassName
{
color: #BF4D0E;
}
</style>
background-color css
<style>
a { background-color: #BF4D0E; }
a { background-color: rgb(191,77,14); }
div.DivClassName
{
background-color: #BF4D0E;
}
.BgClassName
{
background-color: #BF4D0E;
}
</style>
border-color css
<style>
span { border-color: #BF4D0E; }
span { border-color: rgb(191,77,14); }
td.TdClassName
{
border-color: #BF4D0E;
}
.TagClassName
{
border-color: #BF4D0E;
}
</style>