Shades of Rust #B1530B
Tints of Rust #B1530B
RGB
CMYK
RGB Variations
Color information
#B1530B (or 0xB1530B) is known color: Rust. HEX triplet: B1, 53 and 0B. RGB value is (177,83,11). Sum of RGB (Red+Green+Blue) = 177+83+11=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1530B is #4EACF4. Grayscale: #676767. Windows color (decimal): -5156085 or 742321. OLE color: 742321.
HSL color Cylindrical-coordinate representation of color #B1530B: hue angle of 26.02º degrees, saturation: 0.88, 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 #B1530B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 83 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.31 |
| HSL | 26.02º | 0.88% | 0.37% | - |
| HSV(B) | 26.02º | 0.94% | 0.69% | - |
| XYZ | 21.29 | 15.56 | 2.2 | - |
| YUV | 102.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 11 | 0 | 0.53 | 0.94 | 0.31 | 26.02 | 0.88 | 0.37 |
| Hex | B1 | 53 | B | 0 | 35 | 5E | 1F | 1A | 58 | 25 |
| Octal | 261 | 123 | 13 | 0 | 65 | 136 | 37 | 32 | 130 | 45 |
| Binary | 10110001 | 1010011 | 1011 | 0 | 110101 | 1011110 | 11111 | 11010 | 1011000 | 100101 |
Color Harmonies of #B1530B
Complementary color
Monochromatic Colors of #B1530B
Black with #B1530B
Text Example
Text Example
White with #B1530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1530B; }
p { color: rgb(177,83,11); }
H1.HeaderClassName
{
color: #B1530B;
}
.AnyTagClassName
{
color: #B1530B;
}
</style>
background-color css
<style>
a { background-color: #B1530B; }
a { background-color: rgb(177,83,11); }
div.DivClassName
{
background-color: #B1530B;
}
.BgClassName
{
background-color: #B1530B;
}
</style>
border-color css
<style>
span { border-color: #B1530B; }
span { border-color: rgb(177,83,11); }
td.TdClassName
{
border-color: #B1530B;
}
.TagClassName
{
border-color: #B1530B;
}
</style>