Shades of Rust #B1300C
Tints of Rust #B1300C
RGB
CMYK
RGB Variations
Color information
#B1300C (or 0xB1300C) is known color: Rust. HEX triplet: B1, 30 and 0C. RGB value is (177,48,12). Sum of RGB (Red+Green+Blue) = 177+48+12=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B1300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1300C is #4ECFF3. Grayscale: #525252. Windows color (decimal): -5165044 or 798897. OLE color: 798897.
HSL color Cylindrical-coordinate representation of color #B1300C: hue angle of 13.09º 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 #B1300C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.31 |
| HSL | 13.09º | 0.87% | 0.37% | - |
| HSV(B) | 13.09º | 0.93% | 0.69% | - |
| XYZ | 19.25 | 11.49 | 1.55 | - |
| YUV | 82.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 12 | 0 | 0.73 | 0.93 | 0.31 | 13.09 | 0.87 | 0.37 |
| Hex | B1 | 30 | C | 0 | 49 | 5D | 1F | D | 57 | 25 |
| Octal | 261 | 60 | 14 | 0 | 111 | 135 | 37 | 15 | 127 | 45 |
| Binary | 10110001 | 110000 | 1100 | 0 | 1001001 | 1011101 | 11111 | 1101 | 1010111 | 100101 |
Color Harmonies of #B1300C
Complementary color
Monochromatic Colors of #B1300C
Black with #B1300C
Text Example
Text Example
White with #B1300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1300C; }
p { color: rgb(177,48,12); }
H1.HeaderClassName
{
color: #B1300C;
}
.AnyTagClassName
{
color: #B1300C;
}
</style>
background-color css
<style>
a { background-color: #B1300C; }
a { background-color: rgb(177,48,12); }
div.DivClassName
{
background-color: #B1300C;
}
.BgClassName
{
background-color: #B1300C;
}
</style>
border-color css
<style>
span { border-color: #B1300C; }
span { border-color: rgb(177,48,12); }
td.TdClassName
{
border-color: #B1300C;
}
.TagClassName
{
border-color: #B1300C;
}
</style>