Shades of Rust #BF4505
Tints of Rust #BF4505
RGB
CMYK
RGB Variations
Color information
#BF4505 (or 0xBF4505) is known color: Rust. HEX triplet: BF, 45 and 05. RGB value is (191,69,5). Sum of RGB (Red+Green+Blue) = 191+69+5=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4505 is #40BAFA. Grayscale: #626262. Windows color (decimal): -4242171 or 345535. OLE color: 345535.
HSL color Cylindrical-coordinate representation of color #BF4505: hue angle of 20.65º 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 #BF4505 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.25 |
| HSL | 20.65º | 0.95% | 0.38% | - |
| HSV(B) | 20.65º | 0.97% | 0.75% | - |
| XYZ | 23.64 | 15.34 | 1.86 | - |
| YUV | 98.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 5 | 0 | 0.64 | 0.97 | 0.25 | 20.65 | 0.95 | 0.38 |
| Hex | BF | 45 | 5 | 0 | 40 | 61 | 19 | 15 | 5F | 26 |
| Octal | 277 | 105 | 5 | 0 | 100 | 141 | 31 | 25 | 137 | 46 |
| Binary | 10111111 | 1000101 | 101 | 0 | 1000000 | 1100001 | 11001 | 10101 | 1011111 | 100110 |
Color Harmonies of #BF4505
Complementary color
Monochromatic Colors of #BF4505
Black with #BF4505
Text Example
Text Example
White with #BF4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4505; }
p { color: rgb(191,69,5); }
H1.HeaderClassName
{
color: #BF4505;
}
.AnyTagClassName
{
color: #BF4505;
}
</style>
background-color css
<style>
a { background-color: #BF4505; }
a { background-color: rgb(191,69,5); }
div.DivClassName
{
background-color: #BF4505;
}
.BgClassName
{
background-color: #BF4505;
}
</style>
border-color css
<style>
span { border-color: #BF4505; }
span { border-color: rgb(191,69,5); }
td.TdClassName
{
border-color: #BF4505;
}
.TagClassName
{
border-color: #BF4505;
}
</style>