Shades of Rust #B1350C
Tints of Rust #B1350C
RGB
CMYK
RGB Variations
Color information
#B1350C (or 0xB1350C) is known color: Rust. HEX triplet: B1, 35 and 0C. RGB value is (177,53,12). Sum of RGB (Red+Green+Blue) = 177+53+12=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1350C is #4ECAF3. Grayscale: #555555. Windows color (decimal): -5163764 or 800177. OLE color: 800177.
HSL color Cylindrical-coordinate representation of color #B1350C: hue angle of 14.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1350C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.31 |
| HSL | 14.91º | 0.87% | 0.37% | - |
| HSV(B) | 14.91º | 0.93% | 0.69% | - |
| XYZ | 19.47 | 11.92 | 1.62 | - |
| YUV | 85.4 | 86.58 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 12 | 0 | 0.70 | 0.93 | 0.31 | 14.91 | 0.87 | 0.37 |
| Hex | B1 | 35 | C | 0 | 46 | 5D | 1F | F | 57 | 25 |
| Octal | 261 | 65 | 14 | 0 | 106 | 135 | 37 | 17 | 127 | 45 |
| Binary | 10110001 | 110101 | 1100 | 0 | 1000110 | 1011101 | 11111 | 1111 | 1010111 | 100101 |
Color Harmonies of #B1350C
Complementary color
Monochromatic Colors of #B1350C
Black with #B1350C
Text Example
Text Example
White with #B1350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1350C; }
p { color: rgb(177,53,12); }
H1.HeaderClassName
{
color: #B1350C;
}
.AnyTagClassName
{
color: #B1350C;
}
</style>
background-color css
<style>
a { background-color: #B1350C; }
a { background-color: rgb(177,53,12); }
div.DivClassName
{
background-color: #B1350C;
}
.BgClassName
{
background-color: #B1350C;
}
</style>
border-color css
<style>
span { border-color: #B1350C; }
span { border-color: rgb(177,53,12); }
td.TdClassName
{
border-color: #B1350C;
}
.TagClassName
{
border-color: #B1350C;
}
</style>