Shades of Rust #BF4F10
Tints of Rust #BF4F10
RGB
CMYK
RGB Variations
Color information
#BF4F10 (or 0xBF4F10) is known color: Rust. HEX triplet: BF, 4F and 10. RGB value is (191,79,16). Sum of RGB (Red+Green+Blue) = 191+79+16=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4F10 is #40B0EF. Grayscale: #696969. Windows color (decimal): -4239600 or 1068991. OLE color: 1068991.
HSL color Cylindrical-coordinate representation of color #BF4F10: hue angle of 21.6º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF4F10 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 79 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.25 |
| HSL | 21.6º | 0.85% | 0.41% | - |
| HSV(B) | 21.6º | 0.92% | 0.75% | - |
| XYZ | 24.38 | 16.71 | 2.43 | - |
| YUV | 105.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 16 | 0 | 0.59 | 0.92 | 0.25 | 21.6 | 0.85 | 0.41 |
| Hex | BF | 4F | 10 | 0 | 3B | 5C | 19 | 16 | 55 | 29 |
| Octal | 277 | 117 | 20 | 0 | 73 | 134 | 31 | 26 | 125 | 51 |
| Binary | 10111111 | 1001111 | 10000 | 0 | 111011 | 1011100 | 11001 | 10110 | 1010101 | 101001 |
Color Harmonies of #BF4F10
Complementary color
Monochromatic Colors of #BF4F10
Black with #BF4F10
Text Example
Text Example
White with #BF4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4F10; }
p { color: rgb(191,79,16); }
H1.HeaderClassName
{
color: #BF4F10;
}
.AnyTagClassName
{
color: #BF4F10;
}
</style>
background-color css
<style>
a { background-color: #BF4F10; }
a { background-color: rgb(191,79,16); }
div.DivClassName
{
background-color: #BF4F10;
}
.BgClassName
{
background-color: #BF4F10;
}
</style>
border-color css
<style>
span { border-color: #BF4F10; }
span { border-color: rgb(191,79,16); }
td.TdClassName
{
border-color: #BF4F10;
}
.TagClassName
{
border-color: #BF4F10;
}
</style>