Shades of Rust #B1441F
Tints of Rust #B1441F
RGB
CMYK
RGB Variations
Color information
#B1441F (or 0xB1441F) is known color: Rust. HEX triplet: B1, 44 and 1F. RGB value is (177,68,31). Sum of RGB (Red+Green+Blue) = 177+68+31=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1441F is #4EBBE0. Grayscale: #606060. Windows color (decimal): -5159905 or 2049201. OLE color: 2049201.
HSL color Cylindrical-coordinate representation of color #B1441F: hue angle of 15.21º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1441F is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 31 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.31 |
| HSL | 15.21º | 0.7% | 0.41% | - |
| HSV(B) | 15.21º | 0.82% | 0.69% | - |
| XYZ | 20.45 | 13.58 | 2.84 | - |
| YUV | 96.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 31 | 0 | 0.62 | 0.82 | 0.31 | 15.21 | 0.7 | 0.41 |
| Hex | B1 | 44 | 1F | 0 | 3E | 52 | 1F | F | 46 | 29 |
| Octal | 261 | 104 | 37 | 0 | 76 | 122 | 37 | 17 | 106 | 51 |
| Binary | 10110001 | 1000100 | 11111 | 0 | 111110 | 1010010 | 11111 | 1111 | 1000110 | 101001 |
Color Harmonies of #B1441F
Complementary color
Monochromatic Colors of #B1441F
Black with #B1441F
Text Example
Text Example
White with #B1441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1441F; }
p { color: rgb(177,68,31); }
H1.HeaderClassName
{
color: #B1441F;
}
.AnyTagClassName
{
color: #B1441F;
}
</style>
background-color css
<style>
a { background-color: #B1441F; }
a { background-color: rgb(177,68,31); }
div.DivClassName
{
background-color: #B1441F;
}
.BgClassName
{
background-color: #B1441F;
}
</style>
border-color css
<style>
span { border-color: #B1441F; }
span { border-color: rgb(177,68,31); }
td.TdClassName
{
border-color: #B1441F;
}
.TagClassName
{
border-color: #B1441F;
}
</style>