Shades of Rust #BF3C11
Tints of Rust #BF3C11
RGB
CMYK
RGB Variations
Color information
#BF3C11 (or 0xBF3C11) is known color: Rust. HEX triplet: BF, 3C and 11. RGB value is (191,60,17). Sum of RGB (Red+Green+Blue) = 191+60+17=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C11 is #40C3EE. Grayscale: #5E5E5E. Windows color (decimal): -4244463 or 1129663. OLE color: 1129663.
HSL color Cylindrical-coordinate representation of color #BF3C11: hue angle of 14.83º degrees, saturation: 0.84, 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 #BF3C11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.25 |
| HSL | 14.83º | 0.84% | 0.41% | - |
| HSV(B) | 14.83º | 0.91% | 0.75% | - |
| XYZ | 23.2 | 14.35 | 2.08 | - |
| YUV | 94.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 17 | 0 | 0.69 | 0.91 | 0.25 | 14.83 | 0.84 | 0.41 |
| Hex | BF | 3C | 11 | 0 | 45 | 5B | 19 | F | 54 | 29 |
| Octal | 277 | 74 | 21 | 0 | 105 | 133 | 31 | 17 | 124 | 51 |
| Binary | 10111111 | 111100 | 10001 | 0 | 1000101 | 1011011 | 11001 | 1111 | 1010100 | 101001 |
Color Harmonies of #BF3C11
Complementary color
Monochromatic Colors of #BF3C11
Black with #BF3C11
Text Example
Text Example
White with #BF3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C11; }
p { color: rgb(191,60,17); }
H1.HeaderClassName
{
color: #BF3C11;
}
.AnyTagClassName
{
color: #BF3C11;
}
</style>
background-color css
<style>
a { background-color: #BF3C11; }
a { background-color: rgb(191,60,17); }
div.DivClassName
{
background-color: #BF3C11;
}
.BgClassName
{
background-color: #BF3C11;
}
</style>
border-color css
<style>
span { border-color: #BF3C11; }
span { border-color: rgb(191,60,17); }
td.TdClassName
{
border-color: #BF3C11;
}
.TagClassName
{
border-color: #BF3C11;
}
</style>