Shades of Rust #B1451E
Tints of Rust #B1451E
RGB
CMYK
RGB Variations
Color information
#B1451E (or 0xB1451E) is known color: Rust. HEX triplet: B1, 45 and 1E. RGB value is (177,69,30). Sum of RGB (Red+Green+Blue) = 177+69+30=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1451E is #4EBAE1. Grayscale: #616161. Windows color (decimal): -5159650 or 1983921. OLE color: 1983921.
HSL color Cylindrical-coordinate representation of color #B1451E: hue angle of 15.92º 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 #B1451E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 30 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.31 |
| HSL | 15.92º | 0.71% | 0.41% | - |
| HSV(B) | 15.92º | 0.83% | 0.69% | - |
| XYZ | 20.49 | 13.7 | 2.79 | - |
| YUV | 96.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 30 | 0 | 0.61 | 0.83 | 0.31 | 15.92 | 0.71 | 0.41 |
| Hex | B1 | 45 | 1E | 0 | 3D | 53 | 1F | 10 | 47 | 29 |
| Octal | 261 | 105 | 36 | 0 | 75 | 123 | 37 | 20 | 107 | 51 |
| Binary | 10110001 | 1000101 | 11110 | 0 | 111101 | 1010011 | 11111 | 10000 | 1000111 | 101001 |
Color Harmonies of #B1451E
Complementary color
Monochromatic Colors of #B1451E
Black with #B1451E
Text Example
Text Example
White with #B1451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1451E; }
p { color: rgb(177,69,30); }
H1.HeaderClassName
{
color: #B1451E;
}
.AnyTagClassName
{
color: #B1451E;
}
</style>
background-color css
<style>
a { background-color: #B1451E; }
a { background-color: rgb(177,69,30); }
div.DivClassName
{
background-color: #B1451E;
}
.BgClassName
{
background-color: #B1451E;
}
</style>
border-color css
<style>
span { border-color: #B1451E; }
span { border-color: rgb(177,69,30); }
td.TdClassName
{
border-color: #B1451E;
}
.TagClassName
{
border-color: #B1451E;
}
</style>