Shades of Rust #B1540C
Tints of Rust #B1540C
RGB
CMYK
RGB Variations
Color information
#B1540C (or 0xB1540C) is known color: Rust. HEX triplet: B1, 54 and 0C. RGB value is (177,84,12). Sum of RGB (Red+Green+Blue) = 177+84+12=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1540C is #4EABF3. Grayscale: #676767. Windows color (decimal): -5155828 or 808113. OLE color: 808113.
HSL color Cylindrical-coordinate representation of color #B1540C: hue angle of 26.18º 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 #B1540C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.31 |
| HSL | 26.18º | 0.87% | 0.37% | - |
| HSV(B) | 26.18º | 0.93% | 0.69% | - |
| XYZ | 21.37 | 15.71 | 2.25 | - |
| YUV | 103.6 | 76.31 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 12 | 0 | 0.53 | 0.93 | 0.31 | 26.18 | 0.87 | 0.37 |
| Hex | B1 | 54 | C | 0 | 35 | 5D | 1F | 1A | 57 | 25 |
| Octal | 261 | 124 | 14 | 0 | 65 | 135 | 37 | 32 | 127 | 45 |
| Binary | 10110001 | 1010100 | 1100 | 0 | 110101 | 1011101 | 11111 | 11010 | 1010111 | 100101 |
Color Harmonies of #B1540C
Complementary color
Monochromatic Colors of #B1540C
Black with #B1540C
Text Example
Text Example
White with #B1540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1540C; }
p { color: rgb(177,84,12); }
H1.HeaderClassName
{
color: #B1540C;
}
.AnyTagClassName
{
color: #B1540C;
}
</style>
background-color css
<style>
a { background-color: #B1540C; }
a { background-color: rgb(177,84,12); }
div.DivClassName
{
background-color: #B1540C;
}
.BgClassName
{
background-color: #B1540C;
}
</style>
border-color css
<style>
span { border-color: #B1540C; }
span { border-color: rgb(177,84,12); }
td.TdClassName
{
border-color: #B1540C;
}
.TagClassName
{
border-color: #B1540C;
}
</style>