Shades of Copper Rust #945151
Tints of Copper Rust #945151
RGB
CMYK
RGB Variations
Color information
#945151 (or 0x945151) is known color: Copper Rust. HEX triplet: 94, 51 and 51. RGB value is (148,81,81). Sum of RGB (Red+Green+Blue) = 148+81+81=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #945151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945151 is #6BAEAE. Grayscale: #656565. Windows color (decimal): -7057071 or 5329300. OLE color: 5329300.
HSL color Cylindrical-coordinate representation of color #945151: hue angle of 0º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945151 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 81 | 81 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.42 |
| HSL | 0º | 0.29% | 0.45% | - |
| HSV(B) | 0º | 0.45% | 0.58% | - |
| XYZ | 16.64 | 12.77 | 9.37 | - |
| YUV | 101.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 81 | 0 | 0.45 | 0.45 | 0.42 | 0 | 0.29 | 0.45 |
| Hex | 94 | 51 | 51 | 0 | 2D | 2D | 2A | 0 | 1D | 2D |
| Octal | 224 | 121 | 121 | 0 | 55 | 55 | 52 | 0 | 35 | 55 |
| Binary | 10010100 | 1010001 | 1010001 | 0 | 101101 | 101101 | 101010 | 0 | 11101 | 101101 |
Color Harmonies of #945151
Complementary color
Monochromatic Colors of #945151
Black with #945151
Text Example
Text Example
White with #945151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945151; }
p { color: rgb(148,81,81); }
H1.HeaderClassName
{
color: #945151;
}
.AnyTagClassName
{
color: #945151;
}
</style>
background-color css
<style>
a { background-color: #945151; }
a { background-color: rgb(148,81,81); }
div.DivClassName
{
background-color: #945151;
}
.BgClassName
{
background-color: #945151;
}
</style>
border-color css
<style>
span { border-color: #945151; }
span { border-color: rgb(148,81,81); }
td.TdClassName
{
border-color: #945151;
}
.TagClassName
{
border-color: #945151;
}
</style>