Shades of Rust #B1320C
Tints of Rust #B1320C
RGB
CMYK
RGB Variations
Color information
#B1320C (or 0xB1320C) is known color: Rust. HEX triplet: B1, 32 and 0C. RGB value is (177,50,12). Sum of RGB (Red+Green+Blue) = 177+50+12=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1320C is #4ECDF3. Grayscale: #535353. Windows color (decimal): -5164532 or 799409. OLE color: 799409.
HSL color Cylindrical-coordinate representation of color #B1320C: hue angle of 13.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1320C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 12 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.31 |
| HSL | 13.82º | 0.87% | 0.37% | - |
| HSV(B) | 13.82º | 0.93% | 0.69% | - |
| XYZ | 19.34 | 11.65 | 1.58 | - |
| YUV | 83.64 | 87.58 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 12 | 0 | 0.72 | 0.93 | 0.31 | 13.82 | 0.87 | 0.37 |
| Hex | B1 | 32 | C | 0 | 48 | 5D | 1F | E | 57 | 25 |
| Octal | 261 | 62 | 14 | 0 | 110 | 135 | 37 | 16 | 127 | 45 |
| Binary | 10110001 | 110010 | 1100 | 0 | 1001000 | 1011101 | 11111 | 1110 | 1010111 | 100101 |
Color Harmonies of #B1320C
Complementary color
Monochromatic Colors of #B1320C
Black with #B1320C
Text Example
Text Example
White with #B1320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1320C; }
p { color: rgb(177,50,12); }
H1.HeaderClassName
{
color: #B1320C;
}
.AnyTagClassName
{
color: #B1320C;
}
</style>
background-color css
<style>
a { background-color: #B1320C; }
a { background-color: rgb(177,50,12); }
div.DivClassName
{
background-color: #B1320C;
}
.BgClassName
{
background-color: #B1320C;
}
</style>
border-color css
<style>
span { border-color: #B1320C; }
span { border-color: rgb(177,50,12); }
td.TdClassName
{
border-color: #B1320C;
}
.TagClassName
{
border-color: #B1320C;
}
</style>