Shades of Rust #B4530F
Tints of Rust #B4530F
RGB
CMYK
RGB Variations
Color information
#B4530F (or 0xB4530F) is known color: Rust. HEX triplet: B4, 53 and 0F. RGB value is (180,83,15). Sum of RGB (Red+Green+Blue) = 180+83+15=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4530F is #4BACF0. Grayscale: #686868. Windows color (decimal): -4959473 or 1004468. OLE color: 1004468.
HSL color Cylindrical-coordinate representation of color #B4530F: hue angle of 24.73º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4530F is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 15 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.29 |
| HSL | 24.73º | 0.85% | 0.38% | - |
| HSV(B) | 24.73º | 0.92% | 0.71% | - |
| XYZ | 22 | 15.92 | 2.37 | - |
| YUV | 104.25 | 77.64 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 15 | 0 | 0.54 | 0.92 | 0.29 | 24.73 | 0.85 | 0.38 |
| Hex | B4 | 53 | F | 0 | 36 | 5C | 1D | 19 | 55 | 26 |
| Octal | 264 | 123 | 17 | 0 | 66 | 134 | 35 | 31 | 125 | 46 |
| Binary | 10110100 | 1010011 | 1111 | 0 | 110110 | 1011100 | 11101 | 11001 | 1010101 | 100110 |
Color Harmonies of #B4530F
Complementary color
Monochromatic Colors of #B4530F
Black with #B4530F
Text Example
Text Example
White with #B4530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4530F; }
p { color: rgb(180,83,15); }
H1.HeaderClassName
{
color: #B4530F;
}
.AnyTagClassName
{
color: #B4530F;
}
</style>
background-color css
<style>
a { background-color: #B4530F; }
a { background-color: rgb(180,83,15); }
div.DivClassName
{
background-color: #B4530F;
}
.BgClassName
{
background-color: #B4530F;
}
</style>
border-color css
<style>
span { border-color: #B4530F; }
span { border-color: rgb(180,83,15); }
td.TdClassName
{
border-color: #B4530F;
}
.TagClassName
{
border-color: #B4530F;
}
</style>