Shades of Copper Rust #9B5950
Tints of Copper Rust #9B5950
RGB
CMYK
RGB Variations
Color information
#9B5950 (or 0x9B5950) is known color: Copper Rust. HEX triplet: 9B, 59 and 50. RGB value is (155,89,80). Sum of RGB (Red+Green+Blue) = 155+89+80=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5950 is #64A6AF. Grayscale: #6B6B6B. Windows color (decimal): -6596272 or 5265819. OLE color: 5265819.
HSL color Cylindrical-coordinate representation of color #9B5950: hue angle of 7.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5950 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 80 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.39 |
| HSL | 7.2º | 0.32% | 0.46% | - |
| HSV(B) | 7.2º | 0.48% | 0.61% | - |
| XYZ | 18.54 | 14.69 | 9.45 | - |
| YUV | 107.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 80 | 0 | 0.43 | 0.48 | 0.39 | 7.2 | 0.32 | 0.46 |
| Hex | 9B | 59 | 50 | 0 | 2B | 30 | 27 | 7 | 20 | 2E |
| Octal | 233 | 131 | 120 | 0 | 53 | 60 | 47 | 7 | 40 | 56 |
| Binary | 10011011 | 1011001 | 1010000 | 0 | 101011 | 110000 | 100111 | 111 | 100000 | 101110 |
Color Harmonies of #9B5950
Complementary color
Monochromatic Colors of #9B5950
Black with #9B5950
Text Example
Text Example
White with #9B5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5950; }
p { color: rgb(155,89,80); }
H1.HeaderClassName
{
color: #9B5950;
}
.AnyTagClassName
{
color: #9B5950;
}
</style>
background-color css
<style>
a { background-color: #9B5950; }
a { background-color: rgb(155,89,80); }
div.DivClassName
{
background-color: #9B5950;
}
.BgClassName
{
background-color: #9B5950;
}
</style>
border-color css
<style>
span { border-color: #9B5950; }
span { border-color: rgb(155,89,80); }
td.TdClassName
{
border-color: #9B5950;
}
.TagClassName
{
border-color: #9B5950;
}
</style>