Shades of Rust #B5460B
Tints of Rust #B5460B
RGB
CMYK
RGB Variations
Color information
#B5460B (or 0xB5460B) is known color: Rust. HEX triplet: B5, 46 and 0B. RGB value is (181,70,11). Sum of RGB (Red+Green+Blue) = 181+70+11=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5460B is #4AB9F4. Grayscale: #606060. Windows color (decimal): -4897269 or 738997. OLE color: 738997.
HSL color Cylindrical-coordinate representation of color #B5460B: hue angle of 20.82º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5460B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.29 |
| HSL | 20.82º | 0.89% | 0.38% | - |
| HSV(B) | 20.82º | 0.94% | 0.71% | - |
| XYZ | 21.31 | 14.23 | 1.94 | - |
| YUV | 96.46 | 79.77 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 11 | 0 | 0.61 | 0.94 | 0.29 | 20.82 | 0.89 | 0.38 |
| Hex | B5 | 46 | B | 0 | 3D | 5E | 1D | 15 | 59 | 26 |
| Octal | 265 | 106 | 13 | 0 | 75 | 136 | 35 | 25 | 131 | 46 |
| Binary | 10110101 | 1000110 | 1011 | 0 | 111101 | 1011110 | 11101 | 10101 | 1011001 | 100110 |
Color Harmonies of #B5460B
Complementary color
Monochromatic Colors of #B5460B
Black with #B5460B
Text Example
Text Example
White with #B5460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5460B; }
p { color: rgb(181,70,11); }
H1.HeaderClassName
{
color: #B5460B;
}
.AnyTagClassName
{
color: #B5460B;
}
</style>
background-color css
<style>
a { background-color: #B5460B; }
a { background-color: rgb(181,70,11); }
div.DivClassName
{
background-color: #B5460B;
}
.BgClassName
{
background-color: #B5460B;
}
</style>
border-color css
<style>
span { border-color: #B5460B; }
span { border-color: rgb(181,70,11); }
td.TdClassName
{
border-color: #B5460B;
}
.TagClassName
{
border-color: #B5460B;
}
</style>