Shades of Rust #B1390C
Tints of Rust #B1390C
RGB
CMYK
RGB Variations
Color information
#B1390C (or 0xB1390C) is known color: Rust. HEX triplet: B1, 39 and 0C. RGB value is (177,57,12). Sum of RGB (Red+Green+Blue) = 177+57+12=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B1390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1390C is #4EC6F3. Grayscale: #585858. Windows color (decimal): -5162740 or 801201. OLE color: 801201.
HSL color Cylindrical-coordinate representation of color #B1390C: hue angle of 16.36º 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 #B1390C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.31 |
| HSL | 16.36º | 0.87% | 0.37% | - |
| HSV(B) | 16.36º | 0.93% | 0.69% | - |
| XYZ | 19.66 | 12.3 | 1.69 | - |
| YUV | 87.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 12 | 0 | 0.68 | 0.93 | 0.31 | 16.36 | 0.87 | 0.37 |
| Hex | B1 | 39 | C | 0 | 44 | 5D | 1F | 10 | 57 | 25 |
| Octal | 261 | 71 | 14 | 0 | 104 | 135 | 37 | 20 | 127 | 45 |
| Binary | 10110001 | 111001 | 1100 | 0 | 1000100 | 1011101 | 11111 | 10000 | 1010111 | 100101 |
Color Harmonies of #B1390C
Complementary color
Monochromatic Colors of #B1390C
Black with #B1390C
Text Example
Text Example
White with #B1390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1390C; }
p { color: rgb(177,57,12); }
H1.HeaderClassName
{
color: #B1390C;
}
.AnyTagClassName
{
color: #B1390C;
}
</style>
background-color css
<style>
a { background-color: #B1390C; }
a { background-color: rgb(177,57,12); }
div.DivClassName
{
background-color: #B1390C;
}
.BgClassName
{
background-color: #B1390C;
}
</style>
border-color css
<style>
span { border-color: #B1390C; }
span { border-color: rgb(177,57,12); }
td.TdClassName
{
border-color: #B1390C;
}
.TagClassName
{
border-color: #B1390C;
}
</style>