Shades of Rust #C1400F
Tints of Rust #C1400F
RGB
CMYK
RGB Variations
Color information
#C1400F (or 0xC1400F) is known color: Rust. HEX triplet: C1, 40 and 0F. RGB value is (193,64,15). Sum of RGB (Red+Green+Blue) = 193+64+15=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1400F is #3EBFF0. Grayscale: #616161. Windows color (decimal): -4112369 or 999617. OLE color: 999617.
HSL color Cylindrical-coordinate representation of color #C1400F: hue angle of 16.52º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1400F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.24 |
| HSL | 16.52º | 0.86% | 0.41% | - |
| HSV(B) | 16.52º | 0.92% | 0.76% | - |
| XYZ | 23.91 | 15.04 | 2.09 | - |
| YUV | 96.99 | 81.74 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 15 | 0 | 0.67 | 0.92 | 0.24 | 16.52 | 0.86 | 0.41 |
| Hex | C1 | 40 | F | 0 | 43 | 5C | 18 | 11 | 56 | 29 |
| Octal | 301 | 100 | 17 | 0 | 103 | 134 | 30 | 21 | 126 | 51 |
| Binary | 11000001 | 1000000 | 1111 | 0 | 1000011 | 1011100 | 11000 | 10001 | 1010110 | 101001 |
Color Harmonies of #C1400F
Complementary color
Monochromatic Colors of #C1400F
Black with #C1400F
Text Example
Text Example
White with #C1400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1400F; }
p { color: rgb(193,64,15); }
H1.HeaderClassName
{
color: #C1400F;
}
.AnyTagClassName
{
color: #C1400F;
}
</style>
background-color css
<style>
a { background-color: #C1400F; }
a { background-color: rgb(193,64,15); }
div.DivClassName
{
background-color: #C1400F;
}
.BgClassName
{
background-color: #C1400F;
}
</style>
border-color css
<style>
span { border-color: #C1400F; }
span { border-color: rgb(193,64,15); }
td.TdClassName
{
border-color: #C1400F;
}
.TagClassName
{
border-color: #C1400F;
}
</style>