Shades of Rust #B1320F
Tints of Rust #B1320F
RGB
CMYK
RGB Variations
Color information
#B1320F (or 0xB1320F) is known color: Rust. HEX triplet: B1, 32 and 0F. RGB value is (177,50,15). Sum of RGB (Red+Green+Blue) = 177+50+15=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1320F is #4ECDF0. Grayscale: #545454. Windows color (decimal): -5164529 or 996017. OLE color: 996017.
HSL color Cylindrical-coordinate representation of color #B1320F: hue angle of 12.96º 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 #B1320F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.31 |
| HSL | 12.96º | 0.84% | 0.38% | - |
| HSV(B) | 12.96º | 0.92% | 0.69% | - |
| XYZ | 19.36 | 11.66 | 1.68 | - |
| YUV | 83.98 | 89.08 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 15 | 0 | 0.72 | 0.92 | 0.31 | 12.96 | 0.84 | 0.38 |
| Hex | B1 | 32 | F | 0 | 48 | 5C | 1F | D | 54 | 26 |
| Octal | 261 | 62 | 17 | 0 | 110 | 134 | 37 | 15 | 124 | 46 |
| Binary | 10110001 | 110010 | 1111 | 0 | 1001000 | 1011100 | 11111 | 1101 | 1010100 | 100110 |
Color Harmonies of #B1320F
Complementary color
Monochromatic Colors of #B1320F
Black with #B1320F
Text Example
Text Example
White with #B1320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1320F; }
p { color: rgb(177,50,15); }
H1.HeaderClassName
{
color: #B1320F;
}
.AnyTagClassName
{
color: #B1320F;
}
</style>
background-color css
<style>
a { background-color: #B1320F; }
a { background-color: rgb(177,50,15); }
div.DivClassName
{
background-color: #B1320F;
}
.BgClassName
{
background-color: #B1320F;
}
</style>
border-color css
<style>
span { border-color: #B1320F; }
span { border-color: rgb(177,50,15); }
td.TdClassName
{
border-color: #B1320F;
}
.TagClassName
{
border-color: #B1320F;
}
</style>