Shades of Copper Rust #9B5251
Tints of Copper Rust #9B5251
RGB
CMYK
RGB Variations
Color information
#9B5251 (or 0x9B5251) is known color: Copper Rust. HEX triplet: 9B, 52 and 51. RGB value is (155,82,81). Sum of RGB (Red+Green+Blue) = 155+82+81=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5251 is #64ADAE. Grayscale: #676767. Windows color (decimal): -6598063 or 5329563. OLE color: 5329563.
HSL color Cylindrical-coordinate representation of color #9B5251: hue angle of 0.81º degrees, saturation: 0.31, 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 #9B5251 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 82 | 81 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.39 |
| HSL | 0.81º | 0.31% | 0.46% | - |
| HSV(B) | 0.81º | 0.48% | 0.61% | - |
| XYZ | 18.02 | 13.6 | 9.46 | - |
| YUV | 103.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 82 | 81 | 0 | 0.47 | 0.48 | 0.39 | 0.81 | 0.31 | 0.46 |
| Hex | 9B | 52 | 51 | 0 | 2F | 30 | 27 | 1 | 1F | 2E |
| Octal | 233 | 122 | 121 | 0 | 57 | 60 | 47 | 1 | 37 | 56 |
| Binary | 10011011 | 1010010 | 1010001 | 0 | 101111 | 110000 | 100111 | 1 | 11111 | 101110 |
Color Harmonies of #9B5251
Complementary color
Monochromatic Colors of #9B5251
Black with #9B5251
Text Example
Text Example
White with #9B5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5251; }
p { color: rgb(155,82,81); }
H1.HeaderClassName
{
color: #9B5251;
}
.AnyTagClassName
{
color: #9B5251;
}
</style>
background-color css
<style>
a { background-color: #9B5251; }
a { background-color: rgb(155,82,81); }
div.DivClassName
{
background-color: #9B5251;
}
.BgClassName
{
background-color: #9B5251;
}
</style>
border-color css
<style>
span { border-color: #9B5251; }
span { border-color: rgb(155,82,81); }
td.TdClassName
{
border-color: #9B5251;
}
.TagClassName
{
border-color: #9B5251;
}
</style>