Shades of Rust #BF490D
Tints of Rust #BF490D
RGB
CMYK
RGB Variations
Color information
#BF490D (or 0xBF490D) is known color: Rust. HEX triplet: BF, 49 and 0D. RGB value is (191,73,13). Sum of RGB (Red+Green+Blue) = 191+73+13=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF490D is #40B6F2. Grayscale: #656565. Windows color (decimal): -4241139 or 870847. OLE color: 870847.
HSL color Cylindrical-coordinate representation of color #BF490D: hue angle of 20.22º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF490D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.25 |
| HSL | 20.22º | 0.87% | 0.4% | - |
| HSV(B) | 20.22º | 0.93% | 0.75% | - |
| XYZ | 23.94 | 15.87 | 2.18 | - |
| YUV | 101.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 13 | 0 | 0.62 | 0.93 | 0.25 | 20.22 | 0.87 | 0.4 |
| Hex | BF | 49 | D | 0 | 3E | 5D | 19 | 14 | 57 | 28 |
| Octal | 277 | 111 | 15 | 0 | 76 | 135 | 31 | 24 | 127 | 50 |
| Binary | 10111111 | 1001001 | 1101 | 0 | 111110 | 1011101 | 11001 | 10100 | 1010111 | 101000 |
Color Harmonies of #BF490D
Complementary color
Monochromatic Colors of #BF490D
Black with #BF490D
Text Example
Text Example
White with #BF490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF490D; }
p { color: rgb(191,73,13); }
H1.HeaderClassName
{
color: #BF490D;
}
.AnyTagClassName
{
color: #BF490D;
}
</style>
background-color css
<style>
a { background-color: #BF490D; }
a { background-color: rgb(191,73,13); }
div.DivClassName
{
background-color: #BF490D;
}
.BgClassName
{
background-color: #BF490D;
}
</style>
border-color css
<style>
span { border-color: #BF490D; }
span { border-color: rgb(191,73,13); }
td.TdClassName
{
border-color: #BF490D;
}
.TagClassName
{
border-color: #BF490D;
}
</style>