Shades of Rust #B1381C
Tints of Rust #B1381C
RGB
CMYK
RGB Variations
Color information
#B1381C (or 0xB1381C) is known color: Rust. HEX triplet: B1, 38 and 1C. RGB value is (177,56,28). Sum of RGB (Red+Green+Blue) = 177+56+28=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1381C is #4EC7E3. Grayscale: #595959. Windows color (decimal): -5162980 or 1849521. OLE color: 1849521.
HSL color Cylindrical-coordinate representation of color #B1381C: hue angle of 11.28º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1381C is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 28 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.31 |
| HSL | 11.28º | 0.73% | 0.4% | - |
| HSV(B) | 11.28º | 0.84% | 0.69% | - |
| XYZ | 19.76 | 12.26 | 2.42 | - |
| YUV | 88.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 28 | 0 | 0.68 | 0.84 | 0.31 | 11.28 | 0.73 | 0.4 |
| Hex | B1 | 38 | 1C | 0 | 44 | 54 | 1F | B | 49 | 28 |
| Octal | 261 | 70 | 34 | 0 | 104 | 124 | 37 | 13 | 111 | 50 |
| Binary | 10110001 | 111000 | 11100 | 0 | 1000100 | 1010100 | 11111 | 1011 | 1001001 | 101000 |
Color Harmonies of #B1381C
Complementary color
Monochromatic Colors of #B1381C
Black with #B1381C
Text Example
Text Example
White with #B1381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1381C; }
p { color: rgb(177,56,28); }
H1.HeaderClassName
{
color: #B1381C;
}
.AnyTagClassName
{
color: #B1381C;
}
</style>
background-color css
<style>
a { background-color: #B1381C; }
a { background-color: rgb(177,56,28); }
div.DivClassName
{
background-color: #B1381C;
}
.BgClassName
{
background-color: #B1381C;
}
</style>
border-color css
<style>
span { border-color: #B1381C; }
span { border-color: rgb(177,56,28); }
td.TdClassName
{
border-color: #B1381C;
}
.TagClassName
{
border-color: #B1381C;
}
</style>