Shades of Rust #BF390E
Tints of Rust #BF390E
RGB
CMYK
RGB Variations
Color information
#BF390E (or 0xBF390E) is known color: Rust. HEX triplet: BF, 39 and 0E. RGB value is (191,57,14). Sum of RGB (Red+Green+Blue) = 191+57+14=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF390E is #40C6F1. Grayscale: #5C5C5C. Windows color (decimal): -4245234 or 932287. OLE color: 932287.
HSL color Cylindrical-coordinate representation of color #BF390E: hue angle of 14.58º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF390E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.25 |
| HSL | 14.58º | 0.86% | 0.4% | - |
| HSV(B) | 14.58º | 0.93% | 0.75% | - |
| XYZ | 23.03 | 14.03 | 1.91 | - |
| YUV | 92.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 14 | 0 | 0.70 | 0.93 | 0.25 | 14.58 | 0.86 | 0.4 |
| Hex | BF | 39 | E | 0 | 46 | 5D | 19 | F | 56 | 28 |
| Octal | 277 | 71 | 16 | 0 | 106 | 135 | 31 | 17 | 126 | 50 |
| Binary | 10111111 | 111001 | 1110 | 0 | 1000110 | 1011101 | 11001 | 1111 | 1010110 | 101000 |
Color Harmonies of #BF390E
Complementary color
Monochromatic Colors of #BF390E
Black with #BF390E
Text Example
Text Example
White with #BF390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF390E; }
p { color: rgb(191,57,14); }
H1.HeaderClassName
{
color: #BF390E;
}
.AnyTagClassName
{
color: #BF390E;
}
</style>
background-color css
<style>
a { background-color: #BF390E; }
a { background-color: rgb(191,57,14); }
div.DivClassName
{
background-color: #BF390E;
}
.BgClassName
{
background-color: #BF390E;
}
</style>
border-color css
<style>
span { border-color: #BF390E; }
span { border-color: rgb(191,57,14); }
td.TdClassName
{
border-color: #BF390E;
}
.TagClassName
{
border-color: #BF390E;
}
</style>