Shades of Rust #BF410D
Tints of Rust #BF410D
RGB
CMYK
RGB Variations
Color information
#BF410D (or 0xBF410D) is known color: Rust. HEX triplet: BF, 41 and 0D. RGB value is (191,65,13). Sum of RGB (Red+Green+Blue) = 191+65+13=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF410D is #40BEF2. Grayscale: #616161. Windows color (decimal): -4243187 or 868799. OLE color: 868799.
HSL color Cylindrical-coordinate representation of color #BF410D: hue angle of 17.53º degrees, saturation: 0.87, 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 #BF410D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.25 |
| HSL | 17.53º | 0.87% | 0.4% | - |
| HSV(B) | 17.53º | 0.93% | 0.75% | - |
| XYZ | 23.45 | 14.89 | 2.02 | - |
| YUV | 96.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 13 | 0 | 0.66 | 0.93 | 0.25 | 17.53 | 0.87 | 0.4 |
| Hex | BF | 41 | D | 0 | 42 | 5D | 19 | 12 | 57 | 28 |
| Octal | 277 | 101 | 15 | 0 | 102 | 135 | 31 | 22 | 127 | 50 |
| Binary | 10111111 | 1000001 | 1101 | 0 | 1000010 | 1011101 | 11001 | 10010 | 1010111 | 101000 |
Color Harmonies of #BF410D
Complementary color
Monochromatic Colors of #BF410D
Black with #BF410D
Text Example
Text Example
White with #BF410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF410D; }
p { color: rgb(191,65,13); }
H1.HeaderClassName
{
color: #BF410D;
}
.AnyTagClassName
{
color: #BF410D;
}
</style>
background-color css
<style>
a { background-color: #BF410D; }
a { background-color: rgb(191,65,13); }
div.DivClassName
{
background-color: #BF410D;
}
.BgClassName
{
background-color: #BF410D;
}
</style>
border-color css
<style>
span { border-color: #BF410D; }
span { border-color: rgb(191,65,13); }
td.TdClassName
{
border-color: #BF410D;
}
.TagClassName
{
border-color: #BF410D;
}
</style>