Shades of Rust #BF490B
Tints of Rust #BF490B
RGB
CMYK
RGB Variations
Color information
#BF490B (or 0xBF490B) is known color: Rust. HEX triplet: BF, 49 and 0B. RGB value is (191,73,11). Sum of RGB (Red+Green+Blue) = 191+73+11=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF490B is #40B6F4. Grayscale: #656565. Windows color (decimal): -4241141 or 739775. OLE color: 739775.
HSL color Cylindrical-coordinate representation of color #BF490B: hue angle of 20.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF490B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.25 |
| HSL | 20.67º | 0.89% | 0.4% | - |
| HSV(B) | 20.67º | 0.94% | 0.75% | - |
| XYZ | 23.93 | 15.87 | 2.12 | - |
| YUV | 101.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 11 | 0 | 0.62 | 0.94 | 0.25 | 20.67 | 0.89 | 0.4 |
| Hex | BF | 49 | B | 0 | 3E | 5E | 19 | 15 | 59 | 28 |
| Octal | 277 | 111 | 13 | 0 | 76 | 136 | 31 | 25 | 131 | 50 |
| Binary | 10111111 | 1001001 | 1011 | 0 | 111110 | 1011110 | 11001 | 10101 | 1011001 | 101000 |
Color Harmonies of #BF490B
Complementary color
Monochromatic Colors of #BF490B
Black with #BF490B
Text Example
Text Example
White with #BF490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF490B; }
p { color: rgb(191,73,11); }
H1.HeaderClassName
{
color: #BF490B;
}
.AnyTagClassName
{
color: #BF490B;
}
</style>
background-color css
<style>
a { background-color: #BF490B; }
a { background-color: rgb(191,73,11); }
div.DivClassName
{
background-color: #BF490B;
}
.BgClassName
{
background-color: #BF490B;
}
</style>
border-color css
<style>
span { border-color: #BF490B; }
span { border-color: rgb(191,73,11); }
td.TdClassName
{
border-color: #BF490B;
}
.TagClassName
{
border-color: #BF490B;
}
</style>