Shades of Rust #B4500B
Tints of Rust #B4500B
RGB
CMYK
RGB Variations
Color information
#B4500B (or 0xB4500B) is known color: Rust. HEX triplet: B4, 50 and 0B. RGB value is (180,80,11). Sum of RGB (Red+Green+Blue) = 180+80+11=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B4500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4500B is #4BAFF4. Grayscale: #666666. Windows color (decimal): -4960245 or 741556. OLE color: 741556.
HSL color Cylindrical-coordinate representation of color #B4500B: hue angle of 24.5º degrees, saturation: 0.88, 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 #B4500B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.29 |
| HSL | 24.5º | 0.88% | 0.37% | - |
| HSV(B) | 24.5º | 0.94% | 0.71% | - |
| XYZ | 21.75 | 15.46 | 2.16 | - |
| YUV | 102.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 11 | 0 | 0.56 | 0.94 | 0.29 | 24.5 | 0.88 | 0.37 |
| Hex | B4 | 50 | B | 0 | 38 | 5E | 1D | 18 | 58 | 25 |
| Octal | 264 | 120 | 13 | 0 | 70 | 136 | 35 | 30 | 130 | 45 |
| Binary | 10110100 | 1010000 | 1011 | 0 | 111000 | 1011110 | 11101 | 11000 | 1011000 | 100101 |
Color Harmonies of #B4500B
Complementary color
Monochromatic Colors of #B4500B
Black with #B4500B
Text Example
Text Example
White with #B4500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4500B; }
p { color: rgb(180,80,11); }
H1.HeaderClassName
{
color: #B4500B;
}
.AnyTagClassName
{
color: #B4500B;
}
</style>
background-color css
<style>
a { background-color: #B4500B; }
a { background-color: rgb(180,80,11); }
div.DivClassName
{
background-color: #B4500B;
}
.BgClassName
{
background-color: #B4500B;
}
</style>
border-color css
<style>
span { border-color: #B4500B; }
span { border-color: rgb(180,80,11); }
td.TdClassName
{
border-color: #B4500B;
}
.TagClassName
{
border-color: #B4500B;
}
</style>