Shades of Copper Rust #945252
Tints of Copper Rust #945252
RGB
CMYK
RGB Variations
Color information
#945252 (or 0x945252) is known color: Copper Rust. HEX triplet: 94, 52 and 52. RGB value is (148,82,82). Sum of RGB (Red+Green+Blue) = 148+82+82=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #945252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945252 is #6BADAD. Grayscale: #656565. Windows color (decimal): -7056814 or 5395092. OLE color: 5395092.
HSL color Cylindrical-coordinate representation of color #945252: 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 #945252 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 82 | 82 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.42 |
| HSL | 0º | 0.29% | 0.45% | - |
| HSV(B) | 0º | 0.45% | 0.58% | - |
| XYZ | 16.75 | 12.94 | 9.6 | - |
| YUV | 101.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 82 | 82 | 0 | 0.45 | 0.45 | 0.42 | 0 | 0.29 | 0.45 |
| Hex | 94 | 52 | 52 | 0 | 2D | 2D | 2A | 0 | 1D | 2D |
| Octal | 224 | 122 | 122 | 0 | 55 | 55 | 52 | 0 | 35 | 55 |
| Binary | 10010100 | 1010010 | 1010010 | 0 | 101101 | 101101 | 101010 | 0 | 11101 | 101101 |
Color Harmonies of #945252
Complementary color
Monochromatic Colors of #945252
Black with #945252
Text Example
Text Example
White with #945252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945252; }
p { color: rgb(148,82,82); }
H1.HeaderClassName
{
color: #945252;
}
.AnyTagClassName
{
color: #945252;
}
</style>
background-color css
<style>
a { background-color: #945252; }
a { background-color: rgb(148,82,82); }
div.DivClassName
{
background-color: #945252;
}
.BgClassName
{
background-color: #945252;
}
</style>
border-color css
<style>
span { border-color: #945252; }
span { border-color: rgb(148,82,82); }
td.TdClassName
{
border-color: #945252;
}
.TagClassName
{
border-color: #945252;
}
</style>