Shades of Rust #C0491F
Tints of Rust #C0491F
RGB
CMYK
RGB Variations
Color information
#C0491F (or 0xC0491F) is known color: Rust. HEX triplet: C0, 49 and 1F. RGB value is (192,73,31). Sum of RGB (Red+Green+Blue) = 192+73+31=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C0491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0491F is #3FB6E0. Grayscale: #686868. Windows color (decimal): -4175585 or 2050496. OLE color: 2050496.
HSL color Cylindrical-coordinate representation of color #C0491F: hue angle of 15.65º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0491F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 31 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.25 |
| HSL | 15.65º | 0.72% | 0.44% | - |
| HSV(B) | 15.65º | 0.84% | 0.75% | - |
| XYZ | 24.37 | 16.07 | 3.11 | - |
| YUV | 103.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 31 | 0 | 0.62 | 0.84 | 0.25 | 15.65 | 0.72 | 0.44 |
| Hex | C0 | 49 | 1F | 0 | 3E | 54 | 19 | 10 | 48 | 2C |
| Octal | 300 | 111 | 37 | 0 | 76 | 124 | 31 | 20 | 110 | 54 |
| Binary | 11000000 | 1001001 | 11111 | 0 | 111110 | 1010100 | 11001 | 10000 | 1001000 | 101100 |
Color Harmonies of #C0491F
Complementary color
Monochromatic Colors of #C0491F
Black with #C0491F
Text Example
Text Example
White with #C0491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0491F; }
p { color: rgb(192,73,31); }
H1.HeaderClassName
{
color: #C0491F;
}
.AnyTagClassName
{
color: #C0491F;
}
</style>
background-color css
<style>
a { background-color: #C0491F; }
a { background-color: rgb(192,73,31); }
div.DivClassName
{
background-color: #C0491F;
}
.BgClassName
{
background-color: #C0491F;
}
</style>
border-color css
<style>
span { border-color: #C0491F; }
span { border-color: rgb(192,73,31); }
td.TdClassName
{
border-color: #C0491F;
}
.TagClassName
{
border-color: #C0491F;
}
</style>