Shades of Rust #B4530A
Tints of Rust #B4530A
RGB
CMYK
RGB Variations
Color information
#B4530A (or 0xB4530A) is known color: Rust. HEX triplet: B4, 53 and 0A. RGB value is (180,83,10). Sum of RGB (Red+Green+Blue) = 180+83+10=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4530A is #4BACF5. Grayscale: #686868. Windows color (decimal): -4959478 or 676788. OLE color: 676788.
HSL color Cylindrical-coordinate representation of color #B4530A: hue angle of 25.76º 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 #B4530A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 10 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.29 |
| HSL | 25.76º | 0.89% | 0.37% | - |
| HSV(B) | 25.76º | 0.94% | 0.71% | - |
| XYZ | 21.97 | 15.91 | 2.2 | - |
| YUV | 103.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 10 | 0 | 0.54 | 0.94 | 0.29 | 25.76 | 0.89 | 0.37 |
| Hex | B4 | 53 | A | 0 | 36 | 5E | 1D | 1A | 59 | 25 |
| Octal | 264 | 123 | 12 | 0 | 66 | 136 | 35 | 32 | 131 | 45 |
| Binary | 10110100 | 1010011 | 1010 | 0 | 110110 | 1011110 | 11101 | 11010 | 1011001 | 100101 |
Color Harmonies of #B4530A
Complementary color
Monochromatic Colors of #B4530A
Black with #B4530A
Text Example
Text Example
White with #B4530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4530A; }
p { color: rgb(180,83,10); }
H1.HeaderClassName
{
color: #B4530A;
}
.AnyTagClassName
{
color: #B4530A;
}
</style>
background-color css
<style>
a { background-color: #B4530A; }
a { background-color: rgb(180,83,10); }
div.DivClassName
{
background-color: #B4530A;
}
.BgClassName
{
background-color: #B4530A;
}
</style>
border-color css
<style>
span { border-color: #B4530A; }
span { border-color: rgb(180,83,10); }
td.TdClassName
{
border-color: #B4530A;
}
.TagClassName
{
border-color: #B4530A;
}
</style>