Shades of Rust #C1491C
Tints of Rust #C1491C
RGB
CMYK
RGB Variations
Color information
#C1491C (or 0xC1491C) is known color: Rust. HEX triplet: C1, 49 and 1C. RGB value is (193,73,28). Sum of RGB (Red+Green+Blue) = 193+73+28=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1491C is #3EB6E3. Grayscale: #686868. Windows color (decimal): -4110052 or 1853889. OLE color: 1853889.
HSL color Cylindrical-coordinate representation of color #C1491C: hue angle of 16.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1491C is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 28 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.24 |
| HSL | 16.36º | 0.75% | 0.43% | - |
| HSV(B) | 16.36º | 0.85% | 0.76% | - |
| XYZ | 24.58 | 16.19 | 2.93 | - |
| YUV | 103.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 28 | 0 | 0.62 | 0.85 | 0.24 | 16.36 | 0.75 | 0.43 |
| Hex | C1 | 49 | 1C | 0 | 3E | 55 | 18 | 10 | 4B | 2B |
| Octal | 301 | 111 | 34 | 0 | 76 | 125 | 30 | 20 | 113 | 53 |
| Binary | 11000001 | 1001001 | 11100 | 0 | 111110 | 1010101 | 11000 | 10000 | 1001011 | 101011 |
Color Harmonies of #C1491C
Complementary color
Monochromatic Colors of #C1491C
Black with #C1491C
Text Example
Text Example
White with #C1491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1491C; }
p { color: rgb(193,73,28); }
H1.HeaderClassName
{
color: #C1491C;
}
.AnyTagClassName
{
color: #C1491C;
}
</style>
background-color css
<style>
a { background-color: #C1491C; }
a { background-color: rgb(193,73,28); }
div.DivClassName
{
background-color: #C1491C;
}
.BgClassName
{
background-color: #C1491C;
}
</style>
border-color css
<style>
span { border-color: #C1491C; }
span { border-color: rgb(193,73,28); }
td.TdClassName
{
border-color: #C1491C;
}
.TagClassName
{
border-color: #C1491C;
}
</style>