Shades of Rust #B1470C
Tints of Rust #B1470C
RGB
CMYK
RGB Variations
Color information
#B1470C (or 0xB1470C) is known color: Rust. HEX triplet: B1, 47 and 0C. RGB value is (177,71,12). Sum of RGB (Red+Green+Blue) = 177+71+12=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1470C is #4EB8F3. Grayscale: #606060. Windows color (decimal): -5159156 or 804785. OLE color: 804785.
HSL color Cylindrical-coordinate representation of color #B1470C: hue angle of 21.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1470C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 12 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.31 |
| HSL | 21.45º | 0.87% | 0.37% | - |
| HSV(B) | 21.45º | 0.93% | 0.69% | - |
| XYZ | 20.45 | 13.88 | 1.95 | - |
| YUV | 95.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 12 | 0 | 0.60 | 0.93 | 0.31 | 21.45 | 0.87 | 0.37 |
| Hex | B1 | 47 | C | 0 | 3C | 5D | 1F | 15 | 57 | 25 |
| Octal | 261 | 107 | 14 | 0 | 74 | 135 | 37 | 25 | 127 | 45 |
| Binary | 10110001 | 1000111 | 1100 | 0 | 111100 | 1011101 | 11111 | 10101 | 1010111 | 100101 |
Color Harmonies of #B1470C
Complementary color
Monochromatic Colors of #B1470C
Black with #B1470C
Text Example
Text Example
White with #B1470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1470C; }
p { color: rgb(177,71,12); }
H1.HeaderClassName
{
color: #B1470C;
}
.AnyTagClassName
{
color: #B1470C;
}
</style>
background-color css
<style>
a { background-color: #B1470C; }
a { background-color: rgb(177,71,12); }
div.DivClassName
{
background-color: #B1470C;
}
.BgClassName
{
background-color: #B1470C;
}
</style>
border-color css
<style>
span { border-color: #B1470C; }
span { border-color: rgb(177,71,12); }
td.TdClassName
{
border-color: #B1470C;
}
.TagClassName
{
border-color: #B1470C;
}
</style>