Shades of Rust #B4540A
Tints of Rust #B4540A
RGB
CMYK
RGB Variations
Color information
#B4540A (or 0xB4540A) is known color: Rust. HEX triplet: B4, 54 and 0A. RGB value is (180,84,10). Sum of RGB (Red+Green+Blue) = 180+84+10=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4540A is #4BABF5. Grayscale: #686868. Windows color (decimal): -4959222 or 677044. OLE color: 677044.
HSL color Cylindrical-coordinate representation of color #B4540A: hue angle of 26.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4540A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 10 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.29 |
| HSL | 26.12º | 0.89% | 0.37% | - |
| HSV(B) | 26.12º | 0.94% | 0.71% | - |
| XYZ | 22.05 | 16.07 | 2.23 | - |
| YUV | 104.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 10 | 0 | 0.53 | 0.94 | 0.29 | 26.12 | 0.89 | 0.37 |
| Hex | B4 | 54 | A | 0 | 35 | 5E | 1D | 1A | 59 | 25 |
| Octal | 264 | 124 | 12 | 0 | 65 | 136 | 35 | 32 | 131 | 45 |
| Binary | 10110100 | 1010100 | 1010 | 0 | 110101 | 1011110 | 11101 | 11010 | 1011001 | 100101 |
Color Harmonies of #B4540A
Complementary color
Monochromatic Colors of #B4540A
Black with #B4540A
Text Example
Text Example
White with #B4540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4540A; }
p { color: rgb(180,84,10); }
H1.HeaderClassName
{
color: #B4540A;
}
.AnyTagClassName
{
color: #B4540A;
}
</style>
background-color css
<style>
a { background-color: #B4540A; }
a { background-color: rgb(180,84,10); }
div.DivClassName
{
background-color: #B4540A;
}
.BgClassName
{
background-color: #B4540A;
}
</style>
border-color css
<style>
span { border-color: #B4540A; }
span { border-color: rgb(180,84,10); }
td.TdClassName
{
border-color: #B4540A;
}
.TagClassName
{
border-color: #B4540A;
}
</style>