Shades of Rust #BF490A
Tints of Rust #BF490A
RGB
CMYK
RGB Variations
Color information
#BF490A (or 0xBF490A) is known color: Rust. HEX triplet: BF, 49 and 0A. RGB value is (191,73,10). Sum of RGB (Red+Green+Blue) = 191+73+10=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF490A is #40B6F5. Grayscale: #656565. Windows color (decimal): -4241142 or 674239. OLE color: 674239.
HSL color Cylindrical-coordinate representation of color #BF490A: hue angle of 20.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF490A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.25 |
| HSL | 20.88º | 0.9% | 0.39% | - |
| HSV(B) | 20.88º | 0.95% | 0.75% | - |
| XYZ | 23.92 | 15.86 | 2.09 | - |
| YUV | 101.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 10 | 0 | 0.62 | 0.95 | 0.25 | 20.88 | 0.9 | 0.39 |
| Hex | BF | 49 | A | 0 | 3E | 5F | 19 | 15 | 5A | 27 |
| Octal | 277 | 111 | 12 | 0 | 76 | 137 | 31 | 25 | 132 | 47 |
| Binary | 10111111 | 1001001 | 1010 | 0 | 111110 | 1011111 | 11001 | 10101 | 1011010 | 100111 |
Color Harmonies of #BF490A
Complementary color
Monochromatic Colors of #BF490A
Black with #BF490A
Text Example
Text Example
White with #BF490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF490A; }
p { color: rgb(191,73,10); }
H1.HeaderClassName
{
color: #BF490A;
}
.AnyTagClassName
{
color: #BF490A;
}
</style>
background-color css
<style>
a { background-color: #BF490A; }
a { background-color: rgb(191,73,10); }
div.DivClassName
{
background-color: #BF490A;
}
.BgClassName
{
background-color: #BF490A;
}
</style>
border-color css
<style>
span { border-color: #BF490A; }
span { border-color: rgb(191,73,10); }
td.TdClassName
{
border-color: #BF490A;
}
.TagClassName
{
border-color: #BF490A;
}
</style>