Shades of Rust #BF390D
Tints of Rust #BF390D
RGB
CMYK
RGB Variations
Color information
#BF390D (or 0xBF390D) is known color: Rust. HEX triplet: BF, 39 and 0D. RGB value is (191,57,13). Sum of RGB (Red+Green+Blue) = 191+57+13=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF390D is #40C6F2. Grayscale: #5C5C5C. Windows color (decimal): -4245235 or 866751. OLE color: 866751.
HSL color Cylindrical-coordinate representation of color #BF390D: hue angle of 14.83º degrees, saturation: 0.87, 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 #BF390D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 13 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.25 |
| HSL | 14.83º | 0.87% | 0.4% | - |
| HSV(B) | 14.83º | 0.93% | 0.75% | - |
| XYZ | 23.02 | 14.03 | 1.88 | - |
| YUV | 92.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 13 | 0 | 0.70 | 0.93 | 0.25 | 14.83 | 0.87 | 0.4 |
| Hex | BF | 39 | D | 0 | 46 | 5D | 19 | F | 57 | 28 |
| Octal | 277 | 71 | 15 | 0 | 106 | 135 | 31 | 17 | 127 | 50 |
| Binary | 10111111 | 111001 | 1101 | 0 | 1000110 | 1011101 | 11001 | 1111 | 1010111 | 101000 |
Color Harmonies of #BF390D
Complementary color
Monochromatic Colors of #BF390D
Black with #BF390D
Text Example
Text Example
White with #BF390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF390D; }
p { color: rgb(191,57,13); }
H1.HeaderClassName
{
color: #BF390D;
}
.AnyTagClassName
{
color: #BF390D;
}
</style>
background-color css
<style>
a { background-color: #BF390D; }
a { background-color: rgb(191,57,13); }
div.DivClassName
{
background-color: #BF390D;
}
.BgClassName
{
background-color: #BF390D;
}
</style>
border-color css
<style>
span { border-color: #BF390D; }
span { border-color: rgb(191,57,13); }
td.TdClassName
{
border-color: #BF390D;
}
.TagClassName
{
border-color: #BF390D;
}
</style>