Shades of Rust #BF5215
Tints of Rust #BF5215
RGB
CMYK
RGB Variations
Color information
#BF5215 (or 0xBF5215) is known color: Rust. HEX triplet: BF, 52 and 15. RGB value is (191,82,21). Sum of RGB (Red+Green+Blue) = 191+82+21=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5215 is #40ADEA. Grayscale: #6B6B6B. Windows color (decimal): -4238827 or 1397439. OLE color: 1397439.
HSL color Cylindrical-coordinate representation of color #BF5215: hue angle of 21.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF5215 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 21 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.25 |
| HSL | 21.53º | 0.8% | 0.42% | - |
| HSV(B) | 21.53º | 0.89% | 0.75% | - |
| XYZ | 24.64 | 17.17 | 2.72 | - |
| YUV | 107.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 21 | 0 | 0.57 | 0.89 | 0.25 | 21.53 | 0.8 | 0.42 |
| Hex | BF | 52 | 15 | 0 | 39 | 59 | 19 | 16 | 50 | 2A |
| Octal | 277 | 122 | 25 | 0 | 71 | 131 | 31 | 26 | 120 | 52 |
| Binary | 10111111 | 1010010 | 10101 | 0 | 111001 | 1011001 | 11001 | 10110 | 1010000 | 101010 |
Color Harmonies of #BF5215
Complementary color
Monochromatic Colors of #BF5215
Black with #BF5215
Text Example
Text Example
White with #BF5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5215; }
p { color: rgb(191,82,21); }
H1.HeaderClassName
{
color: #BF5215;
}
.AnyTagClassName
{
color: #BF5215;
}
</style>
background-color css
<style>
a { background-color: #BF5215; }
a { background-color: rgb(191,82,21); }
div.DivClassName
{
background-color: #BF5215;
}
.BgClassName
{
background-color: #BF5215;
}
</style>
border-color css
<style>
span { border-color: #BF5215; }
span { border-color: rgb(191,82,21); }
td.TdClassName
{
border-color: #BF5215;
}
.TagClassName
{
border-color: #BF5215;
}
</style>