Shades of Rust #B14717
Tints of Rust #B14717
RGB
CMYK
RGB Variations
Color information
#B14717 (or 0xB14717) is known color: Rust. HEX triplet: B1, 47 and 17. RGB value is (177,71,23). Sum of RGB (Red+Green+Blue) = 177+71+23=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B14717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14717 is #4EB8E8. Grayscale: #616161. Windows color (decimal): -5159145 or 1525681. OLE color: 1525681.
HSL color Cylindrical-coordinate representation of color #B14717: hue angle of 18.7º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B14717 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 23 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.31 |
| HSL | 18.7º | 0.77% | 0.39% | - |
| HSV(B) | 18.7º | 0.87% | 0.69% | - |
| XYZ | 20.54 | 13.92 | 2.41 | - |
| YUV | 97.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 23 | 0 | 0.60 | 0.87 | 0.31 | 18.7 | 0.77 | 0.39 |
| Hex | B1 | 47 | 17 | 0 | 3C | 57 | 1F | 13 | 4D | 27 |
| Octal | 261 | 107 | 27 | 0 | 74 | 127 | 37 | 23 | 115 | 47 |
| Binary | 10110001 | 1000111 | 10111 | 0 | 111100 | 1010111 | 11111 | 10011 | 1001101 | 100111 |
Color Harmonies of #B14717
Complementary color
Monochromatic Colors of #B14717
Black with #B14717
Text Example
Text Example
White with #B14717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14717; }
p { color: rgb(177,71,23); }
H1.HeaderClassName
{
color: #B14717;
}
.AnyTagClassName
{
color: #B14717;
}
</style>
background-color css
<style>
a { background-color: #B14717; }
a { background-color: rgb(177,71,23); }
div.DivClassName
{
background-color: #B14717;
}
.BgClassName
{
background-color: #B14717;
}
</style>
border-color css
<style>
span { border-color: #B14717; }
span { border-color: rgb(177,71,23); }
td.TdClassName
{
border-color: #B14717;
}
.TagClassName
{
border-color: #B14717;
}
</style>