Shades of Rust #BF410B
Tints of Rust #BF410B
RGB
CMYK
RGB Variations
Color information
#BF410B (or 0xBF410B) is known color: Rust. HEX triplet: BF, 41 and 0B. RGB value is (191,65,11). Sum of RGB (Red+Green+Blue) = 191+65+11=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF410B is #40BEF4. Grayscale: #606060. Windows color (decimal): -4243189 or 737727. OLE color: 737727.
HSL color Cylindrical-coordinate representation of color #BF410B: hue angle of 18º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF410B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 11 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.25 |
| HSL | 18º | 0.89% | 0.4% | - |
| HSV(B) | 18º | 0.94% | 0.75% | - |
| XYZ | 23.44 | 14.88 | 1.95 | - |
| YUV | 96.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 11 | 0 | 0.66 | 0.94 | 0.25 | 18 | 0.89 | 0.4 |
| Hex | BF | 41 | B | 0 | 42 | 5E | 19 | 12 | 59 | 28 |
| Octal | 277 | 101 | 13 | 0 | 102 | 136 | 31 | 22 | 131 | 50 |
| Binary | 10111111 | 1000001 | 1011 | 0 | 1000010 | 1011110 | 11001 | 10010 | 1011001 | 101000 |
Color Harmonies of #BF410B
Complementary color
Monochromatic Colors of #BF410B
Black with #BF410B
Text Example
Text Example
White with #BF410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF410B; }
p { color: rgb(191,65,11); }
H1.HeaderClassName
{
color: #BF410B;
}
.AnyTagClassName
{
color: #BF410B;
}
</style>
background-color css
<style>
a { background-color: #BF410B; }
a { background-color: rgb(191,65,11); }
div.DivClassName
{
background-color: #BF410B;
}
.BgClassName
{
background-color: #BF410B;
}
</style>
border-color css
<style>
span { border-color: #BF410B; }
span { border-color: rgb(191,65,11); }
td.TdClassName
{
border-color: #BF410B;
}
.TagClassName
{
border-color: #BF410B;
}
</style>