Shades of Rust #BF3F16
Tints of Rust #BF3F16
RGB
CMYK
RGB Variations
Color information
#BF3F16 (or 0xBF3F16) is known color: Rust. HEX triplet: BF, 3F and 16. RGB value is (191,63,22). Sum of RGB (Red+Green+Blue) = 191+63+22=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F16 is #40C0E9. Grayscale: #606060. Windows color (decimal): -4243690 or 1458111. OLE color: 1458111.
HSL color Cylindrical-coordinate representation of color #BF3F16: hue angle of 14.56º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF3F16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 22 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.25 |
| HSL | 14.56º | 0.79% | 0.42% | - |
| HSV(B) | 14.56º | 0.88% | 0.75% | - |
| XYZ | 23.41 | 14.69 | 2.36 | - |
| YUV | 96.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 22 | 0 | 0.67 | 0.88 | 0.25 | 14.56 | 0.79 | 0.42 |
| Hex | BF | 3F | 16 | 0 | 43 | 58 | 19 | F | 4F | 2A |
| Octal | 277 | 77 | 26 | 0 | 103 | 130 | 31 | 17 | 117 | 52 |
| Binary | 10111111 | 111111 | 10110 | 0 | 1000011 | 1011000 | 11001 | 1111 | 1001111 | 101010 |
Color Harmonies of #BF3F16
Complementary color
Monochromatic Colors of #BF3F16
Black with #BF3F16
Text Example
Text Example
White with #BF3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F16; }
p { color: rgb(191,63,22); }
H1.HeaderClassName
{
color: #BF3F16;
}
.AnyTagClassName
{
color: #BF3F16;
}
</style>
background-color css
<style>
a { background-color: #BF3F16; }
a { background-color: rgb(191,63,22); }
div.DivClassName
{
background-color: #BF3F16;
}
.BgClassName
{
background-color: #BF3F16;
}
</style>
border-color css
<style>
span { border-color: #BF3F16; }
span { border-color: rgb(191,63,22); }
td.TdClassName
{
border-color: #BF3F16;
}
.TagClassName
{
border-color: #BF3F16;
}
</style>