Shades of Rust #BF4704
Tints of Rust #BF4704
RGB
CMYK
RGB Variations
Color information
#BF4704 (or 0xBF4704) is known color: Rust. HEX triplet: BF, 47 and 04. RGB value is (191,71,4). Sum of RGB (Red+Green+Blue) = 191+71+4=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4704 is #40B8FB. Grayscale: #636363. Windows color (decimal): -4241660 or 280511. OLE color: 280511.
HSL color Cylindrical-coordinate representation of color #BF4704: hue angle of 21.5º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF4704 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.25 |
| HSL | 21.5º | 0.96% | 0.38% | - |
| HSV(B) | 21.5º | 0.98% | 0.75% | - |
| XYZ | 23.76 | 15.59 | 1.87 | - |
| YUV | 99.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 4 | 0 | 0.63 | 0.98 | 0.25 | 21.5 | 0.96 | 0.38 |
| Hex | BF | 47 | 4 | 0 | 3F | 62 | 19 | 15 | 60 | 26 |
| Octal | 277 | 107 | 4 | 0 | 77 | 142 | 31 | 25 | 140 | 46 |
| Binary | 10111111 | 1000111 | 100 | 0 | 111111 | 1100010 | 11001 | 10101 | 1100000 | 100110 |
Color Harmonies of #BF4704
Complementary color
Monochromatic Colors of #BF4704
Black with #BF4704
Text Example
Text Example
White with #BF4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4704; }
p { color: rgb(191,71,4); }
H1.HeaderClassName
{
color: #BF4704;
}
.AnyTagClassName
{
color: #BF4704;
}
</style>
background-color css
<style>
a { background-color: #BF4704; }
a { background-color: rgb(191,71,4); }
div.DivClassName
{
background-color: #BF4704;
}
.BgClassName
{
background-color: #BF4704;
}
</style>
border-color css
<style>
span { border-color: #BF4704; }
span { border-color: rgb(191,71,4); }
td.TdClassName
{
border-color: #BF4704;
}
.TagClassName
{
border-color: #BF4704;
}
</style>