Shades of Rust #BF4B0E
Tints of Rust #BF4B0E
RGB
CMYK
RGB Variations
Color information
#BF4B0E (or 0xBF4B0E) is known color: Rust. HEX triplet: BF, 4B and 0E. RGB value is (191,75,14). Sum of RGB (Red+Green+Blue) = 191+75+14=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4B0E is #40B4F1. Grayscale: #676767. Windows color (decimal): -4240626 or 936895. OLE color: 936895.
HSL color Cylindrical-coordinate representation of color #BF4B0E: hue angle of 20.68º 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 #BF4B0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 75 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.25 |
| HSL | 20.68º | 0.86% | 0.4% | - |
| HSV(B) | 20.68º | 0.93% | 0.75% | - |
| XYZ | 24.08 | 16.14 | 2.26 | - |
| YUV | 102.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 14 | 0 | 0.61 | 0.93 | 0.25 | 20.68 | 0.86 | 0.4 |
| Hex | BF | 4B | E | 0 | 3D | 5D | 19 | 15 | 56 | 28 |
| Octal | 277 | 113 | 16 | 0 | 75 | 135 | 31 | 25 | 126 | 50 |
| Binary | 10111111 | 1001011 | 1110 | 0 | 111101 | 1011101 | 11001 | 10101 | 1010110 | 101000 |
Color Harmonies of #BF4B0E
Complementary color
Monochromatic Colors of #BF4B0E
Black with #BF4B0E
Text Example
Text Example
White with #BF4B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4B0E; }
p { color: rgb(191,75,14); }
H1.HeaderClassName
{
color: #BF4B0E;
}
.AnyTagClassName
{
color: #BF4B0E;
}
</style>
background-color css
<style>
a { background-color: #BF4B0E; }
a { background-color: rgb(191,75,14); }
div.DivClassName
{
background-color: #BF4B0E;
}
.BgClassName
{
background-color: #BF4B0E;
}
</style>
border-color css
<style>
span { border-color: #BF4B0E; }
span { border-color: rgb(191,75,14); }
td.TdClassName
{
border-color: #BF4B0E;
}
.TagClassName
{
border-color: #BF4B0E;
}
</style>