Shades of Rust #B1310F
Tints of Rust #B1310F
RGB
CMYK
RGB Variations
Color information
#B1310F (or 0xB1310F) is known color: Rust. HEX triplet: B1, 31 and 0F. RGB value is (177,49,15). Sum of RGB (Red+Green+Blue) = 177+49+15=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1310F is #4ECEF0. Grayscale: #535353. Windows color (decimal): -5164785 or 995761. OLE color: 995761.
HSL color Cylindrical-coordinate representation of color #B1310F: hue angle of 12.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1310F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.31 |
| HSL | 12.59º | 0.84% | 0.38% | - |
| HSV(B) | 12.59º | 0.92% | 0.69% | - |
| XYZ | 19.32 | 11.58 | 1.67 | - |
| YUV | 83.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 15 | 0 | 0.72 | 0.92 | 0.31 | 12.59 | 0.84 | 0.38 |
| Hex | B1 | 31 | F | 0 | 48 | 5C | 1F | D | 54 | 26 |
| Octal | 261 | 61 | 17 | 0 | 110 | 134 | 37 | 15 | 124 | 46 |
| Binary | 10110001 | 110001 | 1111 | 0 | 1001000 | 1011100 | 11111 | 1101 | 1010100 | 100110 |
Color Harmonies of #B1310F
Complementary color
Monochromatic Colors of #B1310F
Black with #B1310F
Text Example
Text Example
White with #B1310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1310F; }
p { color: rgb(177,49,15); }
H1.HeaderClassName
{
color: #B1310F;
}
.AnyTagClassName
{
color: #B1310F;
}
</style>
background-color css
<style>
a { background-color: #B1310F; }
a { background-color: rgb(177,49,15); }
div.DivClassName
{
background-color: #B1310F;
}
.BgClassName
{
background-color: #B1310F;
}
</style>
border-color css
<style>
span { border-color: #B1310F; }
span { border-color: rgb(177,49,15); }
td.TdClassName
{
border-color: #B1310F;
}
.TagClassName
{
border-color: #B1310F;
}
</style>