Shades of Rust #B5510C
Tints of Rust #B5510C
RGB
CMYK
RGB Variations
Color information
#B5510C (or 0xB5510C) is known color: Rust. HEX triplet: B5, 51 and 0C. RGB value is (181,81,12). Sum of RGB (Red+Green+Blue) = 181+81+12=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B5510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5510C is #4AAEF3. Grayscale: #676767. Windows color (decimal): -4894452 or 807349. OLE color: 807349.
HSL color Cylindrical-coordinate representation of color #B5510C: hue angle of 24.5º degrees, saturation: 0.88, 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 #B5510C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 12 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.29 |
| HSL | 24.5º | 0.88% | 0.38% | - |
| HSV(B) | 24.5º | 0.93% | 0.71% | - |
| XYZ | 22.06 | 15.74 | 2.22 | - |
| YUV | 103.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 12 | 0 | 0.55 | 0.93 | 0.29 | 24.5 | 0.88 | 0.38 |
| Hex | B5 | 51 | C | 0 | 37 | 5D | 1D | 18 | 58 | 26 |
| Octal | 265 | 121 | 14 | 0 | 67 | 135 | 35 | 30 | 130 | 46 |
| Binary | 10110101 | 1010001 | 1100 | 0 | 110111 | 1011101 | 11101 | 11000 | 1011000 | 100110 |
Color Harmonies of #B5510C
Complementary color
Monochromatic Colors of #B5510C
Black with #B5510C
Text Example
Text Example
White with #B5510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5510C; }
p { color: rgb(181,81,12); }
H1.HeaderClassName
{
color: #B5510C;
}
.AnyTagClassName
{
color: #B5510C;
}
</style>
background-color css
<style>
a { background-color: #B5510C; }
a { background-color: rgb(181,81,12); }
div.DivClassName
{
background-color: #B5510C;
}
.BgClassName
{
background-color: #B5510C;
}
</style>
border-color css
<style>
span { border-color: #B5510C; }
span { border-color: rgb(181,81,12); }
td.TdClassName
{
border-color: #B5510C;
}
.TagClassName
{
border-color: #B5510C;
}
</style>