Shades of Rust #B1330B
Tints of Rust #B1330B
RGB
CMYK
RGB Variations
Color information
#B1330B (or 0xB1330B) is known color: Rust. HEX triplet: B1, 33 and 0B. RGB value is (177,51,11). Sum of RGB (Red+Green+Blue) = 177+51+11=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1330B is #4ECCF4. Grayscale: #545454. Windows color (decimal): -5164277 or 734129. OLE color: 734129.
HSL color Cylindrical-coordinate representation of color #B1330B: hue angle of 14.46º 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 #B1330B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.31 |
| HSL | 14.46º | 0.88% | 0.37% | - |
| HSV(B) | 14.46º | 0.94% | 0.69% | - |
| XYZ | 19.38 | 11.74 | 1.56 | - |
| YUV | 84.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 11 | 0 | 0.71 | 0.94 | 0.31 | 14.46 | 0.88 | 0.37 |
| Hex | B1 | 33 | B | 0 | 47 | 5E | 1F | E | 58 | 25 |
| Octal | 261 | 63 | 13 | 0 | 107 | 136 | 37 | 16 | 130 | 45 |
| Binary | 10110001 | 110011 | 1011 | 0 | 1000111 | 1011110 | 11111 | 1110 | 1011000 | 100101 |
Color Harmonies of #B1330B
Complementary color
Monochromatic Colors of #B1330B
Black with #B1330B
Text Example
Text Example
White with #B1330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1330B; }
p { color: rgb(177,51,11); }
H1.HeaderClassName
{
color: #B1330B;
}
.AnyTagClassName
{
color: #B1330B;
}
</style>
background-color css
<style>
a { background-color: #B1330B; }
a { background-color: rgb(177,51,11); }
div.DivClassName
{
background-color: #B1330B;
}
.BgClassName
{
background-color: #B1330B;
}
</style>
border-color css
<style>
span { border-color: #B1330B; }
span { border-color: rgb(177,51,11); }
td.TdClassName
{
border-color: #B1330B;
}
.TagClassName
{
border-color: #B1330B;
}
</style>