Shades of Rust #B34611
Tints of Rust #B34611
RGB
CMYK
RGB Variations
Color information
#B34611 (or 0xB34611) is known color: Rust. HEX triplet: B3, 46 and 11. RGB value is (179,70,17). Sum of RGB (Red+Green+Blue) = 179+70+17=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B34611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34611 is #4CB9EE. Grayscale: #606060. Windows color (decimal): -5028335 or 1132211. OLE color: 1132211.
HSL color Cylindrical-coordinate representation of color #B34611: hue angle of 19.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B34611 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 17 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.30 |
| HSL | 19.63º | 0.83% | 0.38% | - |
| HSV(B) | 19.63º | 0.91% | 0.7% | - |
| XYZ | 20.88 | 14 | 2.13 | - |
| YUV | 96.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 17 | 0 | 0.61 | 0.91 | 0.30 | 19.63 | 0.83 | 0.38 |
| Hex | B3 | 46 | 11 | 0 | 3D | 5B | 1E | 14 | 53 | 26 |
| Octal | 263 | 106 | 21 | 0 | 75 | 133 | 36 | 24 | 123 | 46 |
| Binary | 10110011 | 1000110 | 10001 | 0 | 111101 | 1011011 | 11110 | 10100 | 1010011 | 100110 |
Color Harmonies of #B34611
Complementary color
Monochromatic Colors of #B34611
Black with #B34611
Text Example
Text Example
White with #B34611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34611; }
p { color: rgb(179,70,17); }
H1.HeaderClassName
{
color: #B34611;
}
.AnyTagClassName
{
color: #B34611;
}
</style>
background-color css
<style>
a { background-color: #B34611; }
a { background-color: rgb(179,70,17); }
div.DivClassName
{
background-color: #B34611;
}
.BgClassName
{
background-color: #B34611;
}
</style>
border-color css
<style>
span { border-color: #B34611; }
span { border-color: rgb(179,70,17); }
td.TdClassName
{
border-color: #B34611;
}
.TagClassName
{
border-color: #B34611;
}
</style>