Shades of Rust #BF490C
Tints of Rust #BF490C
RGB
CMYK
RGB Variations
Color information
#BF490C (or 0xBF490C) is known color: Rust. HEX triplet: BF, 49 and 0C. RGB value is (191,73,12). Sum of RGB (Red+Green+Blue) = 191+73+12=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF490C is #40B6F3. Grayscale: #656565. Windows color (decimal): -4241140 or 805311. OLE color: 805311.
HSL color Cylindrical-coordinate representation of color #BF490C: hue angle of 20.45º degrees, saturation: 0.88, 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 #BF490C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.25 |
| HSL | 20.45º | 0.88% | 0.4% | - |
| HSV(B) | 20.45º | 0.94% | 0.75% | - |
| XYZ | 23.93 | 15.87 | 2.15 | - |
| YUV | 101.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 12 | 0 | 0.62 | 0.94 | 0.25 | 20.45 | 0.88 | 0.4 |
| Hex | BF | 49 | C | 0 | 3E | 5E | 19 | 14 | 58 | 28 |
| Octal | 277 | 111 | 14 | 0 | 76 | 136 | 31 | 24 | 130 | 50 |
| Binary | 10111111 | 1001001 | 1100 | 0 | 111110 | 1011110 | 11001 | 10100 | 1011000 | 101000 |
Color Harmonies of #BF490C
Complementary color
Monochromatic Colors of #BF490C
Black with #BF490C
Text Example
Text Example
White with #BF490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF490C; }
p { color: rgb(191,73,12); }
H1.HeaderClassName
{
color: #BF490C;
}
.AnyTagClassName
{
color: #BF490C;
}
</style>
background-color css
<style>
a { background-color: #BF490C; }
a { background-color: rgb(191,73,12); }
div.DivClassName
{
background-color: #BF490C;
}
.BgClassName
{
background-color: #BF490C;
}
</style>
border-color css
<style>
span { border-color: #BF490C; }
span { border-color: rgb(191,73,12); }
td.TdClassName
{
border-color: #BF490C;
}
.TagClassName
{
border-color: #BF490C;
}
</style>