Shades of Rust #B4520D
Tints of Rust #B4520D
RGB
CMYK
RGB Variations
Color information
#B4520D (or 0xB4520D) is known color: Rust. HEX triplet: B4, 52 and 0D. RGB value is (180,82,13). Sum of RGB (Red+Green+Blue) = 180+82+13=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4520D is #4BADF2. Grayscale: #676767. Windows color (decimal): -4959731 or 873140. OLE color: 873140.
HSL color Cylindrical-coordinate representation of color #B4520D: hue angle of 24.79º 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 #B4520D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 13 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.29 |
| HSL | 24.79º | 0.87% | 0.38% | - |
| HSV(B) | 24.79º | 0.93% | 0.71% | - |
| XYZ | 21.91 | 15.77 | 2.27 | - |
| YUV | 103.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 13 | 0 | 0.54 | 0.93 | 0.29 | 24.79 | 0.87 | 0.38 |
| Hex | B4 | 52 | D | 0 | 36 | 5D | 1D | 19 | 57 | 26 |
| Octal | 264 | 122 | 15 | 0 | 66 | 135 | 35 | 31 | 127 | 46 |
| Binary | 10110100 | 1010010 | 1101 | 0 | 110110 | 1011101 | 11101 | 11001 | 1010111 | 100110 |
Color Harmonies of #B4520D
Complementary color
Monochromatic Colors of #B4520D
Black with #B4520D
Text Example
Text Example
White with #B4520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4520D; }
p { color: rgb(180,82,13); }
H1.HeaderClassName
{
color: #B4520D;
}
.AnyTagClassName
{
color: #B4520D;
}
</style>
background-color css
<style>
a { background-color: #B4520D; }
a { background-color: rgb(180,82,13); }
div.DivClassName
{
background-color: #B4520D;
}
.BgClassName
{
background-color: #B4520D;
}
</style>
border-color css
<style>
span { border-color: #B4520D; }
span { border-color: rgb(180,82,13); }
td.TdClassName
{
border-color: #B4520D;
}
.TagClassName
{
border-color: #B4520D;
}
</style>