Shades of Rust #B1560C
Tints of Rust #B1560C
RGB
CMYK
RGB Variations
Color information
#B1560C (or 0xB1560C) is known color: Rust. HEX triplet: B1, 56 and 0C. RGB value is (177,86,12). Sum of RGB (Red+Green+Blue) = 177+86+12=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1560C is #4EA9F3. Grayscale: #696969. Windows color (decimal): -5155316 or 808625. OLE color: 808625.
HSL color Cylindrical-coordinate representation of color #B1560C: hue angle of 26.91º 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 #B1560C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.31 |
| HSL | 26.91º | 0.87% | 0.37% | - |
| HSV(B) | 26.91º | 0.93% | 0.69% | - |
| XYZ | 21.53 | 16.03 | 2.31 | - |
| YUV | 104.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 12 | 0 | 0.51 | 0.93 | 0.31 | 26.91 | 0.87 | 0.37 |
| Hex | B1 | 56 | C | 0 | 33 | 5D | 1F | 1B | 57 | 25 |
| Octal | 261 | 126 | 14 | 0 | 63 | 135 | 37 | 33 | 127 | 45 |
| Binary | 10110001 | 1010110 | 1100 | 0 | 110011 | 1011101 | 11111 | 11011 | 1010111 | 100101 |
Color Harmonies of #B1560C
Complementary color
Monochromatic Colors of #B1560C
Black with #B1560C
Text Example
Text Example
White with #B1560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1560C; }
p { color: rgb(177,86,12); }
H1.HeaderClassName
{
color: #B1560C;
}
.AnyTagClassName
{
color: #B1560C;
}
</style>
background-color css
<style>
a { background-color: #B1560C; }
a { background-color: rgb(177,86,12); }
div.DivClassName
{
background-color: #B1560C;
}
.BgClassName
{
background-color: #B1560C;
}
</style>
border-color css
<style>
span { border-color: #B1560C; }
span { border-color: rgb(177,86,12); }
td.TdClassName
{
border-color: #B1560C;
}
.TagClassName
{
border-color: #B1560C;
}
</style>