Shades of Rust #C1490C
Tints of Rust #C1490C
RGB
CMYK
RGB Variations
Color information
#C1490C (or 0xC1490C) is known color: Rust. HEX triplet: C1, 49 and 0C. RGB value is (193,73,12). Sum of RGB (Red+Green+Blue) = 193+73+12=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C1490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1490C is #3EB6F3. Grayscale: #666666. Windows color (decimal): -4110068 or 805313. OLE color: 805313.
HSL color Cylindrical-coordinate representation of color #C1490C: hue angle of 20.22º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1490C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.24 |
| HSL | 20.22º | 0.88% | 0.4% | - |
| HSV(B) | 20.22º | 0.94% | 0.76% | - |
| XYZ | 24.44 | 16.13 | 2.17 | - |
| YUV | 101.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 12 | 0 | 0.62 | 0.94 | 0.24 | 20.22 | 0.88 | 0.4 |
| Hex | C1 | 49 | C | 0 | 3E | 5E | 18 | 14 | 58 | 28 |
| Octal | 301 | 111 | 14 | 0 | 76 | 136 | 30 | 24 | 130 | 50 |
| Binary | 11000001 | 1001001 | 1100 | 0 | 111110 | 1011110 | 11000 | 10100 | 1011000 | 101000 |
Color Harmonies of #C1490C
Complementary color
Monochromatic Colors of #C1490C
Black with #C1490C
Text Example
Text Example
White with #C1490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1490C; }
p { color: rgb(193,73,12); }
H1.HeaderClassName
{
color: #C1490C;
}
.AnyTagClassName
{
color: #C1490C;
}
</style>
background-color css
<style>
a { background-color: #C1490C; }
a { background-color: rgb(193,73,12); }
div.DivClassName
{
background-color: #C1490C;
}
.BgClassName
{
background-color: #C1490C;
}
</style>
border-color css
<style>
span { border-color: #C1490C; }
span { border-color: rgb(193,73,12); }
td.TdClassName
{
border-color: #C1490C;
}
.TagClassName
{
border-color: #C1490C;
}
</style>