Shades of Rust #BF3700
Tints of Rust #BF3700
RGB
CMYK
RGB Variations
Color information
#BF3700 (or 0xBF3700) is known color: Rust. HEX triplet: BF, 37 and 00. RGB value is (191,55,0). Sum of RGB (Red+Green+Blue) = 191+55+0=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3700 is #40C8FF. Grayscale: #595959. Windows color (decimal): -4245760 or 14271. OLE color: 14271.
HSL color Cylindrical-coordinate representation of color #BF3700: hue angle of 17.28º 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 #BF3700 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.25 |
| HSL | 17.28º | 1% | 0.37% | - |
| HSV(B) | 17.28º | 1% | 0.75% | - |
| XYZ | 22.85 | 13.81 | 1.46 | - |
| YUV | 89.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 0 | 0 | 0.71 | 1 | 0.25 | 17.28 | 1 | 0.37 |
| Hex | BF | 37 | 0 | 0 | 47 | 64 | 19 | 11 | 64 | 25 |
| Octal | 277 | 67 | 0 | 0 | 107 | 144 | 31 | 21 | 144 | 45 |
| Binary | 10111111 | 110111 | 0 | 0 | 1000111 | 1100100 | 11001 | 10001 | 1100100 | 100101 |
Color Harmonies of #BF3700
Complementary color
Monochromatic Colors of #BF3700
Black with #BF3700
Text Example
Text Example
White with #BF3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3700; }
p { color: rgb(191,55,0); }
H1.HeaderClassName
{
color: #BF3700;
}
.AnyTagClassName
{
color: #BF3700;
}
</style>
background-color css
<style>
a { background-color: #BF3700; }
a { background-color: rgb(191,55,0); }
div.DivClassName
{
background-color: #BF3700;
}
.BgClassName
{
background-color: #BF3700;
}
</style>
border-color css
<style>
span { border-color: #BF3700; }
span { border-color: rgb(191,55,0); }
td.TdClassName
{
border-color: #BF3700;
}
.TagClassName
{
border-color: #BF3700;
}
</style>