Shades of Rust #BF4916
Tints of Rust #BF4916
RGB
CMYK
RGB Variations
Color information
#BF4916 (or 0xBF4916) is known color: Rust. HEX triplet: BF, 49 and 16. RGB value is (191,73,22). Sum of RGB (Red+Green+Blue) = 191+73+22=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4916 is #40B6E9. Grayscale: #666666. Windows color (decimal): -4241130 or 1460671. OLE color: 1460671.
HSL color Cylindrical-coordinate representation of color #BF4916: hue angle of 18.11º 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 #BF4916 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.25 |
| HSL | 18.11º | 0.79% | 0.42% | - |
| HSV(B) | 18.11º | 0.88% | 0.75% | - |
| XYZ | 24.01 | 15.9 | 2.56 | - |
| YUV | 102.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 22 | 0 | 0.62 | 0.88 | 0.25 | 18.11 | 0.79 | 0.42 |
| Hex | BF | 49 | 16 | 0 | 3E | 58 | 19 | 12 | 4F | 2A |
| Octal | 277 | 111 | 26 | 0 | 76 | 130 | 31 | 22 | 117 | 52 |
| Binary | 10111111 | 1001001 | 10110 | 0 | 111110 | 1011000 | 11001 | 10010 | 1001111 | 101010 |
Color Harmonies of #BF4916
Complementary color
Monochromatic Colors of #BF4916
Black with #BF4916
Text Example
Text Example
White with #BF4916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4916; }
p { color: rgb(191,73,22); }
H1.HeaderClassName
{
color: #BF4916;
}
.AnyTagClassName
{
color: #BF4916;
}
</style>
background-color css
<style>
a { background-color: #BF4916; }
a { background-color: rgb(191,73,22); }
div.DivClassName
{
background-color: #BF4916;
}
.BgClassName
{
background-color: #BF4916;
}
</style>
border-color css
<style>
span { border-color: #BF4916; }
span { border-color: rgb(191,73,22); }
td.TdClassName
{
border-color: #BF4916;
}
.TagClassName
{
border-color: #BF4916;
}
</style>