Shades of Rust #BF4405
Tints of Rust #BF4405
RGB
CMYK
RGB Variations
Color information
#BF4405 (or 0xBF4405) is known color: Rust. HEX triplet: BF, 44 and 05. RGB value is (191,68,5). Sum of RGB (Red+Green+Blue) = 191+68+5=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4405 is #40BBFA. Grayscale: #616161. Windows color (decimal): -4242427 or 345279. OLE color: 345279.
HSL color Cylindrical-coordinate representation of color #BF4405: hue angle of 20.32º 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 #BF4405 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.25 |
| HSL | 20.32º | 0.95% | 0.38% | - |
| HSV(B) | 20.32º | 0.97% | 0.75% | - |
| XYZ | 23.58 | 15.22 | 1.84 | - |
| YUV | 97.6 | 75.75 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 5 | 0 | 0.64 | 0.97 | 0.25 | 20.32 | 0.95 | 0.38 |
| Hex | BF | 44 | 5 | 0 | 40 | 61 | 19 | 14 | 5F | 26 |
| Octal | 277 | 104 | 5 | 0 | 100 | 141 | 31 | 24 | 137 | 46 |
| Binary | 10111111 | 1000100 | 101 | 0 | 1000000 | 1100001 | 11001 | 10100 | 1011111 | 100110 |
Color Harmonies of #BF4405
Complementary color
Monochromatic Colors of #BF4405
Black with #BF4405
Text Example
Text Example
White with #BF4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4405; }
p { color: rgb(191,68,5); }
H1.HeaderClassName
{
color: #BF4405;
}
.AnyTagClassName
{
color: #BF4405;
}
</style>
background-color css
<style>
a { background-color: #BF4405; }
a { background-color: rgb(191,68,5); }
div.DivClassName
{
background-color: #BF4405;
}
.BgClassName
{
background-color: #BF4405;
}
</style>
border-color css
<style>
span { border-color: #BF4405; }
span { border-color: rgb(191,68,5); }
td.TdClassName
{
border-color: #BF4405;
}
.TagClassName
{
border-color: #BF4405;
}
</style>