Shades of Rust #B14813
Tints of Rust #B14813
RGB
CMYK
RGB Variations
Color information
#B14813 (or 0xB14813) is known color: Rust. HEX triplet: B1, 48 and 13. RGB value is (177,72,19). Sum of RGB (Red+Green+Blue) = 177+72+19=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14813 is #4EB7EC. Grayscale: #616161. Windows color (decimal): -5158893 or 1263793. OLE color: 1263793.
HSL color Cylindrical-coordinate representation of color #B14813: hue angle of 20.13º 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 #B14813 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 19 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.31 |
| HSL | 20.13º | 0.81% | 0.38% | - |
| HSV(B) | 20.13º | 0.89% | 0.69% | - |
| XYZ | 20.57 | 14.03 | 2.24 | - |
| YUV | 97.35 | 83.79 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 19 | 0 | 0.59 | 0.89 | 0.31 | 20.13 | 0.81 | 0.38 |
| Hex | B1 | 48 | 13 | 0 | 3B | 59 | 1F | 14 | 51 | 26 |
| Octal | 261 | 110 | 23 | 0 | 73 | 131 | 37 | 24 | 121 | 46 |
| Binary | 10110001 | 1001000 | 10011 | 0 | 111011 | 1011001 | 11111 | 10100 | 1010001 | 100110 |
Color Harmonies of #B14813
Complementary color
Monochromatic Colors of #B14813
Black with #B14813
Text Example
Text Example
White with #B14813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14813; }
p { color: rgb(177,72,19); }
H1.HeaderClassName
{
color: #B14813;
}
.AnyTagClassName
{
color: #B14813;
}
</style>
background-color css
<style>
a { background-color: #B14813; }
a { background-color: rgb(177,72,19); }
div.DivClassName
{
background-color: #B14813;
}
.BgClassName
{
background-color: #B14813;
}
</style>
border-color css
<style>
span { border-color: #B14813; }
span { border-color: rgb(177,72,19); }
td.TdClassName
{
border-color: #B14813;
}
.TagClassName
{
border-color: #B14813;
}
</style>