Shades of Rust #B4580F
Tints of Rust #B4580F
RGB
CMYK
RGB Variations
Color information
#B4580F (or 0xB4580F) is known color: Rust. HEX triplet: B4, 58 and 0F. RGB value is (180,88,15). Sum of RGB (Red+Green+Blue) = 180+88+15=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B4580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4580F is #4BA7F0. Grayscale: #6B6B6B. Windows color (decimal): -4958193 or 1005748. OLE color: 1005748.
HSL color Cylindrical-coordinate representation of color #B4580F: hue angle of 26.55º 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 #B4580F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 15 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.29 |
| HSL | 26.55º | 0.85% | 0.38% | - |
| HSV(B) | 26.55º | 0.92% | 0.71% | - |
| XYZ | 22.4 | 16.72 | 2.5 | - |
| YUV | 107.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 15 | 0 | 0.51 | 0.92 | 0.29 | 26.55 | 0.85 | 0.38 |
| Hex | B4 | 58 | F | 0 | 33 | 5C | 1D | 1B | 55 | 26 |
| Octal | 264 | 130 | 17 | 0 | 63 | 134 | 35 | 33 | 125 | 46 |
| Binary | 10110100 | 1011000 | 1111 | 0 | 110011 | 1011100 | 11101 | 11011 | 1010101 | 100110 |
Color Harmonies of #B4580F
Complementary color
Monochromatic Colors of #B4580F
Black with #B4580F
Text Example
Text Example
White with #B4580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4580F; }
p { color: rgb(180,88,15); }
H1.HeaderClassName
{
color: #B4580F;
}
.AnyTagClassName
{
color: #B4580F;
}
</style>
background-color css
<style>
a { background-color: #B4580F; }
a { background-color: rgb(180,88,15); }
div.DivClassName
{
background-color: #B4580F;
}
.BgClassName
{
background-color: #B4580F;
}
</style>
border-color css
<style>
span { border-color: #B4580F; }
span { border-color: rgb(180,88,15); }
td.TdClassName
{
border-color: #B4580F;
}
.TagClassName
{
border-color: #B4580F;
}
</style>