Shades of Rust #B1391E
Tints of Rust #B1391E
RGB
CMYK
RGB Variations
Color information
#B1391E (or 0xB1391E) is known color: Rust. HEX triplet: B1, 39 and 1E. RGB value is (177,57,30). Sum of RGB (Red+Green+Blue) = 177+57+30=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B1391E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1391E is #4EC6E1. Grayscale: #5A5A5A. Windows color (decimal): -5162722 or 1980849. OLE color: 1980849.
HSL color Cylindrical-coordinate representation of color #B1391E: hue angle of 11.02º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1391E is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 30 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.31 |
| HSL | 11.02º | 0.71% | 0.41% | - |
| HSV(B) | 11.02º | 0.83% | 0.69% | - |
| XYZ | 19.83 | 12.37 | 2.57 | - |
| YUV | 89.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 30 | 0 | 0.68 | 0.83 | 0.31 | 11.02 | 0.71 | 0.41 |
| Hex | B1 | 39 | 1E | 0 | 44 | 53 | 1F | B | 47 | 29 |
| Octal | 261 | 71 | 36 | 0 | 104 | 123 | 37 | 13 | 107 | 51 |
| Binary | 10110001 | 111001 | 11110 | 0 | 1000100 | 1010011 | 11111 | 1011 | 1000111 | 101001 |
Color Harmonies of #B1391E
Complementary color
Monochromatic Colors of #B1391E
Black with #B1391E
Text Example
Text Example
White with #B1391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1391E; }
p { color: rgb(177,57,30); }
H1.HeaderClassName
{
color: #B1391E;
}
.AnyTagClassName
{
color: #B1391E;
}
</style>
background-color css
<style>
a { background-color: #B1391E; }
a { background-color: rgb(177,57,30); }
div.DivClassName
{
background-color: #B1391E;
}
.BgClassName
{
background-color: #B1391E;
}
</style>
border-color css
<style>
span { border-color: #B1391E; }
span { border-color: rgb(177,57,30); }
td.TdClassName
{
border-color: #B1391E;
}
.TagClassName
{
border-color: #B1391E;
}
</style>