Shades of Rust #BF3E11
Tints of Rust #BF3E11
RGB
CMYK
RGB Variations
Color information
#BF3E11 (or 0xBF3E11) is known color: Rust. HEX triplet: BF, 3E and 11. RGB value is (191,62,17). Sum of RGB (Red+Green+Blue) = 191+62+17=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E11 is #40C1EE. Grayscale: #5F5F5F. Windows color (decimal): -4243951 or 1130175. OLE color: 1130175.
HSL color Cylindrical-coordinate representation of color #BF3E11: hue angle of 15.52º 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 #BF3E11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 17 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.25 |
| HSL | 15.52º | 0.84% | 0.41% | - |
| HSV(B) | 15.52º | 0.91% | 0.75% | - |
| XYZ | 23.31 | 14.56 | 2.11 | - |
| YUV | 95.44 | 83.74 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 17 | 0 | 0.68 | 0.91 | 0.25 | 15.52 | 0.84 | 0.41 |
| Hex | BF | 3E | 11 | 0 | 44 | 5B | 19 | 10 | 54 | 29 |
| Octal | 277 | 76 | 21 | 0 | 104 | 133 | 31 | 20 | 124 | 51 |
| Binary | 10111111 | 111110 | 10001 | 0 | 1000100 | 1011011 | 11001 | 10000 | 1010100 | 101001 |
Color Harmonies of #BF3E11
Complementary color
Monochromatic Colors of #BF3E11
Black with #BF3E11
Text Example
Text Example
White with #BF3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E11; }
p { color: rgb(191,62,17); }
H1.HeaderClassName
{
color: #BF3E11;
}
.AnyTagClassName
{
color: #BF3E11;
}
</style>
background-color css
<style>
a { background-color: #BF3E11; }
a { background-color: rgb(191,62,17); }
div.DivClassName
{
background-color: #BF3E11;
}
.BgClassName
{
background-color: #BF3E11;
}
</style>
border-color css
<style>
span { border-color: #BF3E11; }
span { border-color: rgb(191,62,17); }
td.TdClassName
{
border-color: #BF3E11;
}
.TagClassName
{
border-color: #BF3E11;
}
</style>