Shades of Rust #B14713
Tints of Rust #B14713
RGB
CMYK
RGB Variations
Color information
#B14713 (or 0xB14713) is known color: Rust. HEX triplet: B1, 47 and 13. RGB value is (177,71,19). Sum of RGB (Red+Green+Blue) = 177+71+19=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B14713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14713 is #4EB8EC. Grayscale: #616161. Windows color (decimal): -5159149 or 1263537. OLE color: 1263537.
HSL color Cylindrical-coordinate representation of color #B14713: hue angle of 19.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B14713 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 19 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.31 |
| HSL | 19.75º | 0.81% | 0.38% | - |
| HSV(B) | 19.75º | 0.89% | 0.69% | - |
| XYZ | 20.5 | 13.9 | 2.22 | - |
| YUV | 96.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 19 | 0 | 0.60 | 0.89 | 0.31 | 19.75 | 0.81 | 0.38 |
| Hex | B1 | 47 | 13 | 0 | 3C | 59 | 1F | 14 | 51 | 26 |
| Octal | 261 | 107 | 23 | 0 | 74 | 131 | 37 | 24 | 121 | 46 |
| Binary | 10110001 | 1000111 | 10011 | 0 | 111100 | 1011001 | 11111 | 10100 | 1010001 | 100110 |
Color Harmonies of #B14713
Complementary color
Monochromatic Colors of #B14713
Black with #B14713
Text Example
Text Example
White with #B14713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14713; }
p { color: rgb(177,71,19); }
H1.HeaderClassName
{
color: #B14713;
}
.AnyTagClassName
{
color: #B14713;
}
</style>
background-color css
<style>
a { background-color: #B14713; }
a { background-color: rgb(177,71,19); }
div.DivClassName
{
background-color: #B14713;
}
.BgClassName
{
background-color: #B14713;
}
</style>
border-color css
<style>
span { border-color: #B14713; }
span { border-color: rgb(177,71,19); }
td.TdClassName
{
border-color: #B14713;
}
.TagClassName
{
border-color: #B14713;
}
</style>