Shades of Rust #BF511A
Tints of Rust #BF511A
RGB
CMYK
RGB Variations
Color information
#BF511A (or 0xBF511A) is known color: Rust. HEX triplet: BF, 51 and 1A. RGB value is (191,81,26). Sum of RGB (Red+Green+Blue) = 191+81+26=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF511A is #40AEE5. Grayscale: #6B6B6B. Windows color (decimal): -4239078 or 1724863. OLE color: 1724863.
HSL color Cylindrical-coordinate representation of color #BF511A: hue angle of 20º 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 #BF511A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 26 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.25 |
| HSL | 20º | 0.76% | 0.43% | - |
| HSV(B) | 20º | 0.86% | 0.75% | - |
| XYZ | 24.61 | 17.04 | 2.97 | - |
| YUV | 107.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 26 | 0 | 0.58 | 0.86 | 0.25 | 20 | 0.76 | 0.43 |
| Hex | BF | 51 | 1A | 0 | 3A | 56 | 19 | 14 | 4C | 2B |
| Octal | 277 | 121 | 32 | 0 | 72 | 126 | 31 | 24 | 114 | 53 |
| Binary | 10111111 | 1010001 | 11010 | 0 | 111010 | 1010110 | 11001 | 10100 | 1001100 | 101011 |
Color Harmonies of #BF511A
Complementary color
Monochromatic Colors of #BF511A
Black with #BF511A
Text Example
Text Example
White with #BF511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF511A; }
p { color: rgb(191,81,26); }
H1.HeaderClassName
{
color: #BF511A;
}
.AnyTagClassName
{
color: #BF511A;
}
</style>
background-color css
<style>
a { background-color: #BF511A; }
a { background-color: rgb(191,81,26); }
div.DivClassName
{
background-color: #BF511A;
}
.BgClassName
{
background-color: #BF511A;
}
</style>
border-color css
<style>
span { border-color: #BF511A; }
span { border-color: rgb(191,81,26); }
td.TdClassName
{
border-color: #BF511A;
}
.TagClassName
{
border-color: #BF511A;
}
</style>