Shades of Rust #B34600
Tints of Rust #B34600
RGB
CMYK
RGB Variations
Color information
#B34600 (or 0xB34600) is known color: Rust. HEX triplet: B3, 46 and 00. RGB value is (179,70,0). Sum of RGB (Red+Green+Blue) = 179+70+0=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B34600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34600 is #4CB9FF. Grayscale: #5F5F5F. Windows color (decimal): -5028352 or 18099. OLE color: 18099.
HSL color Cylindrical-coordinate representation of color #B34600: hue angle of 23.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B34600 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.30 |
| HSL | 23.46º | 1% | 0.35% | - |
| HSV(B) | 23.46º | 1% | 0.7% | - |
| XYZ | 20.78 | 13.96 | 1.6 | - |
| YUV | 94.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 0 | 0 | 0.61 | 1 | 0.30 | 23.46 | 1 | 0.35 |
| Hex | B3 | 46 | 0 | 0 | 3D | 64 | 1E | 17 | 64 | 23 |
| Octal | 263 | 106 | 0 | 0 | 75 | 144 | 36 | 27 | 144 | 43 |
| Binary | 10110011 | 1000110 | 0 | 0 | 111101 | 1100100 | 11110 | 10111 | 1100100 | 100011 |
Color Harmonies of #B34600
Complementary color
Monochromatic Colors of #B34600
Black with #B34600
Text Example
Text Example
White with #B34600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34600; }
p { color: rgb(179,70,0); }
H1.HeaderClassName
{
color: #B34600;
}
.AnyTagClassName
{
color: #B34600;
}
</style>
background-color css
<style>
a { background-color: #B34600; }
a { background-color: rgb(179,70,0); }
div.DivClassName
{
background-color: #B34600;
}
.BgClassName
{
background-color: #B34600;
}
</style>
border-color css
<style>
span { border-color: #B34600; }
span { border-color: rgb(179,70,0); }
td.TdClassName
{
border-color: #B34600;
}
.TagClassName
{
border-color: #B34600;
}
</style>