Shades of Copper Rust #925250
Tints of Copper Rust #925250
RGB
CMYK
RGB Variations
Color information
#925250 (or 0x925250) is known color: Copper Rust. HEX triplet: 92, 52 and 50. RGB value is (146,82,80). Sum of RGB (Red+Green+Blue) = 146+82+80=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #925250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925250 is #6DADAF. Grayscale: #646464. Windows color (decimal): -7187888 or 5264018. OLE color: 5264018.
HSL color Cylindrical-coordinate representation of color #925250: hue angle of 1.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925250 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 80 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.43 |
| HSL | 1.82º | 0.29% | 0.44% | - |
| HSV(B) | 1.82º | 0.45% | 0.57% | - |
| XYZ | 16.32 | 12.72 | 9.19 | - |
| YUV | 100.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 80 | 0 | 0.44 | 0.45 | 0.43 | 1.82 | 0.29 | 0.44 |
| Hex | 92 | 52 | 50 | 0 | 2C | 2D | 2B | 2 | 1D | 2C |
| Octal | 222 | 122 | 120 | 0 | 54 | 55 | 53 | 2 | 35 | 54 |
| Binary | 10010010 | 1010010 | 1010000 | 0 | 101100 | 101101 | 101011 | 10 | 11101 | 101100 |
Color Harmonies of #925250
Complementary color
Monochromatic Colors of #925250
Black with #925250
Text Example
Text Example
White with #925250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925250; }
p { color: rgb(146,82,80); }
H1.HeaderClassName
{
color: #925250;
}
.AnyTagClassName
{
color: #925250;
}
</style>
background-color css
<style>
a { background-color: #925250; }
a { background-color: rgb(146,82,80); }
div.DivClassName
{
background-color: #925250;
}
.BgClassName
{
background-color: #925250;
}
</style>
border-color css
<style>
span { border-color: #925250; }
span { border-color: rgb(146,82,80); }
td.TdClassName
{
border-color: #925250;
}
.TagClassName
{
border-color: #925250;
}
</style>