Shades of Rust #B1470E
Tints of Rust #B1470E
RGB
CMYK
RGB Variations
Color information
#B1470E (or 0xB1470E) is known color: Rust. HEX triplet: B1, 47 and 0E. RGB value is (177,71,14). Sum of RGB (Red+Green+Blue) = 177+71+14=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B1470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1470E is #4EB8F1. Grayscale: #606060. Windows color (decimal): -5159154 or 935857. OLE color: 935857.
HSL color Cylindrical-coordinate representation of color #B1470E: hue angle of 20.98º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1470E is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 14 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.31 |
| HSL | 20.98º | 0.85% | 0.37% | - |
| HSV(B) | 20.98º | 0.92% | 0.69% | - |
| XYZ | 20.46 | 13.89 | 2.02 | - |
| YUV | 96.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 14 | 0 | 0.60 | 0.92 | 0.31 | 20.98 | 0.85 | 0.37 |
| Hex | B1 | 47 | E | 0 | 3C | 5C | 1F | 15 | 55 | 25 |
| Octal | 261 | 107 | 16 | 0 | 74 | 134 | 37 | 25 | 125 | 45 |
| Binary | 10110001 | 1000111 | 1110 | 0 | 111100 | 1011100 | 11111 | 10101 | 1010101 | 100101 |
Color Harmonies of #B1470E
Complementary color
Monochromatic Colors of #B1470E
Black with #B1470E
Text Example
Text Example
White with #B1470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1470E; }
p { color: rgb(177,71,14); }
H1.HeaderClassName
{
color: #B1470E;
}
.AnyTagClassName
{
color: #B1470E;
}
</style>
background-color css
<style>
a { background-color: #B1470E; }
a { background-color: rgb(177,71,14); }
div.DivClassName
{
background-color: #B1470E;
}
.BgClassName
{
background-color: #B1470E;
}
</style>
border-color css
<style>
span { border-color: #B1470E; }
span { border-color: rgb(177,71,14); }
td.TdClassName
{
border-color: #B1470E;
}
.TagClassName
{
border-color: #B1470E;
}
</style>