Shades of Copper Rust #925252
Tints of Copper Rust #925252
RGB
CMYK
RGB Variations
Color information
#925252 (or 0x925252) is known color: Copper Rust. HEX triplet: 92, 52 and 52. RGB value is (146,82,82). Sum of RGB (Red+Green+Blue) = 146+82+82=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #925252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925252 is #6DADAD. Grayscale: #656565. Windows color (decimal): -7187886 or 5395090. OLE color: 5395090.
HSL color Cylindrical-coordinate representation of color #925252: hue angle of 0º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925252 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 82 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.43 |
| HSL | 0º | 0.28% | 0.45% | - |
| HSV(B) | 0º | 0.44% | 0.57% | - |
| XYZ | 16.39 | 12.75 | 9.58 | - |
| YUV | 101.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 82 | 0 | 0.44 | 0.44 | 0.43 | 0 | 0.28 | 0.45 |
| Hex | 92 | 52 | 52 | 0 | 2C | 2C | 2B | 0 | 1C | 2D |
| Octal | 222 | 122 | 122 | 0 | 54 | 54 | 53 | 0 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1010010 | 0 | 101100 | 101100 | 101011 | 0 | 11100 | 101101 |
Color Harmonies of #925252
Complementary color
Monochromatic Colors of #925252
Black with #925252
Text Example
Text Example
White with #925252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925252; }
p { color: rgb(146,82,82); }
H1.HeaderClassName
{
color: #925252;
}
.AnyTagClassName
{
color: #925252;
}
</style>
background-color css
<style>
a { background-color: #925252; }
a { background-color: rgb(146,82,82); }
div.DivClassName
{
background-color: #925252;
}
.BgClassName
{
background-color: #925252;
}
</style>
border-color css
<style>
span { border-color: #925252; }
span { border-color: rgb(146,82,82); }
td.TdClassName
{
border-color: #925252;
}
.TagClassName
{
border-color: #925252;
}
</style>