Shades of Rust #B4510D
Tints of Rust #B4510D
RGB
CMYK
RGB Variations
Color information
#B4510D (or 0xB4510D) is known color: Rust. HEX triplet: B4, 51 and 0D. RGB value is (180,81,13). Sum of RGB (Red+Green+Blue) = 180+81+13=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4510D is #4BAEF2. Grayscale: #676767. Windows color (decimal): -4959987 or 872884. OLE color: 872884.
HSL color Cylindrical-coordinate representation of color #B4510D: hue angle of 24.43º 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 #B4510D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.29 |
| HSL | 24.43º | 0.87% | 0.38% | - |
| HSV(B) | 24.43º | 0.93% | 0.71% | - |
| XYZ | 21.84 | 15.62 | 2.24 | - |
| YUV | 102.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 13 | 0 | 0.55 | 0.93 | 0.29 | 24.43 | 0.87 | 0.38 |
| Hex | B4 | 51 | D | 0 | 37 | 5D | 1D | 18 | 57 | 26 |
| Octal | 264 | 121 | 15 | 0 | 67 | 135 | 35 | 30 | 127 | 46 |
| Binary | 10110100 | 1010001 | 1101 | 0 | 110111 | 1011101 | 11101 | 11000 | 1010111 | 100110 |
Color Harmonies of #B4510D
Complementary color
Monochromatic Colors of #B4510D
Black with #B4510D
Text Example
Text Example
White with #B4510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4510D; }
p { color: rgb(180,81,13); }
H1.HeaderClassName
{
color: #B4510D;
}
.AnyTagClassName
{
color: #B4510D;
}
</style>
background-color css
<style>
a { background-color: #B4510D; }
a { background-color: rgb(180,81,13); }
div.DivClassName
{
background-color: #B4510D;
}
.BgClassName
{
background-color: #B4510D;
}
</style>
border-color css
<style>
span { border-color: #B4510D; }
span { border-color: rgb(180,81,13); }
td.TdClassName
{
border-color: #B4510D;
}
.TagClassName
{
border-color: #B4510D;
}
</style>