Shades of Rust #BF400E
Tints of Rust #BF400E
RGB
CMYK
RGB Variations
Color information
#BF400E (or 0xBF400E) is known color: Rust. HEX triplet: BF, 40 and 0E. RGB value is (191,64,14). Sum of RGB (Red+Green+Blue) = 191+64+14=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF400E is #40BFF1. Grayscale: #606060. Windows color (decimal): -4243442 or 934079. OLE color: 934079.
HSL color Cylindrical-coordinate representation of color #BF400E: hue angle of 16.95º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF400E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.25 |
| HSL | 16.95º | 0.86% | 0.4% | - |
| HSV(B) | 16.95º | 0.93% | 0.75% | - |
| XYZ | 23.4 | 14.77 | 2.03 | - |
| YUV | 96.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 14 | 0 | 0.66 | 0.93 | 0.25 | 16.95 | 0.86 | 0.4 |
| Hex | BF | 40 | E | 0 | 42 | 5D | 19 | 11 | 56 | 28 |
| Octal | 277 | 100 | 16 | 0 | 102 | 135 | 31 | 21 | 126 | 50 |
| Binary | 10111111 | 1000000 | 1110 | 0 | 1000010 | 1011101 | 11001 | 10001 | 1010110 | 101000 |
Color Harmonies of #BF400E
Complementary color
Monochromatic Colors of #BF400E
Black with #BF400E
Text Example
Text Example
White with #BF400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF400E; }
p { color: rgb(191,64,14); }
H1.HeaderClassName
{
color: #BF400E;
}
.AnyTagClassName
{
color: #BF400E;
}
</style>
background-color css
<style>
a { background-color: #BF400E; }
a { background-color: rgb(191,64,14); }
div.DivClassName
{
background-color: #BF400E;
}
.BgClassName
{
background-color: #BF400E;
}
</style>
border-color css
<style>
span { border-color: #BF400E; }
span { border-color: rgb(191,64,14); }
td.TdClassName
{
border-color: #BF400E;
}
.TagClassName
{
border-color: #BF400E;
}
</style>