Shades of Rust #C14C0E
Tints of Rust #C14C0E
RGB
CMYK
RGB Variations
Color information
#C14C0E (or 0xC14C0E) is known color: Rust. HEX triplet: C1, 4C and 0E. RGB value is (193,76,14). Sum of RGB (Red+Green+Blue) = 193+76+14=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C0E is #3EB3F1. Grayscale: #686868. Windows color (decimal): -4109298 or 937153. OLE color: 937153.
HSL color Cylindrical-coordinate representation of color #C14C0E: hue angle of 20.78º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C14C0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.24 |
| HSL | 20.78º | 0.86% | 0.41% | - |
| HSV(B) | 20.78º | 0.93% | 0.76% | - |
| XYZ | 24.66 | 16.54 | 2.31 | - |
| YUV | 103.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 14 | 0 | 0.61 | 0.93 | 0.24 | 20.78 | 0.86 | 0.41 |
| Hex | C1 | 4C | E | 0 | 3D | 5D | 18 | 15 | 56 | 29 |
| Octal | 301 | 114 | 16 | 0 | 75 | 135 | 30 | 25 | 126 | 51 |
| Binary | 11000001 | 1001100 | 1110 | 0 | 111101 | 1011101 | 11000 | 10101 | 1010110 | 101001 |
Color Harmonies of #C14C0E
Complementary color
Monochromatic Colors of #C14C0E
Black with #C14C0E
Text Example
Text Example
White with #C14C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C0E; }
p { color: rgb(193,76,14); }
H1.HeaderClassName
{
color: #C14C0E;
}
.AnyTagClassName
{
color: #C14C0E;
}
</style>
background-color css
<style>
a { background-color: #C14C0E; }
a { background-color: rgb(193,76,14); }
div.DivClassName
{
background-color: #C14C0E;
}
.BgClassName
{
background-color: #C14C0E;
}
</style>
border-color css
<style>
span { border-color: #C14C0E; }
span { border-color: rgb(193,76,14); }
td.TdClassName
{
border-color: #C14C0E;
}
.TagClassName
{
border-color: #C14C0E;
}
</style>