Shades of Rust #B3460E
Tints of Rust #B3460E
RGB
CMYK
RGB Variations
Color information
#B3460E (or 0xB3460E) is known color: Rust. HEX triplet: B3, 46 and 0E. RGB value is (179,70,14). Sum of RGB (Red+Green+Blue) = 179+70+14=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3460E is #4CB9F1. Grayscale: #606060. Windows color (decimal): -5028338 or 935603. OLE color: 935603.
HSL color Cylindrical-coordinate representation of color #B3460E: hue angle of 20.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3460E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.30 |
| HSL | 20.36º | 0.85% | 0.38% | - |
| HSV(B) | 20.36º | 0.92% | 0.7% | - |
| XYZ | 20.86 | 14 | 2.02 | - |
| YUV | 96.21 | 81.61 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 14 | 0 | 0.61 | 0.92 | 0.30 | 20.36 | 0.85 | 0.38 |
| Hex | B3 | 46 | E | 0 | 3D | 5C | 1E | 14 | 55 | 26 |
| Octal | 263 | 106 | 16 | 0 | 75 | 134 | 36 | 24 | 125 | 46 |
| Binary | 10110011 | 1000110 | 1110 | 0 | 111101 | 1011100 | 11110 | 10100 | 1010101 | 100110 |
Color Harmonies of #B3460E
Complementary color
Monochromatic Colors of #B3460E
Black with #B3460E
Text Example
Text Example
White with #B3460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3460E; }
p { color: rgb(179,70,14); }
H1.HeaderClassName
{
color: #B3460E;
}
.AnyTagClassName
{
color: #B3460E;
}
</style>
background-color css
<style>
a { background-color: #B3460E; }
a { background-color: rgb(179,70,14); }
div.DivClassName
{
background-color: #B3460E;
}
.BgClassName
{
background-color: #B3460E;
}
</style>
border-color css
<style>
span { border-color: #B3460E; }
span { border-color: rgb(179,70,14); }
td.TdClassName
{
border-color: #B3460E;
}
.TagClassName
{
border-color: #B3460E;
}
</style>