Shades of Rust #BF4A19
Tints of Rust #BF4A19
RGB
CMYK
RGB Variations
Color information
#BF4A19 (or 0xBF4A19) is known color: Rust. HEX triplet: BF, 4A and 19. RGB value is (191,74,25). Sum of RGB (Red+Green+Blue) = 191+74+25=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A19 is #40B5E6. Grayscale: #676767. Windows color (decimal): -4240871 or 1657535. OLE color: 1657535.
HSL color Cylindrical-coordinate representation of color #BF4A19: hue angle of 17.71º 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 #BF4A19 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 25 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.25 |
| HSL | 17.71º | 0.77% | 0.42% | - |
| HSV(B) | 17.71º | 0.87% | 0.75% | - |
| XYZ | 24.11 | 16.04 | 2.75 | - |
| YUV | 103.4 | 83.76 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 25 | 0 | 0.61 | 0.87 | 0.25 | 17.71 | 0.77 | 0.42 |
| Hex | BF | 4A | 19 | 0 | 3D | 57 | 19 | 12 | 4D | 2A |
| Octal | 277 | 112 | 31 | 0 | 75 | 127 | 31 | 22 | 115 | 52 |
| Binary | 10111111 | 1001010 | 11001 | 0 | 111101 | 1010111 | 11001 | 10010 | 1001101 | 101010 |
Color Harmonies of #BF4A19
Complementary color
Monochromatic Colors of #BF4A19
Black with #BF4A19
Text Example
Text Example
White with #BF4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A19; }
p { color: rgb(191,74,25); }
H1.HeaderClassName
{
color: #BF4A19;
}
.AnyTagClassName
{
color: #BF4A19;
}
</style>
background-color css
<style>
a { background-color: #BF4A19; }
a { background-color: rgb(191,74,25); }
div.DivClassName
{
background-color: #BF4A19;
}
.BgClassName
{
background-color: #BF4A19;
}
</style>
border-color css
<style>
span { border-color: #BF4A19; }
span { border-color: rgb(191,74,25); }
td.TdClassName
{
border-color: #BF4A19;
}
.TagClassName
{
border-color: #BF4A19;
}
</style>