Shades of Rust #B4540D
Tints of Rust #B4540D
RGB
CMYK
RGB Variations
Color information
#B4540D (or 0xB4540D) is known color: Rust. HEX triplet: B4, 54 and 0D. RGB value is (180,84,13). Sum of RGB (Red+Green+Blue) = 180+84+13=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4540D is #4BABF2. Grayscale: #686868. Windows color (decimal): -4959219 or 873652. OLE color: 873652.
HSL color Cylindrical-coordinate representation of color #B4540D: hue angle of 25.51º degrees, saturation: 0.87, 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 #B4540D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 13 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.29 |
| HSL | 25.51º | 0.87% | 0.38% | - |
| HSV(B) | 25.51º | 0.93% | 0.71% | - |
| XYZ | 22.07 | 16.07 | 2.32 | - |
| YUV | 104.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 13 | 0 | 0.53 | 0.93 | 0.29 | 25.51 | 0.87 | 0.38 |
| Hex | B4 | 54 | D | 0 | 35 | 5D | 1D | 1A | 57 | 26 |
| Octal | 264 | 124 | 15 | 0 | 65 | 135 | 35 | 32 | 127 | 46 |
| Binary | 10110100 | 1010100 | 1101 | 0 | 110101 | 1011101 | 11101 | 11010 | 1010111 | 100110 |
Color Harmonies of #B4540D
Complementary color
Monochromatic Colors of #B4540D
Black with #B4540D
Text Example
Text Example
White with #B4540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4540D; }
p { color: rgb(180,84,13); }
H1.HeaderClassName
{
color: #B4540D;
}
.AnyTagClassName
{
color: #B4540D;
}
</style>
background-color css
<style>
a { background-color: #B4540D; }
a { background-color: rgb(180,84,13); }
div.DivClassName
{
background-color: #B4540D;
}
.BgClassName
{
background-color: #B4540D;
}
</style>
border-color css
<style>
span { border-color: #B4540D; }
span { border-color: rgb(180,84,13); }
td.TdClassName
{
border-color: #B4540D;
}
.TagClassName
{
border-color: #B4540D;
}
</style>