Shades of Rust #B1351D
Tints of Rust #B1351D
RGB
CMYK
RGB Variations
Color information
#B1351D (or 0xB1351D) is known color: Rust. HEX triplet: B1, 35 and 1D. RGB value is (177,53,29). Sum of RGB (Red+Green+Blue) = 177+53+29=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1351D is #4ECAE2. Grayscale: #575757. Windows color (decimal): -5163747 or 1914289. OLE color: 1914289.
HSL color Cylindrical-coordinate representation of color #B1351D: hue angle of 9.73º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1351D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 53 | 29 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.31 |
| HSL | 9.73º | 0.72% | 0.4% | - |
| HSV(B) | 9.73º | 0.84% | 0.69% | - |
| XYZ | 19.63 | 11.98 | 2.44 | - |
| YUV | 87.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 53 | 29 | 0 | 0.70 | 0.84 | 0.31 | 9.73 | 0.72 | 0.4 |
| Hex | B1 | 35 | 1D | 0 | 46 | 54 | 1F | A | 48 | 28 |
| Octal | 261 | 65 | 35 | 0 | 106 | 124 | 37 | 12 | 110 | 50 |
| Binary | 10110001 | 110101 | 11101 | 0 | 1000110 | 1010100 | 11111 | 1010 | 1001000 | 101000 |
Color Harmonies of #B1351D
Complementary color
Monochromatic Colors of #B1351D
Black with #B1351D
Text Example
Text Example
White with #B1351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1351D; }
p { color: rgb(177,53,29); }
H1.HeaderClassName
{
color: #B1351D;
}
.AnyTagClassName
{
color: #B1351D;
}
</style>
background-color css
<style>
a { background-color: #B1351D; }
a { background-color: rgb(177,53,29); }
div.DivClassName
{
background-color: #B1351D;
}
.BgClassName
{
background-color: #B1351D;
}
</style>
border-color css
<style>
span { border-color: #B1351D; }
span { border-color: rgb(177,53,29); }
td.TdClassName
{
border-color: #B1351D;
}
.TagClassName
{
border-color: #B1351D;
}
</style>