Shades of Rust #B34517
Tints of Rust #B34517
RGB
CMYK
RGB Variations
Color information
#B34517 (or 0xB34517) is known color: Rust. HEX triplet: B3, 45 and 17. RGB value is (179,69,23). Sum of RGB (Red+Green+Blue) = 179+69+23=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B34517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34517 is #4CBAE8. Grayscale: #606060. Windows color (decimal): -5028585 or 1525171. OLE color: 1525171.
HSL color Cylindrical-coordinate representation of color #B34517: hue angle of 17.69º 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 #B34517 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 23 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.30 |
| HSL | 17.69º | 0.77% | 0.4% | - |
| HSV(B) | 17.69º | 0.87% | 0.7% | - |
| XYZ | 20.87 | 13.9 | 2.39 | - |
| YUV | 96.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 23 | 0 | 0.61 | 0.87 | 0.30 | 17.69 | 0.77 | 0.4 |
| Hex | B3 | 45 | 17 | 0 | 3D | 57 | 1E | 12 | 4D | 28 |
| Octal | 263 | 105 | 27 | 0 | 75 | 127 | 36 | 22 | 115 | 50 |
| Binary | 10110011 | 1000101 | 10111 | 0 | 111101 | 1010111 | 11110 | 10010 | 1001101 | 101000 |
Color Harmonies of #B34517
Complementary color
Monochromatic Colors of #B34517
Black with #B34517
Text Example
Text Example
White with #B34517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34517; }
p { color: rgb(179,69,23); }
H1.HeaderClassName
{
color: #B34517;
}
.AnyTagClassName
{
color: #B34517;
}
</style>
background-color css
<style>
a { background-color: #B34517; }
a { background-color: rgb(179,69,23); }
div.DivClassName
{
background-color: #B34517;
}
.BgClassName
{
background-color: #B34517;
}
</style>
border-color css
<style>
span { border-color: #B34517; }
span { border-color: rgb(179,69,23); }
td.TdClassName
{
border-color: #B34517;
}
.TagClassName
{
border-color: #B34517;
}
</style>