Shades of Rust #B1371F
Tints of Rust #B1371F
RGB
CMYK
RGB Variations
Color information
#B1371F (or 0xB1371F) is known color: Rust. HEX triplet: B1, 37 and 1F. RGB value is (177,55,31). Sum of RGB (Red+Green+Blue) = 177+55+31=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B1371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1371F is #4EC8E0. Grayscale: #585858. Windows color (decimal): -5163233 or 2045873. OLE color: 2045873.
HSL color Cylindrical-coordinate representation of color #B1371F: hue angle of 9.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1371F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 31 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.31 |
| HSL | 9.86º | 0.7% | 0.41% | - |
| HSV(B) | 9.86º | 0.82% | 0.69% | - |
| XYZ | 19.74 | 12.18 | 2.61 | - |
| YUV | 88.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 31 | 0 | 0.69 | 0.82 | 0.31 | 9.86 | 0.7 | 0.41 |
| Hex | B1 | 37 | 1F | 0 | 45 | 52 | 1F | A | 46 | 29 |
| Octal | 261 | 67 | 37 | 0 | 105 | 122 | 37 | 12 | 106 | 51 |
| Binary | 10110001 | 110111 | 11111 | 0 | 1000101 | 1010010 | 11111 | 1010 | 1000110 | 101001 |
Color Harmonies of #B1371F
Complementary color
Monochromatic Colors of #B1371F
Black with #B1371F
Text Example
Text Example
White with #B1371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1371F; }
p { color: rgb(177,55,31); }
H1.HeaderClassName
{
color: #B1371F;
}
.AnyTagClassName
{
color: #B1371F;
}
</style>
background-color css
<style>
a { background-color: #B1371F; }
a { background-color: rgb(177,55,31); }
div.DivClassName
{
background-color: #B1371F;
}
.BgClassName
{
background-color: #B1371F;
}
</style>
border-color css
<style>
span { border-color: #B1371F; }
span { border-color: rgb(177,55,31); }
td.TdClassName
{
border-color: #B1371F;
}
.TagClassName
{
border-color: #B1371F;
}
</style>