Shades of Rust #B1491B
Tints of Rust #B1491B
RGB
CMYK
RGB Variations
Color information
#B1491B (or 0xB1491B) is known color: Rust. HEX triplet: B1, 49 and 1B. RGB value is (177,73,27). Sum of RGB (Red+Green+Blue) = 177+73+27=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1491B is #4EB6E4. Grayscale: #636363. Windows color (decimal): -5158629 or 1788337. OLE color: 1788337.
HSL color Cylindrical-coordinate representation of color #B1491B: hue angle of 18.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1491B is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 27 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.31 |
| HSL | 18.4º | 0.74% | 0.4% | - |
| HSV(B) | 18.4º | 0.85% | 0.69% | - |
| XYZ | 20.71 | 14.19 | 2.68 | - |
| YUV | 98.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 27 | 0 | 0.59 | 0.85 | 0.31 | 18.4 | 0.74 | 0.4 |
| Hex | B1 | 49 | 1B | 0 | 3B | 55 | 1F | 12 | 4A | 28 |
| Octal | 261 | 111 | 33 | 0 | 73 | 125 | 37 | 22 | 112 | 50 |
| Binary | 10110001 | 1001001 | 11011 | 0 | 111011 | 1010101 | 11111 | 10010 | 1001010 | 101000 |
Color Harmonies of #B1491B
Complementary color
Monochromatic Colors of #B1491B
Black with #B1491B
Text Example
Text Example
White with #B1491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1491B; }
p { color: rgb(177,73,27); }
H1.HeaderClassName
{
color: #B1491B;
}
.AnyTagClassName
{
color: #B1491B;
}
</style>
background-color css
<style>
a { background-color: #B1491B; }
a { background-color: rgb(177,73,27); }
div.DivClassName
{
background-color: #B1491B;
}
.BgClassName
{
background-color: #B1491B;
}
</style>
border-color css
<style>
span { border-color: #B1491B; }
span { border-color: rgb(177,73,27); }
td.TdClassName
{
border-color: #B1491B;
}
.TagClassName
{
border-color: #B1491B;
}
</style>