Shades of Rust #B4540C
Tints of Rust #B4540C
RGB
CMYK
RGB Variations
Color information
#B4540C (or 0xB4540C) is known color: Rust. HEX triplet: B4, 54 and 0C. RGB value is (180,84,12). Sum of RGB (Red+Green+Blue) = 180+84+12=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4540C is #4BABF3. Grayscale: #686868. Windows color (decimal): -4959220 or 808116. OLE color: 808116.
HSL color Cylindrical-coordinate representation of color #B4540C: hue angle of 25.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 #B4540C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.29 |
| HSL | 25.71º | 0.88% | 0.38% | - |
| HSV(B) | 25.71º | 0.93% | 0.71% | - |
| XYZ | 22.06 | 16.07 | 2.29 | - |
| YUV | 104.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 12 | 0 | 0.53 | 0.93 | 0.29 | 25.71 | 0.88 | 0.38 |
| Hex | B4 | 54 | C | 0 | 35 | 5D | 1D | 1A | 58 | 26 |
| Octal | 264 | 124 | 14 | 0 | 65 | 135 | 35 | 32 | 130 | 46 |
| Binary | 10110100 | 1010100 | 1100 | 0 | 110101 | 1011101 | 11101 | 11010 | 1011000 | 100110 |
Color Harmonies of #B4540C
Complementary color
Monochromatic Colors of #B4540C
Black with #B4540C
Text Example
Text Example
White with #B4540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4540C; }
p { color: rgb(180,84,12); }
H1.HeaderClassName
{
color: #B4540C;
}
.AnyTagClassName
{
color: #B4540C;
}
</style>
background-color css
<style>
a { background-color: #B4540C; }
a { background-color: rgb(180,84,12); }
div.DivClassName
{
background-color: #B4540C;
}
.BgClassName
{
background-color: #B4540C;
}
</style>
border-color css
<style>
span { border-color: #B4540C; }
span { border-color: rgb(180,84,12); }
td.TdClassName
{
border-color: #B4540C;
}
.TagClassName
{
border-color: #B4540C;
}
</style>