Shades of Rust #BF4112
Tints of Rust #BF4112
RGB
CMYK
RGB Variations
Color information
#BF4112 (or 0xBF4112) is known color: Rust. HEX triplet: BF, 41 and 12. RGB value is (191,65,18). Sum of RGB (Red+Green+Blue) = 191+65+18=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4112 is #40BEED. Grayscale: #616161. Windows color (decimal): -4243182 or 1196479. OLE color: 1196479.
HSL color Cylindrical-coordinate representation of color #BF4112: hue angle of 16.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF4112 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.25 |
| HSL | 16.3º | 0.83% | 0.41% | - |
| HSV(B) | 16.3º | 0.91% | 0.75% | - |
| XYZ | 23.49 | 14.9 | 2.21 | - |
| YUV | 97.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 18 | 0 | 0.66 | 0.91 | 0.25 | 16.3 | 0.83 | 0.41 |
| Hex | BF | 41 | 12 | 0 | 42 | 5B | 19 | 10 | 53 | 29 |
| Octal | 277 | 101 | 22 | 0 | 102 | 133 | 31 | 20 | 123 | 51 |
| Binary | 10111111 | 1000001 | 10010 | 0 | 1000010 | 1011011 | 11001 | 10000 | 1010011 | 101001 |
Color Harmonies of #BF4112
Complementary color
Monochromatic Colors of #BF4112
Black with #BF4112
Text Example
Text Example
White with #BF4112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4112; }
p { color: rgb(191,65,18); }
H1.HeaderClassName
{
color: #BF4112;
}
.AnyTagClassName
{
color: #BF4112;
}
</style>
background-color css
<style>
a { background-color: #BF4112; }
a { background-color: rgb(191,65,18); }
div.DivClassName
{
background-color: #BF4112;
}
.BgClassName
{
background-color: #BF4112;
}
</style>
border-color css
<style>
span { border-color: #BF4112; }
span { border-color: rgb(191,65,18); }
td.TdClassName
{
border-color: #BF4112;
}
.TagClassName
{
border-color: #BF4112;
}
</style>