Shades of Rust #BF400F
Tints of Rust #BF400F
RGB
CMYK
RGB Variations
Color information
#BF400F (or 0xBF400F) is known color: Rust. HEX triplet: BF, 40 and 0F. RGB value is (191,64,15). Sum of RGB (Red+Green+Blue) = 191+64+15=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF400F is #40BFF0. Grayscale: #606060. Windows color (decimal): -4243441 or 999615. OLE color: 999615.
HSL color Cylindrical-coordinate representation of color #BF400F: hue angle of 16.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF400F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.25 |
| HSL | 16.7º | 0.85% | 0.4% | - |
| HSV(B) | 16.7º | 0.92% | 0.75% | - |
| XYZ | 23.41 | 14.78 | 2.07 | - |
| YUV | 96.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 15 | 0 | 0.66 | 0.92 | 0.25 | 16.7 | 0.85 | 0.4 |
| Hex | BF | 40 | F | 0 | 42 | 5C | 19 | 11 | 55 | 28 |
| Octal | 277 | 100 | 17 | 0 | 102 | 134 | 31 | 21 | 125 | 50 |
| Binary | 10111111 | 1000000 | 1111 | 0 | 1000010 | 1011100 | 11001 | 10001 | 1010101 | 101000 |
Color Harmonies of #BF400F
Complementary color
Monochromatic Colors of #BF400F
Black with #BF400F
Text Example
Text Example
White with #BF400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF400F; }
p { color: rgb(191,64,15); }
H1.HeaderClassName
{
color: #BF400F;
}
.AnyTagClassName
{
color: #BF400F;
}
</style>
background-color css
<style>
a { background-color: #BF400F; }
a { background-color: rgb(191,64,15); }
div.DivClassName
{
background-color: #BF400F;
}
.BgClassName
{
background-color: #BF400F;
}
</style>
border-color css
<style>
span { border-color: #BF400F; }
span { border-color: rgb(191,64,15); }
td.TdClassName
{
border-color: #BF400F;
}
.TagClassName
{
border-color: #BF400F;
}
</style>