Shades of Rust #B1441E
Tints of Rust #B1441E
RGB
CMYK
RGB Variations
Color information
#B1441E (or 0xB1441E) is known color: Rust. HEX triplet: B1, 44 and 1E. RGB value is (177,68,30). Sum of RGB (Red+Green+Blue) = 177+68+30=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1441E is #4EBBE1. Grayscale: #606060. Windows color (decimal): -5159906 or 1983665. OLE color: 1983665.
HSL color Cylindrical-coordinate representation of color #B1441E: hue angle of 15.51º 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 #B1441E is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 30 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.31 |
| HSL | 15.51º | 0.71% | 0.41% | - |
| HSV(B) | 15.51º | 0.83% | 0.69% | - |
| XYZ | 20.43 | 13.58 | 2.77 | - |
| YUV | 96.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 30 | 0 | 0.62 | 0.83 | 0.31 | 15.51 | 0.71 | 0.41 |
| Hex | B1 | 44 | 1E | 0 | 3E | 53 | 1F | 10 | 47 | 29 |
| Octal | 261 | 104 | 36 | 0 | 76 | 123 | 37 | 20 | 107 | 51 |
| Binary | 10110001 | 1000100 | 11110 | 0 | 111110 | 1010011 | 11111 | 10000 | 1000111 | 101001 |
Color Harmonies of #B1441E
Complementary color
Monochromatic Colors of #B1441E
Black with #B1441E
Text Example
Text Example
White with #B1441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1441E; }
p { color: rgb(177,68,30); }
H1.HeaderClassName
{
color: #B1441E;
}
.AnyTagClassName
{
color: #B1441E;
}
</style>
background-color css
<style>
a { background-color: #B1441E; }
a { background-color: rgb(177,68,30); }
div.DivClassName
{
background-color: #B1441E;
}
.BgClassName
{
background-color: #B1441E;
}
</style>
border-color css
<style>
span { border-color: #B1441E; }
span { border-color: rgb(177,68,30); }
td.TdClassName
{
border-color: #B1441E;
}
.TagClassName
{
border-color: #B1441E;
}
</style>