Shades of Rust #BF501B
Tints of Rust #BF501B
RGB
CMYK
RGB Variations
Color information
#BF501B (or 0xBF501B) is known color: Rust. HEX triplet: BF, 50 and 1B. RGB value is (191,80,27). Sum of RGB (Red+Green+Blue) = 191+80+27=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF501B is #40AFE4. Grayscale: #6B6B6B. Windows color (decimal): -4239333 or 1790143. OLE color: 1790143.
HSL color Cylindrical-coordinate representation of color #BF501B: hue angle of 19.39º 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 #BF501B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.25 |
| HSL | 19.39º | 0.75% | 0.43% | - |
| HSV(B) | 19.39º | 0.86% | 0.75% | - |
| XYZ | 24.55 | 16.89 | 3 | - |
| YUV | 107.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 27 | 0 | 0.58 | 0.86 | 0.25 | 19.39 | 0.75 | 0.43 |
| Hex | BF | 50 | 1B | 0 | 3A | 56 | 19 | 13 | 4B | 2B |
| Octal | 277 | 120 | 33 | 0 | 72 | 126 | 31 | 23 | 113 | 53 |
| Binary | 10111111 | 1010000 | 11011 | 0 | 111010 | 1010110 | 11001 | 10011 | 1001011 | 101011 |
Color Harmonies of #BF501B
Complementary color
Monochromatic Colors of #BF501B
Black with #BF501B
Text Example
Text Example
White with #BF501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF501B; }
p { color: rgb(191,80,27); }
H1.HeaderClassName
{
color: #BF501B;
}
.AnyTagClassName
{
color: #BF501B;
}
</style>
background-color css
<style>
a { background-color: #BF501B; }
a { background-color: rgb(191,80,27); }
div.DivClassName
{
background-color: #BF501B;
}
.BgClassName
{
background-color: #BF501B;
}
</style>
border-color css
<style>
span { border-color: #BF501B; }
span { border-color: rgb(191,80,27); }
td.TdClassName
{
border-color: #BF501B;
}
.TagClassName
{
border-color: #BF501B;
}
</style>