Shades of Rust #C1490E
Tints of Rust #C1490E
RGB
CMYK
RGB Variations
Color information
#C1490E (or 0xC1490E) is known color: Rust. HEX triplet: C1, 49 and 0E. RGB value is (193,73,14). Sum of RGB (Red+Green+Blue) = 193+73+14=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C1490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1490E is #3EB6F1. Grayscale: #666666. Windows color (decimal): -4110066 or 936385. OLE color: 936385.
HSL color Cylindrical-coordinate representation of color #C1490E: hue angle of 19.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1490E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 14 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.24 |
| HSL | 19.78º | 0.86% | 0.41% | - |
| HSV(B) | 19.78º | 0.93% | 0.76% | - |
| XYZ | 24.45 | 16.13 | 2.24 | - |
| YUV | 102.15 | 78.26 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 14 | 0 | 0.62 | 0.93 | 0.24 | 19.78 | 0.86 | 0.41 |
| Hex | C1 | 49 | E | 0 | 3E | 5D | 18 | 14 | 56 | 29 |
| Octal | 301 | 111 | 16 | 0 | 76 | 135 | 30 | 24 | 126 | 51 |
| Binary | 11000001 | 1001001 | 1110 | 0 | 111110 | 1011101 | 11000 | 10100 | 1010110 | 101001 |
Color Harmonies of #C1490E
Complementary color
Monochromatic Colors of #C1490E
Black with #C1490E
Text Example
Text Example
White with #C1490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1490E; }
p { color: rgb(193,73,14); }
H1.HeaderClassName
{
color: #C1490E;
}
.AnyTagClassName
{
color: #C1490E;
}
</style>
background-color css
<style>
a { background-color: #C1490E; }
a { background-color: rgb(193,73,14); }
div.DivClassName
{
background-color: #C1490E;
}
.BgClassName
{
background-color: #C1490E;
}
</style>
border-color css
<style>
span { border-color: #C1490E; }
span { border-color: rgb(193,73,14); }
td.TdClassName
{
border-color: #C1490E;
}
.TagClassName
{
border-color: #C1490E;
}
</style>