Shades of Copper Rust #955050
Tints of Copper Rust #955050
RGB
CMYK
RGB Variations
Color information
#955050 (or 0x955050) is known color: Copper Rust. HEX triplet: 95, 50 and 50. RGB value is (149,80,80). Sum of RGB (Red+Green+Blue) = 149+80+80=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #955050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955050 is #6AAFAF. Grayscale: #646464. Windows color (decimal): -6991792 or 5263509. OLE color: 5263509.
HSL color Cylindrical-coordinate representation of color #955050: hue angle of 0º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955050 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 80 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.42 |
| HSL | 0º | 0.3% | 0.45% | - |
| HSV(B) | 0º | 0.46% | 0.58% | - |
| XYZ | 16.71 | 12.71 | 9.16 | - |
| YUV | 100.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 80 | 0 | 0.46 | 0.46 | 0.42 | 0 | 0.3 | 0.45 |
| Hex | 95 | 50 | 50 | 0 | 2E | 2E | 2A | 0 | 1E | 2D |
| Octal | 225 | 120 | 120 | 0 | 56 | 56 | 52 | 0 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1010000 | 0 | 101110 | 101110 | 101010 | 0 | 11110 | 101101 |
Color Harmonies of #955050
Complementary color
Monochromatic Colors of #955050
Black with #955050
Text Example
Text Example
White with #955050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955050; }
p { color: rgb(149,80,80); }
H1.HeaderClassName
{
color: #955050;
}
.AnyTagClassName
{
color: #955050;
}
</style>
background-color css
<style>
a { background-color: #955050; }
a { background-color: rgb(149,80,80); }
div.DivClassName
{
background-color: #955050;
}
.BgClassName
{
background-color: #955050;
}
</style>
border-color css
<style>
span { border-color: #955050; }
span { border-color: rgb(149,80,80); }
td.TdClassName
{
border-color: #955050;
}
.TagClassName
{
border-color: #955050;
}
</style>