Shades of Rust #B1350A
Tints of Rust #B1350A
RGB
CMYK
RGB Variations
Color information
#B1350A (or 0xB1350A) is known color: Rust. HEX triplet: B1, 35 and 0A. RGB value is (177,53,10). Sum of RGB (Red+Green+Blue) = 177+53+10=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1350A is #4ECAF5. Grayscale: #555555. Windows color (decimal): -5163766 or 669105. OLE color: 669105.
HSL color Cylindrical-coordinate representation of color #B1350A: hue angle of 15.45º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1350A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 10 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.31 |
| HSL | 15.45º | 0.89% | 0.37% | - |
| HSV(B) | 15.45º | 0.94% | 0.69% | - |
| XYZ | 19.46 | 11.92 | 1.56 | - |
| YUV | 85.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 10 | 0 | 0.70 | 0.94 | 0.31 | 15.45 | 0.89 | 0.37 |
| Hex | B1 | 35 | A | 0 | 46 | 5E | 1F | F | 59 | 25 |
| Octal | 261 | 65 | 12 | 0 | 106 | 136 | 37 | 17 | 131 | 45 |
| Binary | 10110001 | 110101 | 1010 | 0 | 1000110 | 1011110 | 11111 | 1111 | 1011001 | 100101 |
Color Harmonies of #B1350A
Complementary color
Monochromatic Colors of #B1350A
Black with #B1350A
Text Example
Text Example
White with #B1350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1350A; }
p { color: rgb(177,53,10); }
H1.HeaderClassName
{
color: #B1350A;
}
.AnyTagClassName
{
color: #B1350A;
}
</style>
background-color css
<style>
a { background-color: #B1350A; }
a { background-color: rgb(177,53,10); }
div.DivClassName
{
background-color: #B1350A;
}
.BgClassName
{
background-color: #B1350A;
}
</style>
border-color css
<style>
span { border-color: #B1350A; }
span { border-color: rgb(177,53,10); }
td.TdClassName
{
border-color: #B1350A;
}
.TagClassName
{
border-color: #B1350A;
}
</style>