Shades of Rust #BF510C
Tints of Rust #BF510C
RGB
CMYK
RGB Variations
Color information
#BF510C (or 0xBF510C) is known color: Rust. HEX triplet: BF, 51 and 0C. RGB value is (191,81,12). Sum of RGB (Red+Green+Blue) = 191+81+12=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF510C is #40AEF3. Grayscale: #6A6A6A. Windows color (decimal): -4239092 or 807359. OLE color: 807359.
HSL color Cylindrical-coordinate representation of color #BF510C: hue angle of 23.13º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF510C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 12 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.25 |
| HSL | 23.13º | 0.88% | 0.4% | - |
| HSV(B) | 23.13º | 0.94% | 0.75% | - |
| XYZ | 24.49 | 16.99 | 2.34 | - |
| YUV | 106.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 12 | 0 | 0.58 | 0.94 | 0.25 | 23.13 | 0.88 | 0.4 |
| Hex | BF | 51 | C | 0 | 3A | 5E | 19 | 17 | 58 | 28 |
| Octal | 277 | 121 | 14 | 0 | 72 | 136 | 31 | 27 | 130 | 50 |
| Binary | 10111111 | 1010001 | 1100 | 0 | 111010 | 1011110 | 11001 | 10111 | 1011000 | 101000 |
Color Harmonies of #BF510C
Complementary color
Monochromatic Colors of #BF510C
Black with #BF510C
Text Example
Text Example
White with #BF510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF510C; }
p { color: rgb(191,81,12); }
H1.HeaderClassName
{
color: #BF510C;
}
.AnyTagClassName
{
color: #BF510C;
}
</style>
background-color css
<style>
a { background-color: #BF510C; }
a { background-color: rgb(191,81,12); }
div.DivClassName
{
background-color: #BF510C;
}
.BgClassName
{
background-color: #BF510C;
}
</style>
border-color css
<style>
span { border-color: #BF510C; }
span { border-color: rgb(191,81,12); }
td.TdClassName
{
border-color: #BF510C;
}
.TagClassName
{
border-color: #BF510C;
}
</style>