Shades of Rust #BF3E15
Tints of Rust #BF3E15
RGB
CMYK
RGB Variations
Color information
#BF3E15 (or 0xBF3E15) is known color: Rust. HEX triplet: BF, 3E and 15. RGB value is (191,62,21). Sum of RGB (Red+Green+Blue) = 191+62+21=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E15 is #40C1EA. Grayscale: #606060. Windows color (decimal): -4243947 or 1392319. OLE color: 1392319.
HSL color Cylindrical-coordinate representation of color #BF3E15: hue angle of 14.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF3E15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 21 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.25 |
| HSL | 14.47º | 0.8% | 0.42% | - |
| HSV(B) | 14.47º | 0.89% | 0.75% | - |
| XYZ | 23.34 | 14.58 | 2.29 | - |
| YUV | 95.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 21 | 0 | 0.68 | 0.89 | 0.25 | 14.47 | 0.8 | 0.42 |
| Hex | BF | 3E | 15 | 0 | 44 | 59 | 19 | E | 50 | 2A |
| Octal | 277 | 76 | 25 | 0 | 104 | 131 | 31 | 16 | 120 | 52 |
| Binary | 10111111 | 111110 | 10101 | 0 | 1000100 | 1011001 | 11001 | 1110 | 1010000 | 101010 |
Color Harmonies of #BF3E15
Complementary color
Monochromatic Colors of #BF3E15
Black with #BF3E15
Text Example
Text Example
White with #BF3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E15; }
p { color: rgb(191,62,21); }
H1.HeaderClassName
{
color: #BF3E15;
}
.AnyTagClassName
{
color: #BF3E15;
}
</style>
background-color css
<style>
a { background-color: #BF3E15; }
a { background-color: rgb(191,62,21); }
div.DivClassName
{
background-color: #BF3E15;
}
.BgClassName
{
background-color: #BF3E15;
}
</style>
border-color css
<style>
span { border-color: #BF3E15; }
span { border-color: rgb(191,62,21); }
td.TdClassName
{
border-color: #BF3E15;
}
.TagClassName
{
border-color: #BF3E15;
}
</style>