Shades of Rust #B1570B
Tints of Rust #B1570B
RGB
CMYK
RGB Variations
Color information
#B1570B (or 0xB1570B) is known color: Rust. HEX triplet: B1, 57 and 0B. RGB value is (177,87,11). Sum of RGB (Red+Green+Blue) = 177+87+11=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1570B is #4EA8F4. Grayscale: #696969. Windows color (decimal): -5155061 or 743345. OLE color: 743345.
HSL color Cylindrical-coordinate representation of color #B1570B: hue angle of 27.47º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1570B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.31 |
| HSL | 27.47º | 0.88% | 0.37% | - |
| HSV(B) | 27.47º | 0.94% | 0.69% | - |
| XYZ | 21.6 | 16.19 | 2.3 | - |
| YUV | 105.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 11 | 0 | 0.51 | 0.94 | 0.31 | 27.47 | 0.88 | 0.37 |
| Hex | B1 | 57 | B | 0 | 33 | 5E | 1F | 1B | 58 | 25 |
| Octal | 261 | 127 | 13 | 0 | 63 | 136 | 37 | 33 | 130 | 45 |
| Binary | 10110001 | 1010111 | 1011 | 0 | 110011 | 1011110 | 11111 | 11011 | 1011000 | 100101 |
Color Harmonies of #B1570B
Complementary color
Monochromatic Colors of #B1570B
Black with #B1570B
Text Example
Text Example
White with #B1570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1570B; }
p { color: rgb(177,87,11); }
H1.HeaderClassName
{
color: #B1570B;
}
.AnyTagClassName
{
color: #B1570B;
}
</style>
background-color css
<style>
a { background-color: #B1570B; }
a { background-color: rgb(177,87,11); }
div.DivClassName
{
background-color: #B1570B;
}
.BgClassName
{
background-color: #B1570B;
}
</style>
border-color css
<style>
span { border-color: #B1570B; }
span { border-color: rgb(177,87,11); }
td.TdClassName
{
border-color: #B1570B;
}
.TagClassName
{
border-color: #B1570B;
}
</style>