Shades of Rust #BF4620
Tints of Rust #BF4620
RGB
CMYK
RGB Variations
Color information
#BF4620 (or 0xBF4620) is known color: Rust. HEX triplet: BF, 46 and 20. RGB value is (191,70,32). Sum of RGB (Red+Green+Blue) = 191+70+32=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4620 is #40B9DF. Grayscale: #666666. Windows color (decimal): -4241888 or 2115263. OLE color: 2115263.
HSL color Cylindrical-coordinate representation of color #BF4620: hue angle of 14.34º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF4620 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.25 |
| HSL | 14.34º | 0.71% | 0.44% | - |
| HSV(B) | 14.34º | 0.83% | 0.75% | - |
| XYZ | 23.94 | 15.56 | 3.11 | - |
| YUV | 101.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 32 | 0 | 0.63 | 0.83 | 0.25 | 14.34 | 0.71 | 0.44 |
| Hex | BF | 46 | 20 | 0 | 3F | 53 | 19 | E | 47 | 2C |
| Octal | 277 | 106 | 40 | 0 | 77 | 123 | 31 | 16 | 107 | 54 |
| Binary | 10111111 | 1000110 | 100000 | 0 | 111111 | 1010011 | 11001 | 1110 | 1000111 | 101100 |
Color Harmonies of #BF4620
Complementary color
Monochromatic Colors of #BF4620
Black with #BF4620
Text Example
Text Example
White with #BF4620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4620; }
p { color: rgb(191,70,32); }
H1.HeaderClassName
{
color: #BF4620;
}
.AnyTagClassName
{
color: #BF4620;
}
</style>
background-color css
<style>
a { background-color: #BF4620; }
a { background-color: rgb(191,70,32); }
div.DivClassName
{
background-color: #BF4620;
}
.BgClassName
{
background-color: #BF4620;
}
</style>
border-color css
<style>
span { border-color: #BF4620; }
span { border-color: rgb(191,70,32); }
td.TdClassName
{
border-color: #BF4620;
}
.TagClassName
{
border-color: #BF4620;
}
</style>