Shades of Rust #B1471A
Tints of Rust #B1471A
RGB
CMYK
RGB Variations
Color information
#B1471A (or 0xB1471A) is known color: Rust. HEX triplet: B1, 47 and 1A. RGB value is (177,71,26). Sum of RGB (Red+Green+Blue) = 177+71+26=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1471A is #4EB8E5. Grayscale: #616161. Windows color (decimal): -5159142 or 1722289. OLE color: 1722289.
HSL color Cylindrical-coordinate representation of color #B1471A: hue angle of 17.88º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1471A is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 26 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.31 |
| HSL | 17.88º | 0.74% | 0.4% | - |
| HSV(B) | 17.88º | 0.85% | 0.69% | - |
| XYZ | 20.57 | 13.93 | 2.58 | - |
| YUV | 97.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 26 | 0 | 0.60 | 0.85 | 0.31 | 17.88 | 0.74 | 0.4 |
| Hex | B1 | 47 | 1A | 0 | 3C | 55 | 1F | 12 | 4A | 28 |
| Octal | 261 | 107 | 32 | 0 | 74 | 125 | 37 | 22 | 112 | 50 |
| Binary | 10110001 | 1000111 | 11010 | 0 | 111100 | 1010101 | 11111 | 10010 | 1001010 | 101000 |
Color Harmonies of #B1471A
Complementary color
Monochromatic Colors of #B1471A
Black with #B1471A
Text Example
Text Example
White with #B1471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1471A; }
p { color: rgb(177,71,26); }
H1.HeaderClassName
{
color: #B1471A;
}
.AnyTagClassName
{
color: #B1471A;
}
</style>
background-color css
<style>
a { background-color: #B1471A; }
a { background-color: rgb(177,71,26); }
div.DivClassName
{
background-color: #B1471A;
}
.BgClassName
{
background-color: #B1471A;
}
</style>
border-color css
<style>
span { border-color: #B1471A; }
span { border-color: rgb(177,71,26); }
td.TdClassName
{
border-color: #B1471A;
}
.TagClassName
{
border-color: #B1471A;
}
</style>