Shades of Rust #BF5310
Tints of Rust #BF5310
RGB
CMYK
RGB Variations
Color information
#BF5310 (or 0xBF5310) is known color: Rust. HEX triplet: BF, 53 and 10. RGB value is (191,83,16). Sum of RGB (Red+Green+Blue) = 191+83+16=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5310 is #40ACEF. Grayscale: #6C6C6C. Windows color (decimal): -4238576 or 1070015. OLE color: 1070015.
HSL color Cylindrical-coordinate representation of color #BF5310: hue angle of 22.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF5310 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 16 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.25 |
| HSL | 22.97º | 0.85% | 0.41% | - |
| HSV(B) | 22.97º | 0.92% | 0.75% | - |
| XYZ | 24.67 | 17.3 | 2.53 | - |
| YUV | 107.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 16 | 0 | 0.57 | 0.92 | 0.25 | 22.97 | 0.85 | 0.41 |
| Hex | BF | 53 | 10 | 0 | 39 | 5C | 19 | 17 | 55 | 29 |
| Octal | 277 | 123 | 20 | 0 | 71 | 134 | 31 | 27 | 125 | 51 |
| Binary | 10111111 | 1010011 | 10000 | 0 | 111001 | 1011100 | 11001 | 10111 | 1010101 | 101001 |
Color Harmonies of #BF5310
Complementary color
Monochromatic Colors of #BF5310
Black with #BF5310
Text Example
Text Example
White with #BF5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5310; }
p { color: rgb(191,83,16); }
H1.HeaderClassName
{
color: #BF5310;
}
.AnyTagClassName
{
color: #BF5310;
}
</style>
background-color css
<style>
a { background-color: #BF5310; }
a { background-color: rgb(191,83,16); }
div.DivClassName
{
background-color: #BF5310;
}
.BgClassName
{
background-color: #BF5310;
}
</style>
border-color css
<style>
span { border-color: #BF5310; }
span { border-color: rgb(191,83,16); }
td.TdClassName
{
border-color: #BF5310;
}
.TagClassName
{
border-color: #BF5310;
}
</style>