Shades of Copper Rust #964C48
Tints of Copper Rust #964C48
RGB
CMYK
RGB Variations
Color information
#964C48 (or 0x964C48) is known color: Copper Rust. HEX triplet: 96, 4C and 48. RGB value is (150,76,72). Sum of RGB (Red+Green+Blue) = 150+76+72=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #964C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964C48 is #69B3B7. Grayscale: #616161. Windows color (decimal): -6927288 or 4738198. OLE color: 4738198.
HSL color Cylindrical-coordinate representation of color #964C48: hue angle of 3.08º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964C48 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 72 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.41 |
| HSL | 3.08º | 0.35% | 0.44% | - |
| HSV(B) | 3.08º | 0.52% | 0.59% | - |
| XYZ | 16.33 | 12.12 | 7.61 | - |
| YUV | 97.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 72 | 0 | 0.49 | 0.52 | 0.41 | 3.08 | 0.35 | 0.44 |
| Hex | 96 | 4C | 48 | 0 | 31 | 34 | 29 | 3 | 23 | 2C |
| Octal | 226 | 114 | 110 | 0 | 61 | 64 | 51 | 3 | 43 | 54 |
| Binary | 10010110 | 1001100 | 1001000 | 0 | 110001 | 110100 | 101001 | 11 | 100011 | 101100 |
Color Harmonies of #964C48
Complementary color
Monochromatic Colors of #964C48
Black with #964C48
Text Example
Text Example
White with #964C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C48; }
p { color: rgb(150,76,72); }
H1.HeaderClassName
{
color: #964C48;
}
.AnyTagClassName
{
color: #964C48;
}
</style>
background-color css
<style>
a { background-color: #964C48; }
a { background-color: rgb(150,76,72); }
div.DivClassName
{
background-color: #964C48;
}
.BgClassName
{
background-color: #964C48;
}
</style>
border-color css
<style>
span { border-color: #964C48; }
span { border-color: rgb(150,76,72); }
td.TdClassName
{
border-color: #964C48;
}
.TagClassName
{
border-color: #964C48;
}
</style>