Shades of Rust #BF4C0F
Tints of Rust #BF4C0F
RGB
CMYK
RGB Variations
Color information
#BF4C0F (or 0xBF4C0F) is known color: Rust. HEX triplet: BF, 4C and 0F. RGB value is (191,76,15). Sum of RGB (Red+Green+Blue) = 191+76+15=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C0F is #40B3F0. Grayscale: #676767. Windows color (decimal): -4240369 or 1002687. OLE color: 1002687.
HSL color Cylindrical-coordinate representation of color #BF4C0F: hue angle of 20.8º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF4C0F is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 15 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.25 |
| HSL | 20.8º | 0.85% | 0.4% | - |
| HSV(B) | 20.8º | 0.92% | 0.75% | - |
| XYZ | 24.16 | 16.28 | 2.32 | - |
| YUV | 103.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 15 | 0 | 0.60 | 0.92 | 0.25 | 20.8 | 0.85 | 0.4 |
| Hex | BF | 4C | F | 0 | 3C | 5C | 19 | 15 | 55 | 28 |
| Octal | 277 | 114 | 17 | 0 | 74 | 134 | 31 | 25 | 125 | 50 |
| Binary | 10111111 | 1001100 | 1111 | 0 | 111100 | 1011100 | 11001 | 10101 | 1010101 | 101000 |
Color Harmonies of #BF4C0F
Complementary color
Monochromatic Colors of #BF4C0F
Black with #BF4C0F
Text Example
Text Example
White with #BF4C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C0F; }
p { color: rgb(191,76,15); }
H1.HeaderClassName
{
color: #BF4C0F;
}
.AnyTagClassName
{
color: #BF4C0F;
}
</style>
background-color css
<style>
a { background-color: #BF4C0F; }
a { background-color: rgb(191,76,15); }
div.DivClassName
{
background-color: #BF4C0F;
}
.BgClassName
{
background-color: #BF4C0F;
}
</style>
border-color css
<style>
span { border-color: #BF4C0F; }
span { border-color: rgb(191,76,15); }
td.TdClassName
{
border-color: #BF4C0F;
}
.TagClassName
{
border-color: #BF4C0F;
}
</style>