Shades of Copper Rust #955151
Tints of Copper Rust #955151
RGB
CMYK
RGB Variations
Color information
#955151 (or 0x955151) is known color: Copper Rust. HEX triplet: 95, 51 and 51. RGB value is (149,81,81). Sum of RGB (Red+Green+Blue) = 149+81+81=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #955151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955151 is #6AAEAE. Grayscale: #656565. Windows color (decimal): -6991535 or 5329301. OLE color: 5329301.
HSL color Cylindrical-coordinate representation of color #955151: 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 #955151 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 81 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.42 |
| HSL | 0º | 0.3% | 0.45% | - |
| HSV(B) | 0º | 0.46% | 0.58% | - |
| XYZ | 16.82 | 12.87 | 9.38 | - |
| YUV | 101.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 81 | 0 | 0.46 | 0.46 | 0.42 | 0 | 0.3 | 0.45 |
| Hex | 95 | 51 | 51 | 0 | 2E | 2E | 2A | 0 | 1E | 2D |
| Octal | 225 | 121 | 121 | 0 | 56 | 56 | 52 | 0 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1010001 | 0 | 101110 | 101110 | 101010 | 0 | 11110 | 101101 |
Color Harmonies of #955151
Complementary color
Monochromatic Colors of #955151
Black with #955151
Text Example
Text Example
White with #955151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955151; }
p { color: rgb(149,81,81); }
H1.HeaderClassName
{
color: #955151;
}
.AnyTagClassName
{
color: #955151;
}
</style>
background-color css
<style>
a { background-color: #955151; }
a { background-color: rgb(149,81,81); }
div.DivClassName
{
background-color: #955151;
}
.BgClassName
{
background-color: #955151;
}
</style>
border-color css
<style>
span { border-color: #955151; }
span { border-color: rgb(149,81,81); }
td.TdClassName
{
border-color: #955151;
}
.TagClassName
{
border-color: #955151;
}
</style>