Shades of Rust #B34614
Tints of Rust #B34614
RGB
CMYK
RGB Variations
Color information
#B34614 (or 0xB34614) is known color: Rust. HEX triplet: B3, 46 and 14. RGB value is (179,70,20). Sum of RGB (Red+Green+Blue) = 179+70+20=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34614 is #4CB9EB. Grayscale: #616161. Windows color (decimal): -5028332 or 1328819. OLE color: 1328819.
HSL color Cylindrical-coordinate representation of color #B34614: hue angle of 18.87º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B34614 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.30 |
| HSL | 18.87º | 0.8% | 0.39% | - |
| HSV(B) | 18.87º | 0.89% | 0.7% | - |
| XYZ | 20.91 | 14.01 | 2.26 | - |
| YUV | 96.89 | 84.61 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 20 | 0 | 0.61 | 0.89 | 0.30 | 18.87 | 0.8 | 0.39 |
| Hex | B3 | 46 | 14 | 0 | 3D | 59 | 1E | 13 | 50 | 27 |
| Octal | 263 | 106 | 24 | 0 | 75 | 131 | 36 | 23 | 120 | 47 |
| Binary | 10110011 | 1000110 | 10100 | 0 | 111101 | 1011001 | 11110 | 10011 | 1010000 | 100111 |
Color Harmonies of #B34614
Complementary color
Monochromatic Colors of #B34614
Black with #B34614
Text Example
Text Example
White with #B34614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34614; }
p { color: rgb(179,70,20); }
H1.HeaderClassName
{
color: #B34614;
}
.AnyTagClassName
{
color: #B34614;
}
</style>
background-color css
<style>
a { background-color: #B34614; }
a { background-color: rgb(179,70,20); }
div.DivClassName
{
background-color: #B34614;
}
.BgClassName
{
background-color: #B34614;
}
</style>
border-color css
<style>
span { border-color: #B34614; }
span { border-color: rgb(179,70,20); }
td.TdClassName
{
border-color: #B34614;
}
.TagClassName
{
border-color: #B34614;
}
</style>