Shades of Rust #BF4919
Tints of Rust #BF4919
RGB
CMYK
RGB Variations
Color information
#BF4919 (or 0xBF4919) is known color: Rust. HEX triplet: BF, 49 and 19. RGB value is (191,73,25). Sum of RGB (Red+Green+Blue) = 191+73+25=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4919 is #40B6E6. Grayscale: #676767. Windows color (decimal): -4241127 or 1657279. OLE color: 1657279.
HSL color Cylindrical-coordinate representation of color #BF4919: hue angle of 17.35º 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 #BF4919 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 25 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.25 |
| HSL | 17.35º | 0.77% | 0.42% | - |
| HSV(B) | 17.35º | 0.87% | 0.75% | - |
| XYZ | 24.04 | 15.91 | 2.72 | - |
| YUV | 102.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 25 | 0 | 0.62 | 0.87 | 0.25 | 17.35 | 0.77 | 0.42 |
| Hex | BF | 49 | 19 | 0 | 3E | 57 | 19 | 11 | 4D | 2A |
| Octal | 277 | 111 | 31 | 0 | 76 | 127 | 31 | 21 | 115 | 52 |
| Binary | 10111111 | 1001001 | 11001 | 0 | 111110 | 1010111 | 11001 | 10001 | 1001101 | 101010 |
Color Harmonies of #BF4919
Complementary color
Monochromatic Colors of #BF4919
Black with #BF4919
Text Example
Text Example
White with #BF4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4919; }
p { color: rgb(191,73,25); }
H1.HeaderClassName
{
color: #BF4919;
}
.AnyTagClassName
{
color: #BF4919;
}
</style>
background-color css
<style>
a { background-color: #BF4919; }
a { background-color: rgb(191,73,25); }
div.DivClassName
{
background-color: #BF4919;
}
.BgClassName
{
background-color: #BF4919;
}
</style>
border-color css
<style>
span { border-color: #BF4919; }
span { border-color: rgb(191,73,25); }
td.TdClassName
{
border-color: #BF4919;
}
.TagClassName
{
border-color: #BF4919;
}
</style>