Shades of Rust #B1550E
Tints of Rust #B1550E
RGB
CMYK
RGB Variations
Color information
#B1550E (or 0xB1550E) is known color: Rust. HEX triplet: B1, 55 and 0E. RGB value is (177,85,14). Sum of RGB (Red+Green+Blue) = 177+85+14=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1550E is #4EAAF1. Grayscale: #686868. Windows color (decimal): -5155570 or 939441. OLE color: 939441.
HSL color Cylindrical-coordinate representation of color #B1550E: hue angle of 26.13º 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 #B1550E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 14 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.31 |
| HSL | 26.13º | 0.85% | 0.37% | - |
| HSV(B) | 26.13º | 0.92% | 0.69% | - |
| XYZ | 21.46 | 15.88 | 2.35 | - |
| YUV | 104.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 14 | 0 | 0.52 | 0.92 | 0.31 | 26.13 | 0.85 | 0.37 |
| Hex | B1 | 55 | E | 0 | 34 | 5C | 1F | 1A | 55 | 25 |
| Octal | 261 | 125 | 16 | 0 | 64 | 134 | 37 | 32 | 125 | 45 |
| Binary | 10110001 | 1010101 | 1110 | 0 | 110100 | 1011100 | 11111 | 11010 | 1010101 | 100101 |
Color Harmonies of #B1550E
Complementary color
Monochromatic Colors of #B1550E
Black with #B1550E
Text Example
Text Example
White with #B1550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1550E; }
p { color: rgb(177,85,14); }
H1.HeaderClassName
{
color: #B1550E;
}
.AnyTagClassName
{
color: #B1550E;
}
</style>
background-color css
<style>
a { background-color: #B1550E; }
a { background-color: rgb(177,85,14); }
div.DivClassName
{
background-color: #B1550E;
}
.BgClassName
{
background-color: #B1550E;
}
</style>
border-color css
<style>
span { border-color: #B1550E; }
span { border-color: rgb(177,85,14); }
td.TdClassName
{
border-color: #B1550E;
}
.TagClassName
{
border-color: #B1550E;
}
</style>