Shades of Rust #B34617
Tints of Rust #B34617
RGB
CMYK
RGB Variations
Color information
#B34617 (or 0xB34617) is known color: Rust. HEX triplet: B3, 46 and 17. RGB value is (179,70,23). Sum of RGB (Red+Green+Blue) = 179+70+23=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B34617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34617 is #4CB9E8. Grayscale: #616161. Windows color (decimal): -5028329 or 1525427. OLE color: 1525427.
HSL color Cylindrical-coordinate representation of color #B34617: hue angle of 18.08º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B34617 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 23 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.30 |
| HSL | 18.08º | 0.77% | 0.4% | - |
| HSV(B) | 18.08º | 0.87% | 0.7% | - |
| XYZ | 20.94 | 14.03 | 2.41 | - |
| YUV | 97.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 23 | 0 | 0.61 | 0.87 | 0.30 | 18.08 | 0.77 | 0.4 |
| Hex | B3 | 46 | 17 | 0 | 3D | 57 | 1E | 12 | 4D | 28 |
| Octal | 263 | 106 | 27 | 0 | 75 | 127 | 36 | 22 | 115 | 50 |
| Binary | 10110011 | 1000110 | 10111 | 0 | 111101 | 1010111 | 11110 | 10010 | 1001101 | 101000 |
Color Harmonies of #B34617
Complementary color
Monochromatic Colors of #B34617
Black with #B34617
Text Example
Text Example
White with #B34617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34617; }
p { color: rgb(179,70,23); }
H1.HeaderClassName
{
color: #B34617;
}
.AnyTagClassName
{
color: #B34617;
}
</style>
background-color css
<style>
a { background-color: #B34617; }
a { background-color: rgb(179,70,23); }
div.DivClassName
{
background-color: #B34617;
}
.BgClassName
{
background-color: #B34617;
}
</style>
border-color css
<style>
span { border-color: #B34617; }
span { border-color: rgb(179,70,23); }
td.TdClassName
{
border-color: #B34617;
}
.TagClassName
{
border-color: #B34617;
}
</style>