Shades of Rust #B1370F
Tints of Rust #B1370F
RGB
CMYK
RGB Variations
Color information
#B1370F (or 0xB1370F) is known color: Rust. HEX triplet: B1, 37 and 0F. RGB value is (177,55,15). Sum of RGB (Red+Green+Blue) = 177+55+15=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B1370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1370F is #4EC8F0. Grayscale: #575757. Windows color (decimal): -5163249 or 997297. OLE color: 997297.
HSL color Cylindrical-coordinate representation of color #B1370F: hue angle of 14.81º 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 #B1370F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 15 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.31 |
| HSL | 14.81º | 0.84% | 0.38% | - |
| HSV(B) | 14.81º | 0.92% | 0.69% | - |
| XYZ | 19.58 | 12.11 | 1.76 | - |
| YUV | 86.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 15 | 0 | 0.69 | 0.92 | 0.31 | 14.81 | 0.84 | 0.38 |
| Hex | B1 | 37 | F | 0 | 45 | 5C | 1F | F | 54 | 26 |
| Octal | 261 | 67 | 17 | 0 | 105 | 134 | 37 | 17 | 124 | 46 |
| Binary | 10110001 | 110111 | 1111 | 0 | 1000101 | 1011100 | 11111 | 1111 | 1010100 | 100110 |
Color Harmonies of #B1370F
Complementary color
Monochromatic Colors of #B1370F
Black with #B1370F
Text Example
Text Example
White with #B1370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1370F; }
p { color: rgb(177,55,15); }
H1.HeaderClassName
{
color: #B1370F;
}
.AnyTagClassName
{
color: #B1370F;
}
</style>
background-color css
<style>
a { background-color: #B1370F; }
a { background-color: rgb(177,55,15); }
div.DivClassName
{
background-color: #B1370F;
}
.BgClassName
{
background-color: #B1370F;
}
</style>
border-color css
<style>
span { border-color: #B1370F; }
span { border-color: rgb(177,55,15); }
td.TdClassName
{
border-color: #B1370F;
}
.TagClassName
{
border-color: #B1370F;
}
</style>