Shades of Copper Rust #945250
Tints of Copper Rust #945250
RGB
CMYK
RGB Variations
Color information
#945250 (or 0x945250) is known color: Copper Rust. HEX triplet: 94, 52 and 50. RGB value is (148,82,80). Sum of RGB (Red+Green+Blue) = 148+82+80=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #945250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945250 is #6BADAF. Grayscale: #656565. Windows color (decimal): -7056816 or 5264020. OLE color: 5264020.
HSL color Cylindrical-coordinate representation of color #945250: hue angle of 1.76º 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 #945250 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 80 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.42 |
| HSL | 1.76º | 0.3% | 0.45% | - |
| HSV(B) | 1.76º | 0.46% | 0.58% | - |
| XYZ | 16.68 | 12.91 | 9.2 | - |
| YUV | 101.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 80 | 0 | 0.45 | 0.46 | 0.42 | 1.76 | 0.3 | 0.45 |
| Hex | 94 | 52 | 50 | 0 | 2D | 2E | 2A | 2 | 1E | 2D |
| Octal | 224 | 122 | 120 | 0 | 55 | 56 | 52 | 2 | 36 | 55 |
| Binary | 10010100 | 1010010 | 1010000 | 0 | 101101 | 101110 | 101010 | 10 | 11110 | 101101 |
Color Harmonies of #945250
Complementary color
Monochromatic Colors of #945250
Black with #945250
Text Example
Text Example
White with #945250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945250; }
p { color: rgb(148,82,80); }
H1.HeaderClassName
{
color: #945250;
}
.AnyTagClassName
{
color: #945250;
}
</style>
background-color css
<style>
a { background-color: #945250; }
a { background-color: rgb(148,82,80); }
div.DivClassName
{
background-color: #945250;
}
.BgClassName
{
background-color: #945250;
}
</style>
border-color css
<style>
span { border-color: #945250; }
span { border-color: rgb(148,82,80); }
td.TdClassName
{
border-color: #945250;
}
.TagClassName
{
border-color: #945250;
}
</style>