Shades of Rust #C0520F
Tints of Rust #C0520F
RGB
CMYK
RGB Variations
Color information
#C0520F (or 0xC0520F) is known color: Rust. HEX triplet: C0, 52 and 0F. RGB value is (192,82,15). Sum of RGB (Red+Green+Blue) = 192+82+15=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0520F is #3FADF0. Grayscale: #6B6B6B. Windows color (decimal): -4173297 or 1004224. OLE color: 1004224.
HSL color Cylindrical-coordinate representation of color #C0520F: hue angle of 22.71º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0520F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.25 |
| HSL | 22.71º | 0.86% | 0.41% | - |
| HSV(B) | 22.71º | 0.92% | 0.75% | - |
| XYZ | 24.84 | 17.28 | 2.48 | - |
| YUV | 107.25 | 75.94 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 15 | 0 | 0.57 | 0.92 | 0.25 | 22.71 | 0.86 | 0.41 |
| Hex | C0 | 52 | F | 0 | 39 | 5C | 19 | 17 | 56 | 29 |
| Octal | 300 | 122 | 17 | 0 | 71 | 134 | 31 | 27 | 126 | 51 |
| Binary | 11000000 | 1010010 | 1111 | 0 | 111001 | 1011100 | 11001 | 10111 | 1010110 | 101001 |
Color Harmonies of #C0520F
Complementary color
Monochromatic Colors of #C0520F
Black with #C0520F
Text Example
Text Example
White with #C0520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0520F; }
p { color: rgb(192,82,15); }
H1.HeaderClassName
{
color: #C0520F;
}
.AnyTagClassName
{
color: #C0520F;
}
</style>
background-color css
<style>
a { background-color: #C0520F; }
a { background-color: rgb(192,82,15); }
div.DivClassName
{
background-color: #C0520F;
}
.BgClassName
{
background-color: #C0520F;
}
</style>
border-color css
<style>
span { border-color: #C0520F; }
span { border-color: rgb(192,82,15); }
td.TdClassName
{
border-color: #C0520F;
}
.TagClassName
{
border-color: #C0520F;
}
</style>