Shades of Rust #B1411B
Tints of Rust #B1411B
RGB
CMYK
RGB Variations
Color information
#B1411B (or 0xB1411B) is known color: Rust. HEX triplet: B1, 41 and 1B. RGB value is (177,65,27). Sum of RGB (Red+Green+Blue) = 177+65+27=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1411B is #4EBEE4. Grayscale: #5E5E5E. Windows color (decimal): -5160677 or 1786289. OLE color: 1786289.
HSL color Cylindrical-coordinate representation of color #B1411B: hue angle of 15.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1411B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.31 |
| HSL | 15.2º | 0.74% | 0.4% | - |
| HSV(B) | 15.2º | 0.85% | 0.69% | - |
| XYZ | 20.22 | 13.21 | 2.52 | - |
| YUV | 94.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 27 | 0 | 0.63 | 0.85 | 0.31 | 15.2 | 0.74 | 0.4 |
| Hex | B1 | 41 | 1B | 0 | 3F | 55 | 1F | F | 4A | 28 |
| Octal | 261 | 101 | 33 | 0 | 77 | 125 | 37 | 17 | 112 | 50 |
| Binary | 10110001 | 1000001 | 11011 | 0 | 111111 | 1010101 | 11111 | 1111 | 1001010 | 101000 |
Color Harmonies of #B1411B
Complementary color
Monochromatic Colors of #B1411B
Black with #B1411B
Text Example
Text Example
White with #B1411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1411B; }
p { color: rgb(177,65,27); }
H1.HeaderClassName
{
color: #B1411B;
}
.AnyTagClassName
{
color: #B1411B;
}
</style>
background-color css
<style>
a { background-color: #B1411B; }
a { background-color: rgb(177,65,27); }
div.DivClassName
{
background-color: #B1411B;
}
.BgClassName
{
background-color: #B1411B;
}
</style>
border-color css
<style>
span { border-color: #B1411B; }
span { border-color: rgb(177,65,27); }
td.TdClassName
{
border-color: #B1411B;
}
.TagClassName
{
border-color: #B1411B;
}
</style>