Shades of Rust #B4560F
Tints of Rust #B4560F
RGB
CMYK
RGB Variations
Color information
#B4560F (or 0xB4560F) is known color: Rust. HEX triplet: B4, 56 and 0F. RGB value is (180,86,15). Sum of RGB (Red+Green+Blue) = 180+86+15=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B4560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4560F is #4BA9F0. Grayscale: #6A6A6A. Windows color (decimal): -4958705 or 1005236. OLE color: 1005236.
HSL color Cylindrical-coordinate representation of color #B4560F: hue angle of 25.82º 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 #B4560F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 15 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.29 |
| HSL | 25.82º | 0.85% | 0.38% | - |
| HSV(B) | 25.82º | 0.92% | 0.71% | - |
| XYZ | 22.24 | 16.39 | 2.44 | - |
| YUV | 106.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 15 | 0 | 0.52 | 0.92 | 0.29 | 25.82 | 0.85 | 0.38 |
| Hex | B4 | 56 | F | 0 | 34 | 5C | 1D | 1A | 55 | 26 |
| Octal | 264 | 126 | 17 | 0 | 64 | 134 | 35 | 32 | 125 | 46 |
| Binary | 10110100 | 1010110 | 1111 | 0 | 110100 | 1011100 | 11101 | 11010 | 1010101 | 100110 |
Color Harmonies of #B4560F
Complementary color
Monochromatic Colors of #B4560F
Black with #B4560F
Text Example
Text Example
White with #B4560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4560F; }
p { color: rgb(180,86,15); }
H1.HeaderClassName
{
color: #B4560F;
}
.AnyTagClassName
{
color: #B4560F;
}
</style>
background-color css
<style>
a { background-color: #B4560F; }
a { background-color: rgb(180,86,15); }
div.DivClassName
{
background-color: #B4560F;
}
.BgClassName
{
background-color: #B4560F;
}
</style>
border-color css
<style>
span { border-color: #B4560F; }
span { border-color: rgb(180,86,15); }
td.TdClassName
{
border-color: #B4560F;
}
.TagClassName
{
border-color: #B4560F;
}
</style>