Shades of Rust #BF461E
Tints of Rust #BF461E
RGB
CMYK
RGB Variations
Color information
#BF461E (or 0xBF461E) is known color: Rust. HEX triplet: BF, 46 and 1E. RGB value is (191,70,30). Sum of RGB (Red+Green+Blue) = 191+70+30=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF461E is #40B9E1. Grayscale: #656565. Windows color (decimal): -4241890 or 1984191. OLE color: 1984191.
HSL color Cylindrical-coordinate representation of color #BF461E: hue angle of 14.91º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF461E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 30 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.25 |
| HSL | 14.91º | 0.73% | 0.43% | - |
| HSV(B) | 14.91º | 0.84% | 0.75% | - |
| XYZ | 23.91 | 15.55 | 2.97 | - |
| YUV | 101.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 30 | 0 | 0.63 | 0.84 | 0.25 | 14.91 | 0.73 | 0.43 |
| Hex | BF | 46 | 1E | 0 | 3F | 54 | 19 | F | 49 | 2B |
| Octal | 277 | 106 | 36 | 0 | 77 | 124 | 31 | 17 | 111 | 53 |
| Binary | 10111111 | 1000110 | 11110 | 0 | 111111 | 1010100 | 11001 | 1111 | 1001001 | 101011 |
Color Harmonies of #BF461E
Complementary color
Monochromatic Colors of #BF461E
Black with #BF461E
Text Example
Text Example
White with #BF461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF461E; }
p { color: rgb(191,70,30); }
H1.HeaderClassName
{
color: #BF461E;
}
.AnyTagClassName
{
color: #BF461E;
}
</style>
background-color css
<style>
a { background-color: #BF461E; }
a { background-color: rgb(191,70,30); }
div.DivClassName
{
background-color: #BF461E;
}
.BgClassName
{
background-color: #BF461E;
}
</style>
border-color css
<style>
span { border-color: #BF461E; }
span { border-color: rgb(191,70,30); }
td.TdClassName
{
border-color: #BF461E;
}
.TagClassName
{
border-color: #BF461E;
}
</style>