Shades of Rust #B34D06
Tints of Rust #B34D06
RGB
CMYK
RGB Variations
Color information
#B34D06 (or 0xB34D06) is known color: Rust. HEX triplet: B3, 4D and 06. RGB value is (179,77,6). Sum of RGB (Red+Green+Blue) = 179+77+6=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34D06 is #4CB2F9. Grayscale: #636363. Windows color (decimal): -5026554 or 413107. OLE color: 413107.
HSL color Cylindrical-coordinate representation of color #B34D06: hue angle of 24.62º 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 #B34D06 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.30 |
| HSL | 24.62º | 0.94% | 0.36% | - |
| HSV(B) | 24.62º | 0.97% | 0.7% | - |
| XYZ | 21.28 | 14.9 | 1.93 | - |
| YUV | 99.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 6 | 0 | 0.57 | 0.97 | 0.30 | 24.62 | 0.94 | 0.36 |
| Hex | B3 | 4D | 6 | 0 | 39 | 61 | 1E | 19 | 5E | 24 |
| Octal | 263 | 115 | 6 | 0 | 71 | 141 | 36 | 31 | 136 | 44 |
| Binary | 10110011 | 1001101 | 110 | 0 | 111001 | 1100001 | 11110 | 11001 | 1011110 | 100100 |
Color Harmonies of #B34D06
Complementary color
Monochromatic Colors of #B34D06
Black with #B34D06
Text Example
Text Example
White with #B34D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D06; }
p { color: rgb(179,77,6); }
H1.HeaderClassName
{
color: #B34D06;
}
.AnyTagClassName
{
color: #B34D06;
}
</style>
background-color css
<style>
a { background-color: #B34D06; }
a { background-color: rgb(179,77,6); }
div.DivClassName
{
background-color: #B34D06;
}
.BgClassName
{
background-color: #B34D06;
}
</style>
border-color css
<style>
span { border-color: #B34D06; }
span { border-color: rgb(179,77,6); }
td.TdClassName
{
border-color: #B34D06;
}
.TagClassName
{
border-color: #B34D06;
}
</style>