Shades of Rust #BF491B
Tints of Rust #BF491B
RGB
CMYK
RGB Variations
Color information
#BF491B (or 0xBF491B) is known color: Rust. HEX triplet: BF, 49 and 1B. RGB value is (191,73,27). Sum of RGB (Red+Green+Blue) = 191+73+27=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF491B is #40B6E4. Grayscale: #676767. Windows color (decimal): -4241125 or 1788351. OLE color: 1788351.
HSL color Cylindrical-coordinate representation of color #BF491B: hue angle of 16.83º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF491B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 27 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.25 |
| HSL | 16.83º | 0.75% | 0.43% | - |
| HSV(B) | 16.83º | 0.86% | 0.75% | - |
| XYZ | 24.07 | 15.92 | 2.84 | - |
| YUV | 103.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 27 | 0 | 0.62 | 0.86 | 0.25 | 16.83 | 0.75 | 0.43 |
| Hex | BF | 49 | 1B | 0 | 3E | 56 | 19 | 11 | 4B | 2B |
| Octal | 277 | 111 | 33 | 0 | 76 | 126 | 31 | 21 | 113 | 53 |
| Binary | 10111111 | 1001001 | 11011 | 0 | 111110 | 1010110 | 11001 | 10001 | 1001011 | 101011 |
Color Harmonies of #BF491B
Complementary color
Monochromatic Colors of #BF491B
Black with #BF491B
Text Example
Text Example
White with #BF491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF491B; }
p { color: rgb(191,73,27); }
H1.HeaderClassName
{
color: #BF491B;
}
.AnyTagClassName
{
color: #BF491B;
}
</style>
background-color css
<style>
a { background-color: #BF491B; }
a { background-color: rgb(191,73,27); }
div.DivClassName
{
background-color: #BF491B;
}
.BgClassName
{
background-color: #BF491B;
}
</style>
border-color css
<style>
span { border-color: #BF491B; }
span { border-color: rgb(191,73,27); }
td.TdClassName
{
border-color: #BF491B;
}
.TagClassName
{
border-color: #BF491B;
}
</style>