Shades of Rust #C1471F
Tints of Rust #C1471F
RGB
CMYK
RGB Variations
Color information
#C1471F (or 0xC1471F) is known color: Rust. HEX triplet: C1, 47 and 1F. RGB value is (193,71,31). Sum of RGB (Red+Green+Blue) = 193+71+31=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C1471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1471F is #3EB8E0. Grayscale: #676767. Windows color (decimal): -4110561 or 2049985. OLE color: 2049985.
HSL color Cylindrical-coordinate representation of color #C1471F: hue angle of 14.81º 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 #C1471F is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 31 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.24 |
| HSL | 14.81º | 0.72% | 0.44% | - |
| HSV(B) | 14.81º | 0.84% | 0.76% | - |
| XYZ | 24.49 | 15.94 | 3.08 | - |
| YUV | 102.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 31 | 0 | 0.63 | 0.84 | 0.24 | 14.81 | 0.72 | 0.44 |
| Hex | C1 | 47 | 1F | 0 | 3F | 54 | 18 | F | 48 | 2C |
| Octal | 301 | 107 | 37 | 0 | 77 | 124 | 30 | 17 | 110 | 54 |
| Binary | 11000001 | 1000111 | 11111 | 0 | 111111 | 1010100 | 11000 | 1111 | 1001000 | 101100 |
Color Harmonies of #C1471F
Complementary color
Monochromatic Colors of #C1471F
Black with #C1471F
Text Example
Text Example
White with #C1471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1471F; }
p { color: rgb(193,71,31); }
H1.HeaderClassName
{
color: #C1471F;
}
.AnyTagClassName
{
color: #C1471F;
}
</style>
background-color css
<style>
a { background-color: #C1471F; }
a { background-color: rgb(193,71,31); }
div.DivClassName
{
background-color: #C1471F;
}
.BgClassName
{
background-color: #C1471F;
}
</style>
border-color css
<style>
span { border-color: #C1471F; }
span { border-color: rgb(193,71,31); }
td.TdClassName
{
border-color: #C1471F;
}
.TagClassName
{
border-color: #C1471F;
}
</style>