Shades of Rust #B1330F
Tints of Rust #B1330F
RGB
CMYK
RGB Variations
Color information
#B1330F (or 0xB1330F) is known color: Rust. HEX triplet: B1, 33 and 0F. RGB value is (177,51,15). Sum of RGB (Red+Green+Blue) = 177+51+15=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1330F is #4ECCF0. Grayscale: #545454. Windows color (decimal): -5164273 or 996273. OLE color: 996273.
HSL color Cylindrical-coordinate representation of color #B1330F: hue angle of 13.33º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1330F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 15 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.31 |
| HSL | 13.33º | 0.84% | 0.38% | - |
| HSV(B) | 13.33º | 0.92% | 0.69% | - |
| XYZ | 19.4 | 11.75 | 1.7 | - |
| YUV | 84.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 15 | 0 | 0.71 | 0.92 | 0.31 | 13.33 | 0.84 | 0.38 |
| Hex | B1 | 33 | F | 0 | 47 | 5C | 1F | D | 54 | 26 |
| Octal | 261 | 63 | 17 | 0 | 107 | 134 | 37 | 15 | 124 | 46 |
| Binary | 10110001 | 110011 | 1111 | 0 | 1000111 | 1011100 | 11111 | 1101 | 1010100 | 100110 |
Color Harmonies of #B1330F
Complementary color
Monochromatic Colors of #B1330F
Black with #B1330F
Text Example
Text Example
White with #B1330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1330F; }
p { color: rgb(177,51,15); }
H1.HeaderClassName
{
color: #B1330F;
}
.AnyTagClassName
{
color: #B1330F;
}
</style>
background-color css
<style>
a { background-color: #B1330F; }
a { background-color: rgb(177,51,15); }
div.DivClassName
{
background-color: #B1330F;
}
.BgClassName
{
background-color: #B1330F;
}
</style>
border-color css
<style>
span { border-color: #B1330F; }
span { border-color: rgb(177,51,15); }
td.TdClassName
{
border-color: #B1330F;
}
.TagClassName
{
border-color: #B1330F;
}
</style>