Shades of Rust #BF4D1F
Tints of Rust #BF4D1F
RGB
CMYK
RGB Variations
Color information
#BF4D1F (or 0xBF4D1F) is known color: Rust. HEX triplet: BF, 4D and 1F. RGB value is (191,77,31). Sum of RGB (Red+Green+Blue) = 191+77+31=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D1F is #40B2E0. Grayscale: #6A6A6A. Windows color (decimal): -4240097 or 2051519. OLE color: 2051519.
HSL color Cylindrical-coordinate representation of color #BF4D1F: hue angle of 17.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF4D1F is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 77 | 31 | - |
CMYK | 0 | 0.60 | 0.84 | 0.25 |
HSL | 17.25º | 0.72% | 0.44% | - |
HSV(B) | 17.25º | 0.84% | 0.75% | - |
XYZ | 24.39 | 16.48 | 3.19 | - |
YUV | 105.84 | 85.77 | 188.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 77 | 31 | 0 | 0.60 | 0.84 | 0.25 | 17.25 | 0.72 | 0.44 |
Hex | BF | 4D | 1F | 0 | 3C | 54 | 19 | 11 | 48 | 2C |
Octal | 277 | 115 | 37 | 0 | 74 | 124 | 31 | 21 | 110 | 54 |
Binary | 10111111 | 1001101 | 11111 | 0 | 111100 | 1010100 | 11001 | 10001 | 1001000 | 101100 |
Color Harmonies of #BF4D1F
Complementary color
Monochromatic Colors of #BF4D1F
Black with #BF4D1F
Text Example
Text Example
White with #BF4D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D1F; }
p { color: rgb(191,77,31); }
H1.HeaderClassName
{
color: #BF4D1F;
}
.AnyTagClassName
{
color: #BF4D1F;
}
</style>
background-color css
<style>
a { background-color: #BF4D1F; }
a { background-color: rgb(191,77,31); }
div.DivClassName
{
background-color: #BF4D1F;
}
.BgClassName
{
background-color: #BF4D1F;
}
</style>
border-color css
<style>
span { border-color: #BF4D1F; }
span { border-color: rgb(191,77,31); }
td.TdClassName
{
border-color: #BF4D1F;
}
.TagClassName
{
border-color: #BF4D1F;
}
</style>