Shades of Rust #B1411D
Tints of Rust #B1411D
RGB
CMYK
RGB Variations
Color information
#B1411D (or 0xB1411D) is known color: Rust. HEX triplet: B1, 41 and 1D. RGB value is (177,65,29). Sum of RGB (Red+Green+Blue) = 177+65+29=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1411D is #4EBEE2. Grayscale: #5E5E5E. Windows color (decimal): -5160675 or 1917361. OLE color: 1917361.
HSL color Cylindrical-coordinate representation of color #B1411D: hue angle of 14.59º 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 #B1411D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 29 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.31 |
| HSL | 14.59º | 0.72% | 0.4% | - |
| HSV(B) | 14.59º | 0.84% | 0.69% | - |
| XYZ | 20.24 | 13.22 | 2.65 | - |
| YUV | 94.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 29 | 0 | 0.63 | 0.84 | 0.31 | 14.59 | 0.72 | 0.4 |
| Hex | B1 | 41 | 1D | 0 | 3F | 54 | 1F | F | 48 | 28 |
| Octal | 261 | 101 | 35 | 0 | 77 | 124 | 37 | 17 | 110 | 50 |
| Binary | 10110001 | 1000001 | 11101 | 0 | 111111 | 1010100 | 11111 | 1111 | 1001000 | 101000 |
Color Harmonies of #B1411D
Complementary color
Monochromatic Colors of #B1411D
Black with #B1411D
Text Example
Text Example
White with #B1411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1411D; }
p { color: rgb(177,65,29); }
H1.HeaderClassName
{
color: #B1411D;
}
.AnyTagClassName
{
color: #B1411D;
}
</style>
background-color css
<style>
a { background-color: #B1411D; }
a { background-color: rgb(177,65,29); }
div.DivClassName
{
background-color: #B1411D;
}
.BgClassName
{
background-color: #B1411D;
}
</style>
border-color css
<style>
span { border-color: #B1411D; }
span { border-color: rgb(177,65,29); }
td.TdClassName
{
border-color: #B1411D;
}
.TagClassName
{
border-color: #B1411D;
}
</style>