Shades of Copper Rust #905250
Tints of Copper Rust #905250
RGB
CMYK
RGB Variations
Color information
#905250 (or 0x905250) is known color: Copper Rust. HEX triplet: 90, 52 and 50. RGB value is (144,82,80). Sum of RGB (Red+Green+Blue) = 144+82+80=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #905250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905250 is #6FADAF. Grayscale: #646464. Windows color (decimal): -7318960 or 5264016. OLE color: 5264016.
HSL color Cylindrical-coordinate representation of color #905250: hue angle of 1.88º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905250 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 80 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.44 |
| HSL | 1.88º | 0.29% | 0.44% | - |
| HSV(B) | 1.88º | 0.44% | 0.56% | - |
| XYZ | 15.97 | 12.54 | 9.17 | - |
| YUV | 100.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 80 | 0 | 0.43 | 0.44 | 0.44 | 1.88 | 0.29 | 0.44 |
| Hex | 90 | 52 | 50 | 0 | 2B | 2C | 2C | 2 | 1D | 2C |
| Octal | 220 | 122 | 120 | 0 | 53 | 54 | 54 | 2 | 35 | 54 |
| Binary | 10010000 | 1010010 | 1010000 | 0 | 101011 | 101100 | 101100 | 10 | 11101 | 101100 |
Color Harmonies of #905250
Complementary color
Monochromatic Colors of #905250
Black with #905250
Text Example
Text Example
White with #905250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905250; }
p { color: rgb(144,82,80); }
H1.HeaderClassName
{
color: #905250;
}
.AnyTagClassName
{
color: #905250;
}
</style>
background-color css
<style>
a { background-color: #905250; }
a { background-color: rgb(144,82,80); }
div.DivClassName
{
background-color: #905250;
}
.BgClassName
{
background-color: #905250;
}
</style>
border-color css
<style>
span { border-color: #905250; }
span { border-color: rgb(144,82,80); }
td.TdClassName
{
border-color: #905250;
}
.TagClassName
{
border-color: #905250;
}
</style>