Shades of Rust #B1411C
Tints of Rust #B1411C
RGB
CMYK
RGB Variations
Color information
#B1411C (or 0xB1411C) is known color: Rust. HEX triplet: B1, 41 and 1C. RGB value is (177,65,28). Sum of RGB (Red+Green+Blue) = 177+65+28=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1411C is #4EBEE3. Grayscale: #5E5E5E. Windows color (decimal): -5160676 or 1851825. OLE color: 1851825.
HSL color Cylindrical-coordinate representation of color #B1411C: hue angle of 14.9º 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 #B1411C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.31 |
| HSL | 14.9º | 0.73% | 0.4% | - |
| HSV(B) | 14.9º | 0.84% | 0.69% | - |
| XYZ | 20.23 | 13.21 | 2.58 | - |
| YUV | 94.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 28 | 0 | 0.63 | 0.84 | 0.31 | 14.9 | 0.73 | 0.4 |
| Hex | B1 | 41 | 1C | 0 | 3F | 54 | 1F | F | 49 | 28 |
| Octal | 261 | 101 | 34 | 0 | 77 | 124 | 37 | 17 | 111 | 50 |
| Binary | 10110001 | 1000001 | 11100 | 0 | 111111 | 1010100 | 11111 | 1111 | 1001001 | 101000 |
Color Harmonies of #B1411C
Complementary color
Monochromatic Colors of #B1411C
Black with #B1411C
Text Example
Text Example
White with #B1411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1411C; }
p { color: rgb(177,65,28); }
H1.HeaderClassName
{
color: #B1411C;
}
.AnyTagClassName
{
color: #B1411C;
}
</style>
background-color css
<style>
a { background-color: #B1411C; }
a { background-color: rgb(177,65,28); }
div.DivClassName
{
background-color: #B1411C;
}
.BgClassName
{
background-color: #B1411C;
}
</style>
border-color css
<style>
span { border-color: #B1411C; }
span { border-color: rgb(177,65,28); }
td.TdClassName
{
border-color: #B1411C;
}
.TagClassName
{
border-color: #B1411C;
}
</style>