Shades of Rust #BF5513
Tints of Rust #BF5513
RGB
CMYK
RGB Variations
Color information
#BF5513 (or 0xBF5513) is known color: Rust. HEX triplet: BF, 55 and 13. RGB value is (191,85,19). Sum of RGB (Red+Green+Blue) = 191+85+19=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5513 is #40AAEC. Grayscale: #6D6D6D. Windows color (decimal): -4238061 or 1267135. OLE color: 1267135.
HSL color Cylindrical-coordinate representation of color #BF5513: hue angle of 23.02º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5513 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 85 | 19 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.25 |
| HSL | 23.02º | 0.82% | 0.41% | - |
| HSV(B) | 23.02º | 0.9% | 0.75% | - |
| XYZ | 24.85 | 17.62 | 2.71 | - |
| YUV | 109.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 19 | 0 | 0.55 | 0.90 | 0.25 | 23.02 | 0.82 | 0.41 |
| Hex | BF | 55 | 13 | 0 | 37 | 5A | 19 | 17 | 52 | 29 |
| Octal | 277 | 125 | 23 | 0 | 67 | 132 | 31 | 27 | 122 | 51 |
| Binary | 10111111 | 1010101 | 10011 | 0 | 110111 | 1011010 | 11001 | 10111 | 1010010 | 101001 |
Color Harmonies of #BF5513
Complementary color
Monochromatic Colors of #BF5513
Black with #BF5513
Text Example
Text Example
White with #BF5513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5513; }
p { color: rgb(191,85,19); }
H1.HeaderClassName
{
color: #BF5513;
}
.AnyTagClassName
{
color: #BF5513;
}
</style>
background-color css
<style>
a { background-color: #BF5513; }
a { background-color: rgb(191,85,19); }
div.DivClassName
{
background-color: #BF5513;
}
.BgClassName
{
background-color: #BF5513;
}
</style>
border-color css
<style>
span { border-color: #BF5513; }
span { border-color: rgb(191,85,19); }
td.TdClassName
{
border-color: #BF5513;
}
.TagClassName
{
border-color: #BF5513;
}
</style>