Shades of Rust #B2460E
Tints of Rust #B2460E
RGB
CMYK
RGB Variations
Color information
#B2460E (or 0xB2460E) is known color: Rust. HEX triplet: B2, 46 and 0E. RGB value is (178,70,14). Sum of RGB (Red+Green+Blue) = 178+70+14=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2460E is #4DB9F1. Grayscale: #606060. Windows color (decimal): -5093874 or 935602. OLE color: 935602.
HSL color Cylindrical-coordinate representation of color #B2460E: hue angle of 20.49º 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 #B2460E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.30 |
| HSL | 20.49º | 0.85% | 0.38% | - |
| HSV(B) | 20.49º | 0.92% | 0.7% | - |
| XYZ | 20.63 | 13.88 | 2.01 | - |
| YUV | 95.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 14 | 0 | 0.61 | 0.92 | 0.30 | 20.49 | 0.85 | 0.38 |
| Hex | B2 | 46 | E | 0 | 3D | 5C | 1E | 14 | 55 | 26 |
| Octal | 262 | 106 | 16 | 0 | 75 | 134 | 36 | 24 | 125 | 46 |
| Binary | 10110010 | 1000110 | 1110 | 0 | 111101 | 1011100 | 11110 | 10100 | 1010101 | 100110 |
Color Harmonies of #B2460E
Complementary color
Monochromatic Colors of #B2460E
Black with #B2460E
Text Example
Text Example
White with #B2460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2460E; }
p { color: rgb(178,70,14); }
H1.HeaderClassName
{
color: #B2460E;
}
.AnyTagClassName
{
color: #B2460E;
}
</style>
background-color css
<style>
a { background-color: #B2460E; }
a { background-color: rgb(178,70,14); }
div.DivClassName
{
background-color: #B2460E;
}
.BgClassName
{
background-color: #B2460E;
}
</style>
border-color css
<style>
span { border-color: #B2460E; }
span { border-color: rgb(178,70,14); }
td.TdClassName
{
border-color: #B2460E;
}
.TagClassName
{
border-color: #B2460E;
}
</style>