Shades of Rust #C1431E
Tints of Rust #C1431E
RGB
CMYK
RGB Variations
Color information
#C1431E (or 0xC1431E) is known color: Rust. HEX triplet: C1, 43 and 1E. RGB value is (193,67,30). Sum of RGB (Red+Green+Blue) = 193+67+30=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1431E is #3EBCE1. Grayscale: #646464. Windows color (decimal): -4111586 or 1983425. OLE color: 1983425.
HSL color Cylindrical-coordinate representation of color #C1431E: hue angle of 13.62º degrees, saturation: 0.73, 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 #C1431E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.24 |
| HSL | 13.62º | 0.73% | 0.44% | - |
| HSV(B) | 13.62º | 0.84% | 0.76% | - |
| XYZ | 24.23 | 15.45 | 2.93 | - |
| YUV | 100.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 30 | 0 | 0.65 | 0.84 | 0.24 | 13.62 | 0.73 | 0.44 |
| Hex | C1 | 43 | 1E | 0 | 41 | 54 | 18 | E | 49 | 2C |
| Octal | 301 | 103 | 36 | 0 | 101 | 124 | 30 | 16 | 111 | 54 |
| Binary | 11000001 | 1000011 | 11110 | 0 | 1000001 | 1010100 | 11000 | 1110 | 1001001 | 101100 |
Color Harmonies of #C1431E
Complementary color
Monochromatic Colors of #C1431E
Black with #C1431E
Text Example
Text Example
White with #C1431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1431E; }
p { color: rgb(193,67,30); }
H1.HeaderClassName
{
color: #C1431E;
}
.AnyTagClassName
{
color: #C1431E;
}
</style>
background-color css
<style>
a { background-color: #C1431E; }
a { background-color: rgb(193,67,30); }
div.DivClassName
{
background-color: #C1431E;
}
.BgClassName
{
background-color: #C1431E;
}
</style>
border-color css
<style>
span { border-color: #C1431E; }
span { border-color: rgb(193,67,30); }
td.TdClassName
{
border-color: #C1431E;
}
.TagClassName
{
border-color: #C1431E;
}
</style>