Shades of Rust #B5510A
Tints of Rust #B5510A
RGB
CMYK
RGB Variations
Color information
#B5510A (or 0xB5510A) is known color: Rust. HEX triplet: B5, 51 and 0A. RGB value is (181,81,10). Sum of RGB (Red+Green+Blue) = 181+81+10=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B5510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5510A is #4AAEF5. Grayscale: #676767. Windows color (decimal): -4894454 or 676277. OLE color: 676277.
HSL color Cylindrical-coordinate representation of color #B5510A: hue angle of 24.91º degrees, saturation: 0.9, 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 #B5510A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.29 |
| HSL | 24.91º | 0.9% | 0.37% | - |
| HSV(B) | 24.91º | 0.94% | 0.71% | - |
| XYZ | 22.05 | 15.73 | 2.16 | - |
| YUV | 102.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 10 | 0 | 0.55 | 0.94 | 0.29 | 24.91 | 0.9 | 0.37 |
| Hex | B5 | 51 | A | 0 | 37 | 5E | 1D | 19 | 5A | 25 |
| Octal | 265 | 121 | 12 | 0 | 67 | 136 | 35 | 31 | 132 | 45 |
| Binary | 10110101 | 1010001 | 1010 | 0 | 110111 | 1011110 | 11101 | 11001 | 1011010 | 100101 |
Color Harmonies of #B5510A
Complementary color
Monochromatic Colors of #B5510A
Black with #B5510A
Text Example
Text Example
White with #B5510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5510A; }
p { color: rgb(181,81,10); }
H1.HeaderClassName
{
color: #B5510A;
}
.AnyTagClassName
{
color: #B5510A;
}
</style>
background-color css
<style>
a { background-color: #B5510A; }
a { background-color: rgb(181,81,10); }
div.DivClassName
{
background-color: #B5510A;
}
.BgClassName
{
background-color: #B5510A;
}
</style>
border-color css
<style>
span { border-color: #B5510A; }
span { border-color: rgb(181,81,10); }
td.TdClassName
{
border-color: #B5510A;
}
.TagClassName
{
border-color: #B5510A;
}
</style>