Shades of Rust #B1391D
Tints of Rust #B1391D
RGB
CMYK
RGB Variations
Color information
#B1391D (or 0xB1391D) is known color: Rust. HEX triplet: B1, 39 and 1D. RGB value is (177,57,29). Sum of RGB (Red+Green+Blue) = 177+57+29=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B1391D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1391D is #4EC6E2. Grayscale: #595959. Windows color (decimal): -5162723 or 1915313. OLE color: 1915313.
HSL color Cylindrical-coordinate representation of color #B1391D: hue angle of 11.35º degrees, saturation: 0.72, 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 #B1391D is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 29 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.31 |
| HSL | 11.35º | 0.72% | 0.4% | - |
| HSV(B) | 11.35º | 0.84% | 0.69% | - |
| XYZ | 19.82 | 12.36 | 2.5 | - |
| YUV | 89.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 29 | 0 | 0.68 | 0.84 | 0.31 | 11.35 | 0.72 | 0.4 |
| Hex | B1 | 39 | 1D | 0 | 44 | 54 | 1F | B | 48 | 28 |
| Octal | 261 | 71 | 35 | 0 | 104 | 124 | 37 | 13 | 110 | 50 |
| Binary | 10110001 | 111001 | 11101 | 0 | 1000100 | 1010100 | 11111 | 1011 | 1001000 | 101000 |
Color Harmonies of #B1391D
Complementary color
Monochromatic Colors of #B1391D
Black with #B1391D
Text Example
Text Example
White with #B1391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1391D; }
p { color: rgb(177,57,29); }
H1.HeaderClassName
{
color: #B1391D;
}
.AnyTagClassName
{
color: #B1391D;
}
</style>
background-color css
<style>
a { background-color: #B1391D; }
a { background-color: rgb(177,57,29); }
div.DivClassName
{
background-color: #B1391D;
}
.BgClassName
{
background-color: #B1391D;
}
</style>
border-color css
<style>
span { border-color: #B1391D; }
span { border-color: rgb(177,57,29); }
td.TdClassName
{
border-color: #B1391D;
}
.TagClassName
{
border-color: #B1391D;
}
</style>