Shades of Rust #C14C15
Tints of Rust #C14C15
RGB
CMYK
RGB Variations
Color information
#C14C15 (or 0xC14C15) is known color: Rust. HEX triplet: C1, 4C and 15. RGB value is (193,76,21). Sum of RGB (Red+Green+Blue) = 193+76+21=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C15 is #3EB3EA. Grayscale: #696969. Windows color (decimal): -4109291 or 1395905. OLE color: 1395905.
HSL color Cylindrical-coordinate representation of color #C14C15: hue angle of 19.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C14C15 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.24 |
| HSL | 19.19º | 0.8% | 0.42% | - |
| HSV(B) | 19.19º | 0.89% | 0.76% | - |
| XYZ | 24.71 | 16.56 | 2.6 | - |
| YUV | 104.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 21 | 0 | 0.61 | 0.89 | 0.24 | 19.19 | 0.8 | 0.42 |
| Hex | C1 | 4C | 15 | 0 | 3D | 59 | 18 | 13 | 50 | 2A |
| Octal | 301 | 114 | 25 | 0 | 75 | 131 | 30 | 23 | 120 | 52 |
| Binary | 11000001 | 1001100 | 10101 | 0 | 111101 | 1011001 | 11000 | 10011 | 1010000 | 101010 |
Color Harmonies of #C14C15
Complementary color
Monochromatic Colors of #C14C15
Black with #C14C15
Text Example
Text Example
White with #C14C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C15; }
p { color: rgb(193,76,21); }
H1.HeaderClassName
{
color: #C14C15;
}
.AnyTagClassName
{
color: #C14C15;
}
</style>
background-color css
<style>
a { background-color: #C14C15; }
a { background-color: rgb(193,76,21); }
div.DivClassName
{
background-color: #C14C15;
}
.BgClassName
{
background-color: #C14C15;
}
</style>
border-color css
<style>
span { border-color: #C14C15; }
span { border-color: rgb(193,76,21); }
td.TdClassName
{
border-color: #C14C15;
}
.TagClassName
{
border-color: #C14C15;
}
</style>