Shades of Rust #B4580C
Tints of Rust #B4580C
RGB
CMYK
RGB Variations
Color information
#B4580C (or 0xB4580C) is known color: Rust. HEX triplet: B4, 58 and 0C. RGB value is (180,88,12). Sum of RGB (Red+Green+Blue) = 180+88+12=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B4580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4580C is #4BA7F3. Grayscale: #6B6B6B. Windows color (decimal): -4958196 or 809140. OLE color: 809140.
HSL color Cylindrical-coordinate representation of color #B4580C: hue angle of 27.14º 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 #B4580C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 88 | 12 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.29 |
| HSL | 27.14º | 0.88% | 0.38% | - |
| HSV(B) | 27.14º | 0.93% | 0.71% | - |
| XYZ | 22.38 | 16.71 | 2.39 | - |
| YUV | 106.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 88 | 12 | 0 | 0.51 | 0.93 | 0.29 | 27.14 | 0.88 | 0.38 |
| Hex | B4 | 58 | C | 0 | 33 | 5D | 1D | 1B | 58 | 26 |
| Octal | 264 | 130 | 14 | 0 | 63 | 135 | 35 | 33 | 130 | 46 |
| Binary | 10110100 | 1011000 | 1100 | 0 | 110011 | 1011101 | 11101 | 11011 | 1011000 | 100110 |
Color Harmonies of #B4580C
Complementary color
Monochromatic Colors of #B4580C
Black with #B4580C
Text Example
Text Example
White with #B4580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4580C; }
p { color: rgb(180,88,12); }
H1.HeaderClassName
{
color: #B4580C;
}
.AnyTagClassName
{
color: #B4580C;
}
</style>
background-color css
<style>
a { background-color: #B4580C; }
a { background-color: rgb(180,88,12); }
div.DivClassName
{
background-color: #B4580C;
}
.BgClassName
{
background-color: #B4580C;
}
</style>
border-color css
<style>
span { border-color: #B4580C; }
span { border-color: rgb(180,88,12); }
td.TdClassName
{
border-color: #B4580C;
}
.TagClassName
{
border-color: #B4580C;
}
</style>