Shades of Rust #BF501A
Tints of Rust #BF501A
RGB
CMYK
RGB Variations
Color information
#BF501A (or 0xBF501A) is known color: Rust. HEX triplet: BF, 50 and 1A. RGB value is (191,80,26). Sum of RGB (Red+Green+Blue) = 191+80+26=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF501A is #40AFE5. Grayscale: #6B6B6B. Windows color (decimal): -4239334 or 1724607. OLE color: 1724607.
HSL color Cylindrical-coordinate representation of color #BF501A: hue angle of 19.64º degrees, saturation: 0.76, 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 #BF501A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 26 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.25 |
| HSL | 19.64º | 0.76% | 0.43% | - |
| HSV(B) | 19.64º | 0.86% | 0.75% | - |
| XYZ | 24.54 | 16.89 | 2.94 | - |
| YUV | 107.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 26 | 0 | 0.58 | 0.86 | 0.25 | 19.64 | 0.76 | 0.43 |
| Hex | BF | 50 | 1A | 0 | 3A | 56 | 19 | 14 | 4C | 2B |
| Octal | 277 | 120 | 32 | 0 | 72 | 126 | 31 | 24 | 114 | 53 |
| Binary | 10111111 | 1010000 | 11010 | 0 | 111010 | 1010110 | 11001 | 10100 | 1001100 | 101011 |
Color Harmonies of #BF501A
Complementary color
Monochromatic Colors of #BF501A
Black with #BF501A
Text Example
Text Example
White with #BF501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF501A; }
p { color: rgb(191,80,26); }
H1.HeaderClassName
{
color: #BF501A;
}
.AnyTagClassName
{
color: #BF501A;
}
</style>
background-color css
<style>
a { background-color: #BF501A; }
a { background-color: rgb(191,80,26); }
div.DivClassName
{
background-color: #BF501A;
}
.BgClassName
{
background-color: #BF501A;
}
</style>
border-color css
<style>
span { border-color: #BF501A; }
span { border-color: rgb(191,80,26); }
td.TdClassName
{
border-color: #BF501A;
}
.TagClassName
{
border-color: #BF501A;
}
</style>