Shades of Rust #B14700
Tints of Rust #B14700
RGB
CMYK
RGB Variations
Color information
#B14700 (or 0xB14700) is known color: Rust. HEX triplet: B1, 47 and 00. RGB value is (177,71,0). Sum of RGB (Red+Green+Blue) = 177+71+0=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B14700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14700 is #4EB8FF. Grayscale: #5E5E5E. Windows color (decimal): -5159168 or 18353. OLE color: 18353.
HSL color Cylindrical-coordinate representation of color #B14700: hue angle of 24.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B14700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.31 |
| HSL | 24.07º | 1% | 0.35% | - |
| HSV(B) | 24.07º | 1% | 0.69% | - |
| XYZ | 20.38 | 13.85 | 1.6 | - |
| YUV | 94.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 0 | 0 | 0.60 | 1 | 0.31 | 24.07 | 1 | 0.35 |
| Hex | B1 | 47 | 0 | 0 | 3C | 64 | 1F | 18 | 64 | 23 |
| Octal | 261 | 107 | 0 | 0 | 74 | 144 | 37 | 30 | 144 | 43 |
| Binary | 10110001 | 1000111 | 0 | 0 | 111100 | 1100100 | 11111 | 11000 | 1100100 | 100011 |
Color Harmonies of #B14700
Complementary color
Monochromatic Colors of #B14700
Black with #B14700
Text Example
Text Example
White with #B14700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14700; }
p { color: rgb(177,71,0); }
H1.HeaderClassName
{
color: #B14700;
}
.AnyTagClassName
{
color: #B14700;
}
</style>
background-color css
<style>
a { background-color: #B14700; }
a { background-color: rgb(177,71,0); }
div.DivClassName
{
background-color: #B14700;
}
.BgClassName
{
background-color: #B14700;
}
</style>
border-color css
<style>
span { border-color: #B14700; }
span { border-color: rgb(177,71,0); }
td.TdClassName
{
border-color: #B14700;
}
.TagClassName
{
border-color: #B14700;
}
</style>