Shades of Rust #C0490F
Tints of Rust #C0490F
RGB
CMYK
RGB Variations
Color information
#C0490F (or 0xC0490F) is known color: Rust. HEX triplet: C0, 49 and 0F. RGB value is (192,73,15). Sum of RGB (Red+Green+Blue) = 192+73+15=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C0490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0490F is #3FB6F0. Grayscale: #666666. Windows color (decimal): -4175601 or 1001920. OLE color: 1001920.
HSL color Cylindrical-coordinate representation of color #C0490F: hue angle of 19.66º 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 #C0490F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 15 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.25 |
| HSL | 19.66º | 0.86% | 0.41% | - |
| HSV(B) | 19.66º | 0.92% | 0.75% | - |
| XYZ | 24.21 | 16.01 | 2.27 | - |
| YUV | 101.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 15 | 0 | 0.62 | 0.92 | 0.25 | 19.66 | 0.86 | 0.41 |
| Hex | C0 | 49 | F | 0 | 3E | 5C | 19 | 14 | 56 | 29 |
| Octal | 300 | 111 | 17 | 0 | 76 | 134 | 31 | 24 | 126 | 51 |
| Binary | 11000000 | 1001001 | 1111 | 0 | 111110 | 1011100 | 11001 | 10100 | 1010110 | 101001 |
Color Harmonies of #C0490F
Complementary color
Monochromatic Colors of #C0490F
Black with #C0490F
Text Example
Text Example
White with #C0490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0490F; }
p { color: rgb(192,73,15); }
H1.HeaderClassName
{
color: #C0490F;
}
.AnyTagClassName
{
color: #C0490F;
}
</style>
background-color css
<style>
a { background-color: #C0490F; }
a { background-color: rgb(192,73,15); }
div.DivClassName
{
background-color: #C0490F;
}
.BgClassName
{
background-color: #C0490F;
}
</style>
border-color css
<style>
span { border-color: #C0490F; }
span { border-color: rgb(192,73,15); }
td.TdClassName
{
border-color: #C0490F;
}
.TagClassName
{
border-color: #C0490F;
}
</style>