Shades of Rust #B14614
Tints of Rust #B14614
RGB
CMYK
RGB Variations
Color information
#B14614 (or 0xB14614) is known color: Rust. HEX triplet: B1, 46 and 14. RGB value is (177,70,20). Sum of RGB (Red+Green+Blue) = 177+70+20=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B14614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14614 is #4EB9EB. Grayscale: #606060. Windows color (decimal): -5159404 or 1328817. OLE color: 1328817.
HSL color Cylindrical-coordinate representation of color #B14614: hue angle of 19.11º 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 #B14614 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 20 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.31 |
| HSL | 19.11º | 0.8% | 0.39% | - |
| HSV(B) | 19.11º | 0.89% | 0.69% | - |
| XYZ | 20.45 | 13.78 | 2.24 | - |
| YUV | 96.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 20 | 0 | 0.60 | 0.89 | 0.31 | 19.11 | 0.8 | 0.39 |
| Hex | B1 | 46 | 14 | 0 | 3C | 59 | 1F | 13 | 50 | 27 |
| Octal | 261 | 106 | 24 | 0 | 74 | 131 | 37 | 23 | 120 | 47 |
| Binary | 10110001 | 1000110 | 10100 | 0 | 111100 | 1011001 | 11111 | 10011 | 1010000 | 100111 |
Color Harmonies of #B14614
Complementary color
Monochromatic Colors of #B14614
Black with #B14614
Text Example
Text Example
White with #B14614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14614; }
p { color: rgb(177,70,20); }
H1.HeaderClassName
{
color: #B14614;
}
.AnyTagClassName
{
color: #B14614;
}
</style>
background-color css
<style>
a { background-color: #B14614; }
a { background-color: rgb(177,70,20); }
div.DivClassName
{
background-color: #B14614;
}
.BgClassName
{
background-color: #B14614;
}
</style>
border-color css
<style>
span { border-color: #B14614; }
span { border-color: rgb(177,70,20); }
td.TdClassName
{
border-color: #B14614;
}
.TagClassName
{
border-color: #B14614;
}
</style>