Shades of Rust #B4460C
Tints of Rust #B4460C
RGB
CMYK
RGB Variations
Color information
#B4460C (or 0xB4460C) is known color: Rust. HEX triplet: B4, 46 and 0C. RGB value is (180,70,12). Sum of RGB (Red+Green+Blue) = 180+70+12=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4460C is #4BB9F3. Grayscale: #606060. Windows color (decimal): -4962804 or 804532. OLE color: 804532.
HSL color Cylindrical-coordinate representation of color #B4460C: hue angle of 20.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4460C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.29 |
| HSL | 20.71º | 0.88% | 0.38% | - |
| HSV(B) | 20.71º | 0.93% | 0.71% | - |
| XYZ | 21.08 | 14.11 | 1.96 | - |
| YUV | 96.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 12 | 0 | 0.61 | 0.93 | 0.29 | 20.71 | 0.88 | 0.38 |
| Hex | B4 | 46 | C | 0 | 3D | 5D | 1D | 15 | 58 | 26 |
| Octal | 264 | 106 | 14 | 0 | 75 | 135 | 35 | 25 | 130 | 46 |
| Binary | 10110100 | 1000110 | 1100 | 0 | 111101 | 1011101 | 11101 | 10101 | 1011000 | 100110 |
Color Harmonies of #B4460C
Complementary color
Monochromatic Colors of #B4460C
Black with #B4460C
Text Example
Text Example
White with #B4460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4460C; }
p { color: rgb(180,70,12); }
H1.HeaderClassName
{
color: #B4460C;
}
.AnyTagClassName
{
color: #B4460C;
}
</style>
background-color css
<style>
a { background-color: #B4460C; }
a { background-color: rgb(180,70,12); }
div.DivClassName
{
background-color: #B4460C;
}
.BgClassName
{
background-color: #B4460C;
}
</style>
border-color css
<style>
span { border-color: #B4460C; }
span { border-color: rgb(180,70,12); }
td.TdClassName
{
border-color: #B4460C;
}
.TagClassName
{
border-color: #B4460C;
}
</style>