Shades of Rust #B34306
Tints of Rust #B34306
RGB
CMYK
RGB Variations
Color information
#B34306 (or 0xB34306) is known color: Rust. HEX triplet: B3, 43 and 06. RGB value is (179,67,6). Sum of RGB (Red+Green+Blue) = 179+67+6=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34306 is #4CBCF9. Grayscale: #5D5D5D. Windows color (decimal): -5029114 or 410547. OLE color: 410547.
HSL color Cylindrical-coordinate representation of color #B34306: hue angle of 21.16º 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 #B34306 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.30 |
| HSL | 21.16º | 0.94% | 0.36% | - |
| HSV(B) | 21.16º | 0.97% | 0.7% | - |
| XYZ | 20.63 | 13.61 | 1.71 | - |
| YUV | 93.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 6 | 0 | 0.63 | 0.97 | 0.30 | 21.16 | 0.94 | 0.36 |
| Hex | B3 | 43 | 6 | 0 | 3F | 61 | 1E | 15 | 5E | 24 |
| Octal | 263 | 103 | 6 | 0 | 77 | 141 | 36 | 25 | 136 | 44 |
| Binary | 10110011 | 1000011 | 110 | 0 | 111111 | 1100001 | 11110 | 10101 | 1011110 | 100100 |
Color Harmonies of #B34306
Complementary color
Monochromatic Colors of #B34306
Black with #B34306
Text Example
Text Example
White with #B34306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34306; }
p { color: rgb(179,67,6); }
H1.HeaderClassName
{
color: #B34306;
}
.AnyTagClassName
{
color: #B34306;
}
</style>
background-color css
<style>
a { background-color: #B34306; }
a { background-color: rgb(179,67,6); }
div.DivClassName
{
background-color: #B34306;
}
.BgClassName
{
background-color: #B34306;
}
</style>
border-color css
<style>
span { border-color: #B34306; }
span { border-color: rgb(179,67,6); }
td.TdClassName
{
border-color: #B34306;
}
.TagClassName
{
border-color: #B34306;
}
</style>