Shades of Rust #C1491F
Tints of Rust #C1491F
RGB
CMYK
RGB Variations
Color information
#C1491F (or 0xC1491F) is known color: Rust. HEX triplet: C1, 49 and 1F. RGB value is (193,73,31). Sum of RGB (Red+Green+Blue) = 193+73+31=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C1491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1491F is #3EB6E0. Grayscale: #686868. Windows color (decimal): -4110049 or 2050497. OLE color: 2050497.
HSL color Cylindrical-coordinate representation of color #C1491F: hue angle of 15.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1491F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 31 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.24 |
| HSL | 15.56º | 0.72% | 0.44% | - |
| HSV(B) | 15.56º | 0.84% | 0.76% | - |
| XYZ | 24.62 | 16.2 | 3.13 | - |
| YUV | 104.09 | 86.76 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 31 | 0 | 0.62 | 0.84 | 0.24 | 15.56 | 0.72 | 0.44 |
| Hex | C1 | 49 | 1F | 0 | 3E | 54 | 18 | 10 | 48 | 2C |
| Octal | 301 | 111 | 37 | 0 | 76 | 124 | 30 | 20 | 110 | 54 |
| Binary | 11000001 | 1001001 | 11111 | 0 | 111110 | 1010100 | 11000 | 10000 | 1001000 | 101100 |
Color Harmonies of #C1491F
Complementary color
Monochromatic Colors of #C1491F
Black with #C1491F
Text Example
Text Example
White with #C1491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1491F; }
p { color: rgb(193,73,31); }
H1.HeaderClassName
{
color: #C1491F;
}
.AnyTagClassName
{
color: #C1491F;
}
</style>
background-color css
<style>
a { background-color: #C1491F; }
a { background-color: rgb(193,73,31); }
div.DivClassName
{
background-color: #C1491F;
}
.BgClassName
{
background-color: #C1491F;
}
</style>
border-color css
<style>
span { border-color: #C1491F; }
span { border-color: rgb(193,73,31); }
td.TdClassName
{
border-color: #C1491F;
}
.TagClassName
{
border-color: #C1491F;
}
</style>