Shades of Rust #BF4D19
Tints of Rust #BF4D19
RGB
CMYK
RGB Variations
Color information
#BF4D19 (or 0xBF4D19) is known color: Rust. HEX triplet: BF, 4D and 19. RGB value is (191,77,25). Sum of RGB (Red+Green+Blue) = 191+77+25=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D19 is #40B2E6. Grayscale: #696969. Windows color (decimal): -4240103 or 1658303. OLE color: 1658303.
HSL color Cylindrical-coordinate representation of color #BF4D19: hue angle of 18.8º degrees, saturation: 0.77, 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 #BF4D19 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 25 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.25 |
| HSL | 18.8º | 0.77% | 0.42% | - |
| HSV(B) | 18.8º | 0.87% | 0.75% | - |
| XYZ | 24.32 | 16.45 | 2.81 | - |
| YUV | 105.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 25 | 0 | 0.60 | 0.87 | 0.25 | 18.8 | 0.77 | 0.42 |
| Hex | BF | 4D | 19 | 0 | 3C | 57 | 19 | 13 | 4D | 2A |
| Octal | 277 | 115 | 31 | 0 | 74 | 127 | 31 | 23 | 115 | 52 |
| Binary | 10111111 | 1001101 | 11001 | 0 | 111100 | 1010111 | 11001 | 10011 | 1001101 | 101010 |
Color Harmonies of #BF4D19
Complementary color
Monochromatic Colors of #BF4D19
Black with #BF4D19
Text Example
Text Example
White with #BF4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D19; }
p { color: rgb(191,77,25); }
H1.HeaderClassName
{
color: #BF4D19;
}
.AnyTagClassName
{
color: #BF4D19;
}
</style>
background-color css
<style>
a { background-color: #BF4D19; }
a { background-color: rgb(191,77,25); }
div.DivClassName
{
background-color: #BF4D19;
}
.BgClassName
{
background-color: #BF4D19;
}
</style>
border-color css
<style>
span { border-color: #BF4D19; }
span { border-color: rgb(191,77,25); }
td.TdClassName
{
border-color: #BF4D19;
}
.TagClassName
{
border-color: #BF4D19;
}
</style>