Shades of Rust #B14D1B
Tints of Rust #B14D1B
RGB
CMYK
RGB Variations
Color information
#B14D1B (or 0xB14D1B) is known color: Rust. HEX triplet: B1, 4D and 1B. RGB value is (177,77,27). Sum of RGB (Red+Green+Blue) = 177+77+27=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D1B is #4EB2E4. Grayscale: #656565. Windows color (decimal): -5157605 or 1789361. OLE color: 1789361.
HSL color Cylindrical-coordinate representation of color #B14D1B: hue angle of 20º 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 #B14D1B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 27 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.31 |
| HSL | 20º | 0.74% | 0.4% | - |
| HSV(B) | 20º | 0.85% | 0.69% | - |
| XYZ | 20.98 | 14.73 | 2.77 | - |
| YUV | 101.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 27 | 0 | 0.56 | 0.85 | 0.31 | 20 | 0.74 | 0.4 |
| Hex | B1 | 4D | 1B | 0 | 38 | 55 | 1F | 14 | 4A | 28 |
| Octal | 261 | 115 | 33 | 0 | 70 | 125 | 37 | 24 | 112 | 50 |
| Binary | 10110001 | 1001101 | 11011 | 0 | 111000 | 1010101 | 11111 | 10100 | 1001010 | 101000 |
Color Harmonies of #B14D1B
Complementary color
Monochromatic Colors of #B14D1B
Black with #B14D1B
Text Example
Text Example
White with #B14D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D1B; }
p { color: rgb(177,77,27); }
H1.HeaderClassName
{
color: #B14D1B;
}
.AnyTagClassName
{
color: #B14D1B;
}
</style>
background-color css
<style>
a { background-color: #B14D1B; }
a { background-color: rgb(177,77,27); }
div.DivClassName
{
background-color: #B14D1B;
}
.BgClassName
{
background-color: #B14D1B;
}
</style>
border-color css
<style>
span { border-color: #B14D1B; }
span { border-color: rgb(177,77,27); }
td.TdClassName
{
border-color: #B14D1B;
}
.TagClassName
{
border-color: #B14D1B;
}
</style>