Shades of Rust #BF3900
Tints of Rust #BF3900
RGB
CMYK
RGB Variations
Color information
#BF3900 (or 0xBF3900) is known color: Rust. HEX triplet: BF, 39 and 00. RGB value is (191,57,0). Sum of RGB (Red+Green+Blue) = 191+57+0=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3900 is #40C6FF. Grayscale: #5A5A5A. Windows color (decimal): -4245248 or 14783. OLE color: 14783.
HSL color Cylindrical-coordinate representation of color #BF3900: hue angle of 17.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF3900 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.25 |
| HSL | 17.91º | 1% | 0.37% | - |
| HSV(B) | 17.91º | 1% | 0.75% | - |
| XYZ | 22.95 | 14 | 1.49 | - |
| YUV | 90.57 | 76.89 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 0 | 0 | 0.70 | 1 | 0.25 | 17.91 | 1 | 0.37 |
| Hex | BF | 39 | 0 | 0 | 46 | 64 | 19 | 12 | 64 | 25 |
| Octal | 277 | 71 | 0 | 0 | 106 | 144 | 31 | 22 | 144 | 45 |
| Binary | 10111111 | 111001 | 0 | 0 | 1000110 | 1100100 | 11001 | 10010 | 1100100 | 100101 |
Color Harmonies of #BF3900
Complementary color
Monochromatic Colors of #BF3900
Black with #BF3900
Text Example
Text Example
White with #BF3900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3900; }
p { color: rgb(191,57,0); }
H1.HeaderClassName
{
color: #BF3900;
}
.AnyTagClassName
{
color: #BF3900;
}
</style>
background-color css
<style>
a { background-color: #BF3900; }
a { background-color: rgb(191,57,0); }
div.DivClassName
{
background-color: #BF3900;
}
.BgClassName
{
background-color: #BF3900;
}
</style>
border-color css
<style>
span { border-color: #BF3900; }
span { border-color: rgb(191,57,0); }
td.TdClassName
{
border-color: #BF3900;
}
.TagClassName
{
border-color: #BF3900;
}
</style>