Shades of Rust #B34406
Tints of Rust #B34406
RGB
CMYK
RGB Variations
Color information
#B34406 (or 0xB34406) is known color: Rust. HEX triplet: B3, 44 and 06. RGB value is (179,68,6). Sum of RGB (Red+Green+Blue) = 179+68+6=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B34406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34406 is #4CBBF9. Grayscale: #5E5E5E. Windows color (decimal): -5028858 or 410803. OLE color: 410803.
HSL color Cylindrical-coordinate representation of color #B34406: hue angle of 21.5º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B34406 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.30 |
| HSL | 21.5º | 0.94% | 0.36% | - |
| HSV(B) | 21.5º | 0.97% | 0.7% | - |
| XYZ | 20.69 | 13.73 | 1.73 | - |
| YUV | 94.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 6 | 0 | 0.62 | 0.97 | 0.30 | 21.5 | 0.94 | 0.36 |
| Hex | B3 | 44 | 6 | 0 | 3E | 61 | 1E | 16 | 5E | 24 |
| Octal | 263 | 104 | 6 | 0 | 76 | 141 | 36 | 26 | 136 | 44 |
| Binary | 10110011 | 1000100 | 110 | 0 | 111110 | 1100001 | 11110 | 10110 | 1011110 | 100100 |
Color Harmonies of #B34406
Complementary color
Monochromatic Colors of #B34406
Black with #B34406
Text Example
Text Example
White with #B34406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34406; }
p { color: rgb(179,68,6); }
H1.HeaderClassName
{
color: #B34406;
}
.AnyTagClassName
{
color: #B34406;
}
</style>
background-color css
<style>
a { background-color: #B34406; }
a { background-color: rgb(179,68,6); }
div.DivClassName
{
background-color: #B34406;
}
.BgClassName
{
background-color: #B34406;
}
</style>
border-color css
<style>
span { border-color: #B34406; }
span { border-color: rgb(179,68,6); }
td.TdClassName
{
border-color: #B34406;
}
.TagClassName
{
border-color: #B34406;
}
</style>