Shades of Rust #B1401B
Tints of Rust #B1401B
RGB
CMYK
RGB Variations
Color information
#B1401B (or 0xB1401B) is known color: Rust. HEX triplet: B1, 40 and 1B. RGB value is (177,64,27). Sum of RGB (Red+Green+Blue) = 177+64+27=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1401B is #4EBFE4. Grayscale: #5D5D5D. Windows color (decimal): -5160933 or 1786033. OLE color: 1786033.
HSL color Cylindrical-coordinate representation of color #B1401B: hue angle of 14.8º 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 #B1401B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 27 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.31 |
| HSL | 14.8º | 0.74% | 0.4% | - |
| HSV(B) | 14.8º | 0.85% | 0.69% | - |
| XYZ | 20.16 | 13.09 | 2.5 | - |
| YUV | 93.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 27 | 0 | 0.64 | 0.85 | 0.31 | 14.8 | 0.74 | 0.4 |
| Hex | B1 | 40 | 1B | 0 | 40 | 55 | 1F | F | 4A | 28 |
| Octal | 261 | 100 | 33 | 0 | 100 | 125 | 37 | 17 | 112 | 50 |
| Binary | 10110001 | 1000000 | 11011 | 0 | 1000000 | 1010101 | 11111 | 1111 | 1001010 | 101000 |
Color Harmonies of #B1401B
Complementary color
Monochromatic Colors of #B1401B
Black with #B1401B
Text Example
Text Example
White with #B1401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1401B; }
p { color: rgb(177,64,27); }
H1.HeaderClassName
{
color: #B1401B;
}
.AnyTagClassName
{
color: #B1401B;
}
</style>
background-color css
<style>
a { background-color: #B1401B; }
a { background-color: rgb(177,64,27); }
div.DivClassName
{
background-color: #B1401B;
}
.BgClassName
{
background-color: #B1401B;
}
</style>
border-color css
<style>
span { border-color: #B1401B; }
span { border-color: rgb(177,64,27); }
td.TdClassName
{
border-color: #B1401B;
}
.TagClassName
{
border-color: #B1401B;
}
</style>