Shades of Rust #BF5618
Tints of Rust #BF5618
RGB
CMYK
RGB Variations
Color information
#BF5618 (or 0xBF5618) is known color: Rust. HEX triplet: BF, 56 and 18. RGB value is (191,86,24). Sum of RGB (Red+Green+Blue) = 191+86+24=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5618 is #40A9E7. Grayscale: #6E6E6E. Windows color (decimal): -4237800 or 1595071. OLE color: 1595071.
HSL color Cylindrical-coordinate representation of color #BF5618: hue angle of 22.28º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF5618 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 24 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.25 |
| HSL | 22.28º | 0.78% | 0.42% | - |
| HSV(B) | 22.28º | 0.87% | 0.75% | - |
| XYZ | 24.98 | 17.8 | 2.98 | - |
| YUV | 110.33 | 79.29 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 24 | 0 | 0.55 | 0.87 | 0.25 | 22.28 | 0.78 | 0.42 |
| Hex | BF | 56 | 18 | 0 | 37 | 57 | 19 | 16 | 4E | 2A |
| Octal | 277 | 126 | 30 | 0 | 67 | 127 | 31 | 26 | 116 | 52 |
| Binary | 10111111 | 1010110 | 11000 | 0 | 110111 | 1010111 | 11001 | 10110 | 1001110 | 101010 |
Color Harmonies of #BF5618
Complementary color
Monochromatic Colors of #BF5618
Black with #BF5618
Text Example
Text Example
White with #BF5618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5618; }
p { color: rgb(191,86,24); }
H1.HeaderClassName
{
color: #BF5618;
}
.AnyTagClassName
{
color: #BF5618;
}
</style>
background-color css
<style>
a { background-color: #BF5618; }
a { background-color: rgb(191,86,24); }
div.DivClassName
{
background-color: #BF5618;
}
.BgClassName
{
background-color: #BF5618;
}
</style>
border-color css
<style>
span { border-color: #BF5618; }
span { border-color: rgb(191,86,24); }
td.TdClassName
{
border-color: #BF5618;
}
.TagClassName
{
border-color: #BF5618;
}
</style>