Shades of Copper Rust #9B5555
Tints of Copper Rust #9B5555
RGB
CMYK
RGB Variations
Color information
#9B5555 (or 0x9B5555) is known color: Copper Rust. HEX triplet: 9B, 55 and 55. RGB value is (155,85,85). Sum of RGB (Red+Green+Blue) = 155+85+85=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5555 is #64AAAA. Grayscale: #6A6A6A. Windows color (decimal): -6597291 or 5592475. OLE color: 5592475.
HSL color Cylindrical-coordinate representation of color #9B5555: hue angle of 0º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5555 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 85 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.39 |
| HSL | 0º | 0.29% | 0.47% | - |
| HSV(B) | 0º | 0.45% | 0.61% | - |
| XYZ | 18.41 | 14.12 | 10.35 | - |
| YUV | 105.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 85 | 0 | 0.45 | 0.45 | 0.39 | 0 | 0.29 | 0.47 |
| Hex | 9B | 55 | 55 | 0 | 2D | 2D | 27 | 0 | 1D | 2F |
| Octal | 233 | 125 | 125 | 0 | 55 | 55 | 47 | 0 | 35 | 57 |
| Binary | 10011011 | 1010101 | 1010101 | 0 | 101101 | 101101 | 100111 | 0 | 11101 | 101111 |
Color Harmonies of #9B5555
Complementary color
Monochromatic Colors of #9B5555
Black with #9B5555
Text Example
Text Example
White with #9B5555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5555; }
p { color: rgb(155,85,85); }
H1.HeaderClassName
{
color: #9B5555;
}
.AnyTagClassName
{
color: #9B5555;
}
</style>
background-color css
<style>
a { background-color: #9B5555; }
a { background-color: rgb(155,85,85); }
div.DivClassName
{
background-color: #9B5555;
}
.BgClassName
{
background-color: #9B5555;
}
</style>
border-color css
<style>
span { border-color: #9B5555; }
span { border-color: rgb(155,85,85); }
td.TdClassName
{
border-color: #9B5555;
}
.TagClassName
{
border-color: #9B5555;
}
</style>