Shades of Rust #BF4905
Tints of Rust #BF4905
RGB
CMYK
RGB Variations
Color information
#BF4905 (or 0xBF4905) is known color: Rust. HEX triplet: BF, 49 and 05. RGB value is (191,73,5). Sum of RGB (Red+Green+Blue) = 191+73+5=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4905 is #40B6FA. Grayscale: #646464. Windows color (decimal): -4241147 or 346559. OLE color: 346559.
HSL color Cylindrical-coordinate representation of color #BF4905: hue angle of 21.94º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF4905 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.25 |
| HSL | 21.94º | 0.95% | 0.38% | - |
| HSV(B) | 21.94º | 0.97% | 0.75% | - |
| XYZ | 23.9 | 15.85 | 1.94 | - |
| YUV | 100.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 5 | 0 | 0.62 | 0.97 | 0.25 | 21.94 | 0.95 | 0.38 |
| Hex | BF | 49 | 5 | 0 | 3E | 61 | 19 | 16 | 5F | 26 |
| Octal | 277 | 111 | 5 | 0 | 76 | 141 | 31 | 26 | 137 | 46 |
| Binary | 10111111 | 1001001 | 101 | 0 | 111110 | 1100001 | 11001 | 10110 | 1011111 | 100110 |
Color Harmonies of #BF4905
Complementary color
Monochromatic Colors of #BF4905
Black with #BF4905
Text Example
Text Example
White with #BF4905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4905; }
p { color: rgb(191,73,5); }
H1.HeaderClassName
{
color: #BF4905;
}
.AnyTagClassName
{
color: #BF4905;
}
</style>
background-color css
<style>
a { background-color: #BF4905; }
a { background-color: rgb(191,73,5); }
div.DivClassName
{
background-color: #BF4905;
}
.BgClassName
{
background-color: #BF4905;
}
</style>
border-color css
<style>
span { border-color: #BF4905; }
span { border-color: rgb(191,73,5); }
td.TdClassName
{
border-color: #BF4905;
}
.TagClassName
{
border-color: #BF4905;
}
</style>