Shades of Rust #B4460F
Tints of Rust #B4460F
RGB
CMYK
RGB Variations
Color information
#B4460F (or 0xB4460F) is known color: Rust. HEX triplet: B4, 46 and 0F. RGB value is (180,70,15). Sum of RGB (Red+Green+Blue) = 180+70+15=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B4460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4460F is #4BB9F0. Grayscale: #606060. Windows color (decimal): -4962801 or 1001140. OLE color: 1001140.
HSL color Cylindrical-coordinate representation of color #B4460F: hue angle of 20º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4460F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 70 | 15 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.29 |
| HSL | 20º | 0.85% | 0.38% | - |
| HSV(B) | 20º | 0.92% | 0.71% | - |
| XYZ | 21.1 | 14.12 | 2.06 | - |
| YUV | 96.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 15 | 0 | 0.61 | 0.92 | 0.29 | 20 | 0.85 | 0.38 |
| Hex | B4 | 46 | F | 0 | 3D | 5C | 1D | 14 | 55 | 26 |
| Octal | 264 | 106 | 17 | 0 | 75 | 134 | 35 | 24 | 125 | 46 |
| Binary | 10110100 | 1000110 | 1111 | 0 | 111101 | 1011100 | 11101 | 10100 | 1010101 | 100110 |
Color Harmonies of #B4460F
Complementary color
Monochromatic Colors of #B4460F
Black with #B4460F
Text Example
Text Example
White with #B4460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4460F; }
p { color: rgb(180,70,15); }
H1.HeaderClassName
{
color: #B4460F;
}
.AnyTagClassName
{
color: #B4460F;
}
</style>
background-color css
<style>
a { background-color: #B4460F; }
a { background-color: rgb(180,70,15); }
div.DivClassName
{
background-color: #B4460F;
}
.BgClassName
{
background-color: #B4460F;
}
</style>
border-color css
<style>
span { border-color: #B4460F; }
span { border-color: rgb(180,70,15); }
td.TdClassName
{
border-color: #B4460F;
}
.TagClassName
{
border-color: #B4460F;
}
</style>