Shades of Rust #BF511B
Tints of Rust #BF511B
RGB
CMYK
RGB Variations
Color information
#BF511B (or 0xBF511B) is known color: Rust. HEX triplet: BF, 51 and 1B. RGB value is (191,81,27). Sum of RGB (Red+Green+Blue) = 191+81+27=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF511B is #40AEE4. Grayscale: #6C6C6C. Windows color (decimal): -4239077 or 1790399. OLE color: 1790399.
HSL color Cylindrical-coordinate representation of color #BF511B: hue angle of 19.76º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF511B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.25 |
| HSL | 19.76º | 0.75% | 0.43% | - |
| HSV(B) | 19.76º | 0.86% | 0.75% | - |
| XYZ | 24.63 | 17.04 | 3.03 | - |
| YUV | 107.73 | 82.44 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 27 | 0 | 0.58 | 0.86 | 0.25 | 19.76 | 0.75 | 0.43 |
| Hex | BF | 51 | 1B | 0 | 3A | 56 | 19 | 14 | 4B | 2B |
| Octal | 277 | 121 | 33 | 0 | 72 | 126 | 31 | 24 | 113 | 53 |
| Binary | 10111111 | 1010001 | 11011 | 0 | 111010 | 1010110 | 11001 | 10100 | 1001011 | 101011 |
Color Harmonies of #BF511B
Complementary color
Monochromatic Colors of #BF511B
Black with #BF511B
Text Example
Text Example
White with #BF511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF511B; }
p { color: rgb(191,81,27); }
H1.HeaderClassName
{
color: #BF511B;
}
.AnyTagClassName
{
color: #BF511B;
}
</style>
background-color css
<style>
a { background-color: #BF511B; }
a { background-color: rgb(191,81,27); }
div.DivClassName
{
background-color: #BF511B;
}
.BgClassName
{
background-color: #BF511B;
}
</style>
border-color css
<style>
span { border-color: #BF511B; }
span { border-color: rgb(191,81,27); }
td.TdClassName
{
border-color: #BF511B;
}
.TagClassName
{
border-color: #BF511B;
}
</style>