Shades of Rust #BF4906
Tints of Rust #BF4906
RGB
CMYK
RGB Variations
Color information
#BF4906 (or 0xBF4906) is known color: Rust. HEX triplet: BF, 49 and 06. RGB value is (191,73,6). Sum of RGB (Red+Green+Blue) = 191+73+6=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4906 is #40B6F9. Grayscale: #656565. Windows color (decimal): -4241146 or 412095. OLE color: 412095.
HSL color Cylindrical-coordinate representation of color #BF4906: hue angle of 21.73º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF4906 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.25 |
| HSL | 21.73º | 0.94% | 0.39% | - |
| HSV(B) | 21.73º | 0.97% | 0.75% | - |
| XYZ | 23.9 | 15.85 | 1.97 | - |
| YUV | 100.64 | 74.59 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 6 | 0 | 0.62 | 0.97 | 0.25 | 21.73 | 0.94 | 0.39 |
| Hex | BF | 49 | 6 | 0 | 3E | 61 | 19 | 16 | 5E | 27 |
| Octal | 277 | 111 | 6 | 0 | 76 | 141 | 31 | 26 | 136 | 47 |
| Binary | 10111111 | 1001001 | 110 | 0 | 111110 | 1100001 | 11001 | 10110 | 1011110 | 100111 |
Color Harmonies of #BF4906
Complementary color
Monochromatic Colors of #BF4906
Black with #BF4906
Text Example
Text Example
White with #BF4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4906; }
p { color: rgb(191,73,6); }
H1.HeaderClassName
{
color: #BF4906;
}
.AnyTagClassName
{
color: #BF4906;
}
</style>
background-color css
<style>
a { background-color: #BF4906; }
a { background-color: rgb(191,73,6); }
div.DivClassName
{
background-color: #BF4906;
}
.BgClassName
{
background-color: #BF4906;
}
</style>
border-color css
<style>
span { border-color: #BF4906; }
span { border-color: rgb(191,73,6); }
td.TdClassName
{
border-color: #BF4906;
}
.TagClassName
{
border-color: #BF4906;
}
</style>