Shades of Rust #C14C13
Tints of Rust #C14C13
RGB
CMYK
RGB Variations
Color information
#C14C13 (or 0xC14C13) is known color: Rust. HEX triplet: C1, 4C and 13. RGB value is (193,76,19). Sum of RGB (Red+Green+Blue) = 193+76+19=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C13 is #3EB3EC. Grayscale: #686868. Windows color (decimal): -4109293 or 1264833. OLE color: 1264833.
HSL color Cylindrical-coordinate representation of color #C14C13: hue angle of 19.66º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C14C13 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 19 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.24 |
| HSL | 19.66º | 0.82% | 0.42% | - |
| HSV(B) | 19.66º | 0.9% | 0.76% | - |
| XYZ | 24.69 | 16.55 | 2.51 | - |
| YUV | 104.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 19 | 0 | 0.61 | 0.90 | 0.24 | 19.66 | 0.82 | 0.42 |
| Hex | C1 | 4C | 13 | 0 | 3D | 5A | 18 | 14 | 52 | 2A |
| Octal | 301 | 114 | 23 | 0 | 75 | 132 | 30 | 24 | 122 | 52 |
| Binary | 11000001 | 1001100 | 10011 | 0 | 111101 | 1011010 | 11000 | 10100 | 1010010 | 101010 |
Color Harmonies of #C14C13
Complementary color
Monochromatic Colors of #C14C13
Black with #C14C13
Text Example
Text Example
White with #C14C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C13; }
p { color: rgb(193,76,19); }
H1.HeaderClassName
{
color: #C14C13;
}
.AnyTagClassName
{
color: #C14C13;
}
</style>
background-color css
<style>
a { background-color: #C14C13; }
a { background-color: rgb(193,76,19); }
div.DivClassName
{
background-color: #C14C13;
}
.BgClassName
{
background-color: #C14C13;
}
</style>
border-color css
<style>
span { border-color: #C14C13; }
span { border-color: rgb(193,76,19); }
td.TdClassName
{
border-color: #C14C13;
}
.TagClassName
{
border-color: #C14C13;
}
</style>