Shades of Rust #BF4F18
Tints of Rust #BF4F18
RGB
CMYK
RGB Variations
Color information
#BF4F18 (or 0xBF4F18) is known color: Rust. HEX triplet: BF, 4F and 18. RGB value is (191,79,24). Sum of RGB (Red+Green+Blue) = 191+79+24=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4F18 is #40B0E7. Grayscale: #6A6A6A. Windows color (decimal): -4239592 or 1593279. OLE color: 1593279.
HSL color Cylindrical-coordinate representation of color #BF4F18: hue angle of 19.76º 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 #BF4F18 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 24 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.25 |
| HSL | 19.76º | 0.78% | 0.42% | - |
| HSV(B) | 19.76º | 0.87% | 0.75% | - |
| XYZ | 24.45 | 16.73 | 2.81 | - |
| YUV | 106.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 24 | 0 | 0.59 | 0.87 | 0.25 | 19.76 | 0.78 | 0.42 |
| Hex | BF | 4F | 18 | 0 | 3B | 57 | 19 | 14 | 4E | 2A |
| Octal | 277 | 117 | 30 | 0 | 73 | 127 | 31 | 24 | 116 | 52 |
| Binary | 10111111 | 1001111 | 11000 | 0 | 111011 | 1010111 | 11001 | 10100 | 1001110 | 101010 |
Color Harmonies of #BF4F18
Complementary color
Monochromatic Colors of #BF4F18
Black with #BF4F18
Text Example
Text Example
White with #BF4F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F18; }
p { color: rgb(191,79,24); }
H1.HeaderClassName
{
color: #BF4F18;
}
.AnyTagClassName
{
color: #BF4F18;
}
</style>
background-color css
<style>
a { background-color: #BF4F18; }
a { background-color: rgb(191,79,24); }
div.DivClassName
{
background-color: #BF4F18;
}
.BgClassName
{
background-color: #BF4F18;
}
</style>
border-color css
<style>
span { border-color: #BF4F18; }
span { border-color: rgb(191,79,24); }
td.TdClassName
{
border-color: #BF4F18;
}
.TagClassName
{
border-color: #BF4F18;
}
</style>