Shades of Rust #BF410E
Tints of Rust #BF410E
RGB
CMYK
RGB Variations
Color information
#BF410E (or 0xBF410E) is known color: Rust. HEX triplet: BF, 41 and 0E. RGB value is (191,65,14). Sum of RGB (Red+Green+Blue) = 191+65+14=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF410E is #40BEF1. Grayscale: #616161. Windows color (decimal): -4243186 or 934335. OLE color: 934335.
HSL color Cylindrical-coordinate representation of color #BF410E: hue angle of 17.29º 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 #BF410E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.25 |
| HSL | 17.29º | 0.86% | 0.4% | - |
| HSV(B) | 17.29º | 0.93% | 0.75% | - |
| XYZ | 23.46 | 14.89 | 2.05 | - |
| YUV | 96.86 | 81.24 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 14 | 0 | 0.66 | 0.93 | 0.25 | 17.29 | 0.86 | 0.4 |
| Hex | BF | 41 | E | 0 | 42 | 5D | 19 | 11 | 56 | 28 |
| Octal | 277 | 101 | 16 | 0 | 102 | 135 | 31 | 21 | 126 | 50 |
| Binary | 10111111 | 1000001 | 1110 | 0 | 1000010 | 1011101 | 11001 | 10001 | 1010110 | 101000 |
Color Harmonies of #BF410E
Complementary color
Monochromatic Colors of #BF410E
Black with #BF410E
Text Example
Text Example
White with #BF410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF410E; }
p { color: rgb(191,65,14); }
H1.HeaderClassName
{
color: #BF410E;
}
.AnyTagClassName
{
color: #BF410E;
}
</style>
background-color css
<style>
a { background-color: #BF410E; }
a { background-color: rgb(191,65,14); }
div.DivClassName
{
background-color: #BF410E;
}
.BgClassName
{
background-color: #BF410E;
}
</style>
border-color css
<style>
span { border-color: #BF410E; }
span { border-color: rgb(191,65,14); }
td.TdClassName
{
border-color: #BF410E;
}
.TagClassName
{
border-color: #BF410E;
}
</style>