Shades of Rust #C1430C
Tints of Rust #C1430C
RGB
CMYK
RGB Variations
Color information
#C1430C (or 0xC1430C) is known color: Rust. HEX triplet: C1, 43 and 0C. RGB value is (193,67,12). Sum of RGB (Red+Green+Blue) = 193+67+12=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1430C is #3EBCF3. Grayscale: #626262. Windows color (decimal): -4111604 or 803777. OLE color: 803777.
HSL color Cylindrical-coordinate representation of color #C1430C: hue angle of 18.23º 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 #C1430C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.24 |
| HSL | 18.23º | 0.88% | 0.4% | - |
| HSV(B) | 18.23º | 0.94% | 0.76% | - |
| XYZ | 24.07 | 15.38 | 2.05 | - |
| YUV | 98.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 12 | 0 | 0.65 | 0.94 | 0.24 | 18.23 | 0.88 | 0.4 |
| Hex | C1 | 43 | C | 0 | 41 | 5E | 18 | 12 | 58 | 28 |
| Octal | 301 | 103 | 14 | 0 | 101 | 136 | 30 | 22 | 130 | 50 |
| Binary | 11000001 | 1000011 | 1100 | 0 | 1000001 | 1011110 | 11000 | 10010 | 1011000 | 101000 |
Color Harmonies of #C1430C
Complementary color
Monochromatic Colors of #C1430C
Black with #C1430C
Text Example
Text Example
White with #C1430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1430C; }
p { color: rgb(193,67,12); }
H1.HeaderClassName
{
color: #C1430C;
}
.AnyTagClassName
{
color: #C1430C;
}
</style>
background-color css
<style>
a { background-color: #C1430C; }
a { background-color: rgb(193,67,12); }
div.DivClassName
{
background-color: #C1430C;
}
.BgClassName
{
background-color: #C1430C;
}
</style>
border-color css
<style>
span { border-color: #C1430C; }
span { border-color: rgb(193,67,12); }
td.TdClassName
{
border-color: #C1430C;
}
.TagClassName
{
border-color: #C1430C;
}
</style>