Shades of Rust #B14714
Tints of Rust #B14714
RGB
CMYK
RGB Variations
Color information
#B14714 (or 0xB14714) is known color: Rust. HEX triplet: B1, 47 and 14. RGB value is (177,71,20). Sum of RGB (Red+Green+Blue) = 177+71+20=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14714 is #4EB8EB. Grayscale: #616161. Windows color (decimal): -5159148 or 1329073. OLE color: 1329073.
HSL color Cylindrical-coordinate representation of color #B14714: hue angle of 19.49º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B14714 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 20 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.31 |
| HSL | 19.49º | 0.8% | 0.39% | - |
| HSV(B) | 19.49º | 0.89% | 0.69% | - |
| XYZ | 20.51 | 13.9 | 2.26 | - |
| YUV | 96.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 20 | 0 | 0.60 | 0.89 | 0.31 | 19.49 | 0.8 | 0.39 |
| Hex | B1 | 47 | 14 | 0 | 3C | 59 | 1F | 13 | 50 | 27 |
| Octal | 261 | 107 | 24 | 0 | 74 | 131 | 37 | 23 | 120 | 47 |
| Binary | 10110001 | 1000111 | 10100 | 0 | 111100 | 1011001 | 11111 | 10011 | 1010000 | 100111 |
Color Harmonies of #B14714
Complementary color
Monochromatic Colors of #B14714
Black with #B14714
Text Example
Text Example
White with #B14714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14714; }
p { color: rgb(177,71,20); }
H1.HeaderClassName
{
color: #B14714;
}
.AnyTagClassName
{
color: #B14714;
}
</style>
background-color css
<style>
a { background-color: #B14714; }
a { background-color: rgb(177,71,20); }
div.DivClassName
{
background-color: #B14714;
}
.BgClassName
{
background-color: #B14714;
}
</style>
border-color css
<style>
span { border-color: #B14714; }
span { border-color: rgb(177,71,20); }
td.TdClassName
{
border-color: #B14714;
}
.TagClassName
{
border-color: #B14714;
}
</style>